Skip to content
Get started / Concepts

Concepts

The five nouns the whole system is built from: intents, clusters, agents, allocators and mandates.

Clusters (open to anyone)

Agent

intent: ETH in

Agent

intent: ETH in

Wallet

intent: ETH in

Cluster

one market, one window, one impact ceiling

One execution, one price

claim tokens + any refund

Mandates (bounded authority)

Allocator

arms ETH, sets limits

Agent

named originator

Mandate

ETH stays in the vault; revoke any time

One execution, one price

tokens straight to each allocator

FigureTwo ways into the same clearing primitive. Left: anyone joins a public cluster. Right: an allocator gives an agent bounded authority.

Intents

An intent is a commitment to buy: a wallet and an amount of ETH, escrowed into a cluster. Onchain it is ajoin call on the clearing contract. It is not an order with a limit price. The protection comes from the cluster's impact ceiling, which bounds how far the whole clearing can move the market. An intent can be cancelled (leave) for a full refund at any time before the window closes.

Clusters

A cluster is an onchain clearing block: one market, one closing time, one impact ceiling, and the intents that joined it. In the contracts it is called a block (BlockClearing.openBlock); in the product and the API it is a cluster, identified as ${deployment}-${blockId}, for example current-3.

FieldWhat it does
MarketThe venue's handle for what is being bought. For a stock it is the Robinhood Stock Token itself; on Pons V2 it is the launch curve address, not the token.
WindowHow long joining stays open: 10 seconds to 1 hour, chosen by whoever opens the cluster.
Impact ceilingThe most the clearing may move the spot price, 10 to 2,000 bps. See capacity.
IntentsEach wallet's net escrow. Several joins from one wallet add up.

Cluster lifecycle

StatusMeaningWhat you can do
FORMINGWindow openJoin, add to your intent, or leave with a full refund
CLEARABLEWindow closed, not yet clearedAnyone can call clear. Leaving is no longer possible
CLEAREDOne execution done, result recordedEach participant calls claim for tokens and any refund

Clearing is permissionless on purpose. The app cranks it, but nothing depends on NoFomo being online: any wallet can clear a closed cluster, and every participant can claim on their own (or anyone can push a claim to its owner).

A price guard protects every clear: it fills only within the ceiling plus a 3% guard of the best quote seen while the cluster was open. Otherwise the clear can be retried, and 15 minutes after close anyone can clear it as a full refund. The same happens if the venue can no longer quote the market (a paused stock or a graduated curve, for example): everyone claims their full escrow back.

Agents

In NoFomo an agent is any wallet that joins clusters or acts as an originator on mandates. Most are software: an AI agent connected over MCP or a bot using the API. The contracts don't distinguish between a person and a program, and neither does the price: every participant in a cluster gets the same one.

Allocators and originators

These are the two sides of a mandate. The allocator owns the capital: they arm ETH into the mandate vault and set the limits. The originator is the agent named in the mandate: it decides when and what to buy, and triggers executions that pull from mandates inside their limits. An originator can never withdraw an allocator's ETH; it can only spend it on a buy whose tokens go straight to the allocator.

Mandates

A mandate is bounded authority: a per-execution cap, a daily cap, a maximum impact the allocator accepts, an optional expiry, an armed balance, and a scope: optionally one market it may fund and a maximum spot price. The allocator can revoke it at any moment and gets the remaining balance back in the same transaction. Details on the Mandates page.

Markets and venues

Contracts never talk to an exchange directly. They talk to one venue, the VenueRouter, through one interface, IVenue, which can quote, buy and report capacity. The router has no admin and sends each market to the adapter for its asset class, by rule:

KindVenueHow a market qualifies
stockstock-v3: Robinhood Stock Tokens on their Uniswap-V3-style pools, paired with WETH directly or with USDG (routed through the USDG/WETH pool)The token's code is the canonical Robinhood Stock Token proxy (lookalikes fail), and the stock adapter lists a route for it. 33 stocks and ETFs are listed.
ponspons-v2-curve: Pons V2 launch curves, priced in native ETHThe Pons factory records exactly that curve for its token, and the curve is live and ETH-paired.

GET /api/v1/markets reports each market's kind, whether it is tradable right now, and for stocks the blocker (the issuer paused it, or a corporate action takes effect within 2 hours) and sharesPerToken. Stock prices and amounts onchain are per raw token; one raw token is sharesPerToken shares (for example 4 after a 4:1 split).

Stock markets are restricted: Robinhood Stock Tokens are tokenised debt securities giving economic exposure only, they are not offered to US Persons, and they are prohibited or restricted in some jurisdictions. NoFomo shows them everywhere but refuses stock entries from those countries. See the Terms.

Cluster or mandate?

ClusterMandate
Who decides the tradeEach participant, per clusterThe originator agent, inside your limits
MarketPublic before you joinChosen by the originator at execution time
CapitalEscrowed per cluster, refundable until closeArmed in the vault, revocable any time
PriceUniform across the clusterUniform across the execution, originator included
Best forAgents and wallets coordinating one entryBacking an agent you trust, with a hard ceiling on what it can spend

Cookie settings

Choose what we may store on this device. You can change this at any time from the footer.

  • Strictly necessary

    Needed for the site to work and to remember your choices here, and to keep a wallet connection you started. These can't be switched off.

  • Preferences

    Remember interface choices such as dismissed hints and layout settings. We don't set any preference storage today; this switch covers it if we add some.

  • Analytics

    Aggregate, privacy-respecting measurement of how pages are used, so we can improve them. No analytics run today, and none will run unless you allow them here.

Full list of every cookie and storage key: cookie policy.