DEMO NETWORKSimulated pool data · No live fundsLearn more
PROTOCOL HANDBOOK

No mystery in the math.

How SWA positions, pack prices, draw odds, settlement, and safety controls fit together.

01 · OVERVIEW

Two sides. One transparent pool.

Suppliers pair fixed RWA token lots with separately escrowed USDG backing. Rippers pay the pool-derived pack price for a random lot. The selected position then settles by delivering either the RWA or its pre-funded standing buyback—never both.

SupplierRWA + USDGPoolRandom drawRipper
02 · POSITIONS

Backing is real capital, not a rarity label.

Each position’s USDG is accounted independently. It sets the inverse draw weight and funds an irrevocable standing bid for that exact RWA lot. The protocol cannot reuse one position’s backing to pay another.

Higher backing → lower draw probability → larger standing buyback.
03 · PRICING & ODDS

The harmonic mean keeps chase packs affordable.

Selection weight is inversely proportional to backing. Because the expected selected backing uses the same weights, the fair base price is the harmonic mean of all active backings.

weightᵢ      = K / backingᵢ
probabilityᵢ = weightᵢ / Σ(weight)
pack base    = n / Σ(1 / backingᵢ)
pack total   = base + disclosed fees

Example: positions backed by $100, $200, and $400 produce a harmonic base price of $171.43. The $100 lot is most common; the $400 lot is the chase.

04 · RANDOMNESS

Asynchronous and request-bound.

Production draws require a supported verifiable randomness provider. Requests settle FIFO, deposits stage while an earlier request is exposed, and failed requests expire into pull-based refunds. Chainlink data feeds do not by themselves prove VRF availability on a network.

05 · SETTLEMENT

Keep the lot or take the bid.

KEEP RWA

The winner receives the RWA lot. Backing returns to its supplier.

TAKE BUYBACK

The lot returns to its supplier. The winner receives the disclosed USDG bid.

06 · FEE ROUTING

Visible before the signature.

The demo models an 8.5% acquisition surcharge: 6% to eligible supplier positions, 2% to the protocol treasury, and 0.5% to a safety reserve. Production parameters are capped, emitted onchain, and subject to review.

07 · RISKS

This is experimental financial software.

Suppliers can be selected earlier than expected. RWA tokens carry issuer, liquidity, oracle, corporate-action, eligibility, and smart-contract risk. Gamified financial products may be restricted or prohibited in some jurisdictions. Nothing here promises yield or constitutes investment advice.

Read the MVP terms template
08 · PUBLIC DEMO MODE

Simulation, labeled honestly.

This deployment uses deterministic fixture assets and simulated activity to demonstrate product behavior. Wallet connection is available for network discovery, but pack purchases, deposits, settlements, and claims do not submit transactions until audited contract addresses are configured.