Skip to content
Claimpad

Token launch primitive/Robinhood Chain mainnet

Not every coin needs to be bought.Some coins should be earned.

Claimpad lets you launch a coin with a claim attached. The market trades the token normally, while a predefined trigger decides when holders become entitled to claim something.

A clause, stated in full

WhenTSLA reaches $100
Thenevery eligible holder can claim 0.01 TSLA

IllustrativeA worked example of the primitive, not a market. No token has been launched for it, no claim has been funded, and no trigger is being monitored.

§01

The sequence

One token, four states. The claim is written at launch and settled by the chain.
  1. 01

    Launch

    A creator defines the token and, in the same step, the claim attached to it: the condition, what becomes claimable, and who is eligible.

  2. 02

    Trade

    The token trades like any other token. The attached claim is part of its terms, not a promise made alongside it.

  3. 03

    Trigger

    The condition is watched by the resolver the claim was launched against. It is satisfied when that source says so, and not before.

  4. 04

    Claim

    Once the trigger has resolved, eligible holders claim what the contract holds for them, in a transaction they sign themselves.

§02

What a clause specifies

A claim is a set of terms. Each one has to be decided before the token exists.
Trigger condition
The statement that has to become true. A price threshold on a named asset, or a specific point in time.
Trigger source
The resolver that decides whether the condition has been met. A claim is only as verifiable as the source it was launched against.
Claim asset
What the holder receives. A token held in reserve by the claim contract.
Claim amount
A fixed amount per eligible holder, or an amount computed from the rule the claim was launched with.
Eligibility
Which addresses may claim, and as measured when. Holding the token is not by itself an entitlement — the contract's rule is.
Claim window
How long the claim stays open after the trigger resolves, where the claim defines one.
Funding
Whether the claim asset is actually reserved. An unfunded claim can be stated and still not be payable.
Status
Waiting for trigger, triggered, claimable, claimed, or closed — read from contract state, never asserted by the interface.
§03

State of the protocol

What is running, and what is not.
Environment
Mainnet
Chain ID
4663
Head
Reading…

No claim markets exist yet

The Claimpad contracts are not deployed on Robinhood Chain mainnet. Until they are, no token can be launched with a claim attached, no trigger is being monitored, and there is nothing to claim. The app runs against mainnet and reports exactly that.

The clauses on this page are worked examples of the primitive. They are not markets, and the app does not present them as any.

Open the app