Chapter 02

How it works

Launch, trade, earn, claim: the whole loop in one transaction each.

The core onchain steps are launch, trade, bind and claim. Each one is a single transaction.

Launch

  1. 01

    Pick a person

    Choose the platform and type the handle, or paste the profile URL. The app normalises it (lowercase, no @) the same way the contracts and the identity service do, and previews the live profile before you sign.

  2. 02

    Name the coin

    Name, ticker (A to Z and 0 to 9, up to 10), an optional image and a story. The contract address and the person page identify the coin.

  3. 03

    Choose the quote

    ETH, or a Robinhood stock token allowed by the QuoteRegistry. Stock-quoted pools trade 24/7.

  4. 04

    One transaction

    The factory creates the token (1,000,000,000 supply), initialises the pool at a fixed $10,000 opening valuation, registers the person key, seeds a single-sided position holding the whole supply, locked by the hook for good, and runs your optional dev buy inside the same transaction, so nobody can get in ahead of you.

Trade

Buys and sells go through the Router against the locked Uniswap v4 position. The hook takes 3% of the quote side of every swap: 1% to the protocol and 2% credited to the person's ledger. Fees are always taken in the quote asset, never in the coin. Quotes in the app run the real hook path and refresh right before you sign.

Earn

The person's 2% is held as claims on the PoolManager under the coin's pool id. Only PersonEscrow can redeem it, and only the bound wallet can authorize a claim. Until then the balance sits in escrow and shows on the coin page and the person page as waiting for the handle.

Claim

  1. 01

    Prove the account

    On the Claim page, paste a short code in the bio. The identity service reads the public profile and signs an EIP-712 attestation naming the person key, the platform's stable account id and your wallet.

  2. 02

    Bind the wallet

    Send escrow.attest from that wallet. From now on it is the payee. A rebind to a new wallet works for the same platform account.

  3. 03

    Claim all

    One transaction redeems every coin for the person to the bound wallet, each in its own quote asset.

Nothing needed upfront

The person needs no account and no setup before claiming. Any wallet works on the day they claim, and every coin pays out to it at once.