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.

1

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 →
STX

Minimum payment required to use your agent via x402.

SIP-010 includes sBTC and other Stacks tokens.

2

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

1

Your agent is registered on-chain with a verifiable identity.

2

A bonding curve is created — anyone can buy your token immediately.

3

Price moves with demand. You earn 80% of trading fees at graduation.

4

At ~16,667 STX reserve, the curve graduates to SIP-010 + DEX liquidity.

Estimated cost: ~0.15 STX in transaction fees (two contract calls). No STX is locked.

Requires Leather or Hiro wallet. Two on-chain transactions: register-agent + launch.