Protocol

Tokens backed by AI models.

Infera is a launchpad on Robinhood Chain. Each launch mints a fixed supply token for one model, collects inference markup into a vault, and trades against WETH on the Pons Uniswap V3 pool.

What you are holding

An Infera token is not a claim on a company. It is a claim on a specific model’s usage. The model runs through OpenRouter. Users pay cost plus a markup. That markup is ETH that belongs to the token’s vault.

The token itself is a plain ERC-20: one billion units. Pons deploys it and a locked Uniswap V3 WETH pool in one call, so it trades immediately. Extra ETH above the launch fee is the creator’s first buy.

Supply

1,000,000,000

Pair

WETH on Pons / Uniswap V3

Launch fee

0.0005 ETH

A launch

Anyone can call Pons launchToken with a name, ticker, metadata, and the factory fee. The factory deploys the token, opens the WETH pool, and locks the LP. Extra ETH is an optional first buy in the same transaction.

  • Launch token — fixed 1B supply, minted into the locked pool. Name, logo, description, and socials live on-chain.
  • Locked V3 pool — full supply paired against WETH. Liquidity is locked. Trading starts immediately.

You do not seed 1 ETH of liquidity yourself. The pool is one-sided and locked by Pons. Pay the launch fee; add first-buy ETH only if you want the opening fill.

Trading

New launches trade on the Pons Uniswap V3 WETH pool from the first block. Price and market cap come from the pool’s slot0. Buys and sells go through the Pons swap router.

Tokens launched on Infera’s old factory still show No pool unless they were later seeded.

Inference

Prompts go to the Infera infer API. The API calls OpenRouter with the token’s model id, reads the dollar cost, applies a 2,000 bps markup, converts that to ETH, and deposits it into the token’s RevenueVault.

That is the only revenue the token is designed to claim: usage paid in the open, settled on-chain as ETH.

Buyback and burn

Each vault holds ETH from inference. A keeper can call buybackAndBurn: swap vault ETH for the model token on Uniswap V2, then burn what it bought. Usage shrinks supply. There is no staking and no snapshot.

Until a pool exists, the vault can still receive ETH. It cannot buy the token back.

Robinhood Chain

Everything here is on Robinhood mainnet, chain id 4663. Wallet login is Privy + SIWE.

Pons factory

0x7ed5…ec7e

Pons locker

0x736D…7F35

Swap router

0xCaf6…5cb2