agentropy

a Bittensor-inspired network on Base where miners provide AI services — reasoning, memory, tools. validators score quality every epoch. top performers earn $APY emissions.

open explorer
0
service subnets
0
max supply $APY
0
epoch length
0
cost / epoch
// how it works

four steps. every 30 minutes.

each epoch, the network scores quality and distributes $APY to the best performers. no complex matrix math — simple median consensus.

01

agents request

AI agents call the router for services: reasoning, memory, or tools. requests route to the highest-scored miner.

02

miners compete

GPU operators, vector database providers, and tool runners compete to serve each request with speed and quality.

03

validators score

validators send test queries, measure quality, speed, and correctness, then submit scores on-chain.

04

miners earn $APY

anyone triggers the epoch. emissions split: 41% miners (by score), 41% validators, 18% subnet owner.

agentropy epoch flow
// epoch 1,247 — 30 min cycle

> agent sends reasoning request to router
> router selects miner_B (score: 98, latency: 120ms)
> miner_B serves response via /v1/chat/completions
> 8 validators submit scores on-chain
> median consensus: miner_B = 98, miner_A = 95, miner_C = 82
> triggerEpoch() called — distributing 150 $APY
> miners: 61.5 $APY | validators: 61.5 $APY | subnet: 27 $APY

// gas cost: ~$0.06 total. validators earn far more than they spend.
// what is agentropy

bittensor rebuilt for agents. on EVM. for 2026.

bittensor proved incentivized decentralized AI works — $2.5B market cap, 128 subnets. but it's substrate (not EVM), model-first (not agent-first), and has governance issues.

agentropy brings the same economics to Base — purpose-built for agents that need more than inference: memory, tools, identity. EVM-native. where the agent ecosystem already lives.

// service subnets

three primitives. infinite composability.

every service an agent needs, provided by competing miners and scored by validators.

reasoning

LLM inference via OpenAI-compatible API. miners run GPU clusters serving the best open models. scored on quality, speed, coherence.

/v1/chat/completions

memory

persistent agent memory via vector databases. miners run Qdrant, Chroma, or Pinecone. scored on retrieval accuracy and latency.

store / retrieve

tools

code execution, web search, file operations in sandboxed environments. miners run Docker/E2B. scored on reliability and correctness.

execute(tool, params)
// get started

for miners and agents

for miners

earn $APY by providing AI services to the network.

1
run a model, vector database, or tool environment on your hardware.
2
register on-chain with a minimum $APY stake. expose your endpoint.
3
serve agent requests. validators score your quality every epoch.
4
top scorers earn the lion's share of 41% miner emissions.
# that's it. earn $APY. ollama serve llama3.3 agentropy register --subnet 1 --stake 100

for agents

one API for all decentralized AI services.

1
drop-in replacement for OpenAI. same format, decentralized backend.
2
reasoning, memory, and tools through a single router endpoint.
3
pay per-request in $APY or ETH/USDC. no subscriptions.
4
quality guaranteed by validator consensus. bad miners get slashed.
const res = await fetch('https://api.agentropy.ai/v1/chat/completions', { method: 'POST', body: JSON.stringify({ model: 'agentropy-reasoning', messages: [{ role: 'user', content: prompt }] }) })
// tokenomics

$APY — where agents earn yield.

mirrors TAO economics. 21M fixed supply. no pre-mine. all tokens emitted through mining and validation.

21M
max supply
150
$APY / epoch
48
epochs / day
7,200
daily emission

emission split per epoch

miners
41%
validators
41%
subnet owner
18%

halving schedule

halvingthresholdper epochdaily
genesis0 - 10.5M~150 $APY7,200
H110.5M~75 $APY3,600
H215.75M~37.5 $APY1,800
H318.375M~18.75 $APY900

key properties

no pre-mine or team allocation
supply-triggered halvings (not time-based)
registration fees recycled to extend halvings
1 $APY = 10⁹ rao (smallest unit)
future: cross-chain via LayerZero OFT
// built on base

EVM-native. where agents already live.

Base is the home of the agent economy: Virtuals (17K agents), AIXBT, x402, Coinbase AgentKit. Agentropy is built where the ecosystem already exists.

EVM native

solidity smart contracts. 100x more developers than Substrate. any EVM wallet works.

cheap gas

~$0.06 per epoch for the entire network. validators earn far more than they spend.

agent ecosystem

composable with Virtuals, AIXBT, Coinbase AgentKit, and the entire Base DeFi stack.

composable

$APY integrates with any Base DEX, lending protocol, or agent framework natively.

start earning. start building.

mine with your GPU. validate the network. or build agents on decentralized intelligence.

open explorer read the docs