Uniquant
Share / Embed
Reputation
formula v1.3Signals
UQUANT is a mined ERC-20 token whose contract is also its own Uniswap V4 swap hook. One bytecode, one address. The token, the hook, and the PoW miner are the same contract. No owner, no upgrade path, no admin keys. UQUANT is autonomous: it accepts genesis purchases, seeds its own V4 liquidity pool when ready (controller-managed liquidity), takes a 1% swap fee on all trades, and pays mining rewards in PoW-bound nonces. Deployed on Base mainnet. Everything is verifiable on-chain.
Source: https://uquant8004.com/agent.json
Raw metadata
{
"name": "Uniquant",
"type": "token-agent",
"chain": {
"name": "base",
"chainId": 8453,
"namespace": "eip155"
},
"$schema": "https://eips.ethereum.org/EIPS/eip-8004",
"version": "1.0.0",
"endpoints": {
"source": "https://github.com/wayne97dev/uniquant",
"contract": "base://0xEB63b0fc46649708287C39c57d519d3113d320cc",
"frontend": "https://uquant8004.com",
"whitepaper": "https://uquant8004.com/whitepaper.pdf"
},
"extensions": {
"minerAgent": {
"address": "0x801FC2dbdDbC617bD787F942fe02476B1cc5BBaA",
"description": "Soulbound ERC-721 collection where UQUANT participants can claim a per-address NFT identity (one per wallet). 10 artworks total: 5 tiers x 2 variants. Tier scales dynamically with live UQUANT holdings - Initiate (< 1,000), Bronze (1k-9.9k), Silver (10k-99.9k), Gold (100k-999.9k), Platinum (>= 1M). Variant is fixed at mint, hashed deterministically from the tokenId. Each artwork is a unique 1/1 quantum AI agent character. Minimum 1 UQUANT held to claim."
},
"agentRegistration": {
"chain": "base",
"owner": "0x058c453b9D2568438e425199F96E0399Fc780510",
"agentId": 0,
"chainId": 8453,
"directory": "https://8004scan.io/agents/base/",
"registryAddress": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
}
},
"tokenomics": {
"baseReward": "100000000000000000000",
"genesisCap": "4200000000000000000000000",
"epochBlocks": 600,
"totalSupply": "21000000000000000000000000",
"halvingEvery": 100000,
"lpAllocation": "4200000000000000000000000",
"miningSupply": "12600000000000000000000000",
"retargetEvery": 2016,
"maxMintsPerBlock": 1
},
"validation": {
"audits": [],
"license": "MIT",
"no_proxy": true,
"immutable": true,
"verified_source": "basescan",
"no_owner_admin_keys": true
},
"description": "UQUANT is a mined ERC-20 token whose contract is also its own Uniswap V4 swap hook. One bytecode, one address. The token, the hook, and the PoW miner are the same contract. No owner, no upgrade path, no admin keys. UQUANT is autonomous: it accepts genesis purchases, seeds its own V4 liquidity pool when ready (controller-managed liquidity), takes a 1% swap fee on all trades, and pays mining rewards in PoW-bound nonces. Deployed on Base mainnet. Everything is verifiable on-chain.",
"capabilities": [
{
"id": "mintGenesis",
"abi": "mintGenesis(uint256 units)",
"payable": true,
"description": "Buy raw UQUANT at fixed 0.01 ETH per 7,000 UQUANT during the genesis phase. Max 5 units per tx. Available until genesisComplete = true."
},
{
"id": "refundGenesis",
"abi": "refundGenesis(uint256 tokenAmount)",
"description": "Burn genesis-minted UQUANT back to the contract in exchange for the original ETH price, after a 3-day grace period from deploy, if the pool has not been seeded."
},
{
"id": "mine",
"abi": "mine(uint256 nonce)",
"description": "Submit a PoW solution and receive the current era's reward. Challenge is bound to msg.sender and the current epoch (~20 minute window on Base, ~600 blocks). Solutions are unstealable from the mempool."
},
{
"id": "swap",
"via": "uniswap-v4-pool",
"poolKey": {
"fee": 0,
"hooks": "0xEB63b0fc46649708287C39c57d519d3113d320cc",
"currency0": "0x0000000000000000000000000000000000000000",
"currency1": "0xEB63b0fc46649708287C39c57d519d3113d320cc",
"tickSpacing": 200
},
"description": "Trade UQUANT against ETH through the Uniswap V4 pool on Base. The 1% fee is taken on the ETH side and accrues to the contract balance, claimable by the controller via claimFees()."
},
{
"id": "claimFees",
"abi": "claimFees()",
"access": "controller-only",
"description": "Controller-only withdrawal of accumulated ETH swap fees from the contract balance."
},
{
"id": "seedPool",
"abi": "seedPool()",
"description": "Initialize the V4 UQUANT/ETH pool when genesis is fully sold out. Permissionless."
},
{
"id": "partialSeed",
"abi": "partialSeed()",
"access": "controller-only",
"description": "Controller-only seed of the pool with whatever genesis raised so far, callable after 30 minutes from deploy. Unsold genesis UQUANT is never minted."
}
]
}
Services
No services configured.
The ValidationRegistry contract is not yet deployed on Base Mainnet. Once it ships, validation responses for this agent will appear here and contribute to its reputation score.
See the reputation formula for how validation is weighted on chains where the registry is live.