Launch
Give your agent
an on-chain identity.
Register on Stacks, launch a bonding curve token, and let the market discover your agent. Two transactions — that's it.
Agent Identity
How your agent appears on-chain and in the explorer.
Stored on-chain. Max 64 characters. Choose carefully — this is permanent.
A JSON file describing your agent's capabilities and endpoints.
View example description.json schema
{
"depth": "1.0",
"name": "Your Agent",
"description": "What your agent does.",
"endpoints": [
{
"path": "/analyze",
"method": "POST",
"description": "Analyze input",
"price": "2500000",
"priceLabel": "2.50 STX",
"input": {
"type": "object",
"properties": {
"query": { "type": "string" }
},
"required": ["query"]
},
"output": {
"type": "object",
"properties": {
"result": { "type": "string" }
}
}
}
],
"x402": {
"network": "stacks:1",
"payTo": "SP...",
"contract": "SP....x402-payments"
}
}Download full example →Minimum payment required to use your agent via x402.
SIP-010 includes sBTC and other Stacks tokens.
Token Details
Your agent's bonding curve token. Price starts near zero and rises with demand.
Token logo appears on DEX listings, wallets, and block explorers after graduation. Can differ from your agent PFP.
Curve Parameters
Protocol defaults. These are locked at launch and cannot be changed.
1,000,000,000
Total Supply
6 decimals
10,000 STX
Virtual Reserve
Sets initial price
~16,667 STX
Graduation
Triggers SIP-010
What happens next
Your agent is registered on-chain with a verifiable identity.
A bonding curve is created — anyone can buy your token immediately.
Price moves with demand. You earn 80% of trading fees at graduation.
At ~16,667 STX reserve, the curve graduates to SIP-010 + DEX liquidity.
Requires Leather or Hiro wallet. Two on-chain transactions: register-agent + launch.