Robition
Early access · series 001Robinhood Chain · ETH

Rob-20

Inscriptions on Robinhood Chain.

Robition is the artifact protocol behind ROB-20. Deploy, mint and transfer are written into the chain as plain data, every mint is an NFT you hold, and launches open to pass holders first. Early access is open, and the pass is free.

Claiming a pass is not a transaction. Nothing on this page asks for a signature, gas or a seed phrase; the pass is bound to an address you paste, and that is all it touches.

The Robition mark: a glass cube lit acid green, with the feather inside it.

Inscription · deploy

Writing
calldata0x7b2270223a22726f622d3230222c226f70223a226465706c6f79222c227469636b223a22524f4249227dRobinhood Chain
[01]

What ROB-20 writes

Draft spec 0.1 →

Three ops. All of them data, none of them a contract you have to trust.

A ROB-20 inscription is a small JSON record carried in a Robinhood Chain transaction. Deploy writes a ticker and its supply, mint claims units against it, transfer moves them. Robition indexes the chain and turns what it finds into artifacts: NFTs in your wallet, with the record behind them.

deployop · 1
{
  "p": "rob-20",
  "op": "deploy",
  "tick": "ROBI",
  "max": "21000000",
  "lim": "1000"
}

Writes the ticker into existence. Four letters, a maximum supply and a per-mint limit. First deploy of a ticker wins; every later one is ignored by the index, so a name cannot be taken twice.

mintop · 2
{
  "p": "rob-20",
  "op": "mint",
  "tick": "ROBI",
  "amt": "1000"
}

Claims units against the deploy. Up to the limit per inscription, until the supply is reached. A mint past the supply is written to the chain like any other and counts for nothing; the index is the judge, not the sender.

transferop · 3
{
  "p": "rob-20",
  "op": "transfer",
  "tick": "ROBI",
  "amt": "250"
}

Moves units between wallets. Inscribe the transfer, then send the inscription; the balance follows it. No approval, no allowance, no contract call — the record itself is the transaction.

The launchpad is the fourth op.

A launch is a deploy with a window on it. The creator inscribes the terms, the window opens to Series 001 pass holders first and to everyone after, and every mint inside it is issued as an artifact: an NFT that carries the inscription it came from.

Inscribe

deploy + window

Window

pass · then public

Artifact

NFT, in your wallet
[02]

Early access

Free · one per X account

The pass is the first artifact.

A serial-numbered credential bound to your X account and a wallet of yours. It carries your referral multiplier and your place in the first window of every launch on Robition. Four steps, and none of them is a transaction.

Bind your X account

One pass per account. We keep your handle, your numeric account id and your address — nothing else, and we never ask for a password or a signature to post.

Already hold a pass?

Type the handle it is bound to and the ticket and your link come back.

[03]

Standing

Referrals · refreshes every minute

Every link that lands moves somebody up.

The board is the referral count, nothing else: the pass with the most mints through its link stands first, and a tie goes to the earlier serial. The multiplier beside each row is the one printed on that pass.

#HolderPassReferralsMult
01@0xinfernodlRT-000010×1.00
02@stablemark_RT-000020×1.00

Mint a pass and your own row appears here, wherever it lands.

[04]

Your link

Renders your pass on X

Your link carries your pass with it.

Every pass gets its own link. Post it on X and the preview card is not a generic banner — it renders your pass, with your handle, your serial and your multiplier, straight from the link.

[05]

Questions

Before you bind anything

Q.01

What is ROB-20?

An inscription standard on Robinhood Chain: a small JSON record — deploy, mint or transfer — carried as data in a transaction, and read back by an index rather than executed by a contract. Robition is the protocol and the launchpad built on it.

Q.02

What is Robition, then?

The artifact protocol behind ROB-20. It indexes the inscriptions, issues what they say as NFTs you hold, and runs the launchpad: creators inscribe a launch, pass holders get the first window, everyone else the second.

Q.03

What does inscribed mean here?

That the record lives in Robinhood Chain calldata, not in a contract we control or a database we run. Anyone can read an inscription on the block explorer, and nobody — us included — can change it once it is written. The sample fields on this page are illustrative; the spec is published with the first launch.

Q.04

What do I get from a pass?

The first window on every launch that opens on Robition. A referral multiplier, ×1.00 to ×2.00, that climbs with every friend who mints through your link. And creator access: inscribing a launch of your own opens to Series 001 holders first.

Q.05

Does the pass cost anything, now or later?

No. There is no subscription behind it and it is not something you buy. Robition earns a fee on launches, paid by the creator who inscribes them, never by pass holders.

Q.06

Is the pass on the chain?

Not yet. Today it is a record held by Robition, bound to the wallet you give it, and minting one sends no transaction and costs no gas. The plan is for Series 001 passes to become the protocol's first artifacts — inscribed to the wallet each is bound to when ROB-20 goes live. Until that has happened this page says so, rather than implying otherwise.

Q.07

Why do you need my X account at all?

The cap is only meaningful if it is one pass per person, and X is the cheapest honest filter we have. We read your handle, your numeric id and whether the five tasks are done. We never request posting permission, and unbinding deletes the record.

Q.08

Do I need anything on Robinhood Chain?

Not for the pass: it needs an address, not a wallet connection, and no gas. Inscribing on ROB-20 later — a mint, a transfer, a claim in a launch window — is a transaction, and will need a little ETH on Robinhood Chain (chain id 4663) to cover it.