Stego
Connecting to X Layer…

Vault risk rules, etched into silicon on X Layer.

Stego vaults obey NAND circuits taped out on TapeOut. Every withdrawal, deposit and rebalance asks a circuit for a verdict through eval(). Every circuit is proven correct over all 65,536 inputs. Everything on this page is read live from X Layer mainnet.

Play Nerve: keep your deposit, win a share of the pot →  ·  New to this? Read the plain-language FAQ. No crypto or chip knowledge needed.

Processor
…
 
Circuits taped out
…
 
Transistors minted
…
 
Burned into silicon
…
1 transistor per gate

Nerve: Season 1: keep your deposit, play for the pot

A no-loss prize game: your deposit always comes back to you. Everyone who stays to the end splits a sponsored pot. The only costs are the one-time ticket (≈0.0013 OKB) and a fee if you leave early, set by the live circuit, and those fees make the pot bigger for everyone who holds their nerve.

1 · Join

Deposit 0.01–0.05 OKB

Joining also mints and burns a 10-STEGO ticket in the same transaction (~0.0013 OKB). Top-ups need no new ticket.

2 · Hold or fold

Leaving costs you

Calm day: 2% into the pot. Rush (THROTTLE): 10%. If today's exit allowance (~25% of the pool) is used up, you wait until tomorrow.

3 · Stayers win

Split the pot

At the end, stayers share the pot by OKB × time committed, so joining early earns more. 10% goes to the designer of the exit-rule circuit.

Season status …

Pot
…
Players in
…
Pool
…
Today's exits
…
Join closes
…
Season ends
…
Loading…

Your seat

Stego Vault: savings with circuit-enforced rules

Deposit OKB and receive vault shares. Every deposit and withdrawal asks the live circuits for a verdict first. Deposits pay a 0.1% fee that goes to the rule designers. Withdrawals are free up to ~10% of the vault per day, cost 1% up to ~25% (the fee stays with the people who remain), and beyond that wait for the next day.

Vault status …

Total deposited
…
Share price
…
Room under cap
…
Withdrawn today
…
Deposits
…
Rules live
…
Loading…

Your vault position

Rule slots (PolicyRegistry)

Each slot holds one circuit. Its author bonded STEGO that anyone can claim by proving the circuit breaks its safety envelope. Changes need curator approval plus a 24-hour wait.

Loading…

Live policy: WITHDRAW_GUARD_V1 (circuit #1)

Move the sliders to set the vault's state. The page evaluates the live circuit on mainnet, and separately re-simulates the netlist bytes it downloaded from the chain, gate by gate. Both must agree.

… Evaluating on-chain…
On-chain eval(1, 0x…)…
In-browser simulation of on-chain netlist…
This design's exact rule…
Safety envelope (what any design must obey)…
Agreement…
Die view: each square is one of the circuit's … NAND gates, lit when its output is 1 for the current input. Taping out burned one STEGO transistor for each of them.

Verdict map

All 65,536 inputs, computed from the on-chain netlist. X axis = A, Y axis = B. The crosshair is your slider position.

ALLOW, under ~10% of TVL per day THROTTLE, 1% fee stays with LPs HALT, wait for the next epoch

Try to break it

Fire random inputs at the live circuit and check its answers. Anyone who finds an answer outside the safety envelope, or a bigger withdrawal that gets a softer verdict than a smaller one, takes the author's transistor bond.

No run yet.

What's live

Everything below is deployed on X Layer mainnet. Next on the roadmap: recurring funded seasons and real yield for the vault.

Live

Nerve Season 1

The bank-run game, using live circuit #1 as its exit rule. Joins close 28 Sep, 18:24 UTC+7; the season ends 1 Oct, 18:24 UTC+7.

Live

Processor + WITHDRAW_GUARD

Created through the TapeOut factory. Circuit #1 taped out and verified against the spec on mainnet.

Live

DRAWDOWN_BREAKER + ALLOCATION_BAND

161 and 246 gates, taped out and verified on mainnet.

Live

PolicyRegistry + StegoVault

Deployed on mainnet with 6,000 STEGO bonded. The rules switch on after a 24-hour timelock; the vault opens as soon as they do.

25% commitment tracker

The creator publicly committed, in the on-chain story, to stream 25% of transistor mint proceeds to the authors of active policies. Anyone can check it here.

Mint proceeds so far
…
25% owed to authors
…
Streamed so far
…
Loading…

Design the next season's exit rule

Every Nerve season runs on one exit-rule circuit, and its designer earns 10% of that season's pot. Anyone can compete. Your circuit decides, for each withdrawal, ALLOW / THROTTLE / HALT from two numbers: how much of the pool already left today (A) and how big this withdrawal is (B), each in 1/256ths of the pool.

1. Build it: on the TapeOut canvas, with 16 inputs (A = pins 0–7, B = pins 8–15) and 2 outputs (verdict = pin0 + 2 × pin1).
2. Stay inside the safety envelope: small exits (A+B ≤ 12) always ALLOW; exits up to ~15% (A+B ≤ 38) never HALT; above ~25% (A+B > 64) never ALLOW; and a bigger exit never gets a softer verdict.
3. Tape it out on the Stego processor. That burns 1 STEGO per gate, so smaller designs are cheaper.
4. Check it: node scripts/check-candidate.mjs <circuit id> proves all 65,536 inputs. Seasons also refuse unsafe rules on-chain.
5. Submit: post your circuit ID publicly and tag the project. The curator picks the next season's rule from the passing designs.
Why it matters: players' money follows your logic, which can never be edited after tape-out, and your circuit NFT collects the reward automatically.

FAQ in plain language

No jargon needed. Start at the top.

What is Stego, in one sentence?

Stego is a savings pool (a "vault") whose safety rules are small, permanent electronic circuits that live on a public blockchain, so nobody can quietly change the rules and anyone can check them.

What problem does it solve?

When you put money in most crypto pools, a team controls the rules and can change them. In a panic, everyone rushes for the exit at once (a "bank run") and the last people out lose the most.

Stego writes its rules, such as "no more than about 25% of the pool can leave in one day", into circuits that cannot be edited. The pool must ask the circuit before every deposit and withdrawal and obey its answer.

What are TapeOut, "transistors" and "circuits"? Is this a real chip factory?

No physical chips are made. TapeOut copies the chip-making process on a blockchain:

  • Transistor: a token that stands for one logic gate, like one LEGO brick. Stego's are called STEGO.
  • Circuit: bricks wired together into something that computes an answer, like a small calculator.
  • Tape-out: the moment a design is made permanent. The bricks used are destroyed ("burned") and the circuit is stored on-chain forever.

Stego's first circuit used 112 transistors, and all 112 were burned when it was taped out. You can check this on the blockchain.

What do ALLOW, THROTTLE and HALT mean?
  • ALLOW: go ahead, no extra cost.
  • THROTTLE: allowed, but a small 1% fee is charged, and that fee stays in the pool for the people who remain. It discourages panic.
  • HALT: not right now. For withdrawals, this means waiting until the next day's allowance.

Small withdrawals (under about 4.7% of the pool per day) are guaranteed to always be ALLOWed. That's written into the safety envelope, so no circuit can take it away.

Why use a circuit instead of normal code?
  • It cannot be changed. A taped-out circuit is permanent. To change a rule, a new circuit must be proposed publicly and wait 24 hours, so users can leave first if they disagree.
  • It can be checked completely. Each circuit has only 65,536 possible inputs, and we have checked every one of them. This page lets you check it yourself.
  • Strangers can safely contribute rules. A circuit can only compute an answer. It cannot move money or call other programs, so running a stranger's circuit is safe.

Honest trade-off: a circuit costs more computing ("gas") than normal code. On X Layer, that is still far less than a cent per check.

Who writes the rules, and what stops a bad rule?

Anyone can design a rule circuit. Each rule type has a safety envelope, a set of limits every design must respect. For example, small withdrawals must always be allowed, and a bigger withdrawal can never get a softer answer than a smaller one.

To submit a design, the author must lock up 2,000 STEGO as a bond (a deposit). If anyone finds a single input where the circuit breaks the envelope, that person takes the whole bond. That's called "slashing". So authors are paid to be careful, and checkers are paid to look for mistakes.

A curator also has to approve a design before it goes live, and there is a 24-hour wait before any change takes effect.

How does anyone earn money?
  • Policy authors earn a 0.1% fee on deposits into the vault, plus 25% of STEGO mint proceeds (the creator's public commitment).
  • Checkers earn the bond of any circuit they prove wrong.
  • People who stay in the pool keep the 1% THROTTLE fees paid by people rushing out.

Honest note: none of these produce meaningful income until the vault holds real deposits, and the vault earns no yield yet (that's on the roadmap).

How do I use the vault?

Connect your wallet, type an amount and press Deposit. Your wallet asks you three times: to "wrap" OKB into WOKB (the token form apps use), to approve the vault, and to deposit. To leave, type an amount and press Withdraw. The page tells you in advance whether the circuit says ALLOW (free), THROTTLE (1% fee that stays with the others) or HALT (come back tomorrow).

If you are the only depositor, you can only take out about a quarter of the vault per day. That's the same rule for everyone, and it's what protects people from a bank run.

Is Nerve really "no-loss"?

Your deposit is always yours: when the season ends you claim it back in full, and nobody (not even the creator) can take it. What you can spend is the one-time ticket (≈0.0013 OKB, which burns 10 STEGO), a fee if you leave early (2% normally, 10% in a rush), any STEGO Boost you buy, and network gas (fractions of a cent). The prize is the pot: the sponsor's seed plus the early leavers' fees.

How does the Nerve game work, and can I lose money?

You deposit 0.01–0.05 OKB. If you stay until the season ends, you get your full deposit back plus a share of the pot. Shares are weighted by amount × time, so the earlier you join, the bigger your share. Before you join, the page shows exactly what you'd get if everyone stays. If you leave early, you pay a fee into the pot: 2% on a calm day, 10% during a rush. If too many people leave on the same day (about a quarter of the pool), the circuit says HALT and you wait until tomorrow.

What you can lose: the one-time ticket (about 0.0013 OKB, which buys and burns 10 STEGO) and any fee you pay by leaving early. Nobody, including the creator, can take the deposits. The contract has no admin at all.

Winning pot shares depend on other people leaving early, so the pot may be small if everyone holds.

What is the diamond-hands bonus?

From Season 2, players who never leave during the season get extra pot weight (for example +20%). Leaving even once, even a tiny amount, forfeits it for the rest of the season. The leaderboard marks bonus holders with 💎.

What is STEGO Boost?

While joining is open, you can burn STEGO to make your pot share bigger: +5% for every 10 STEGO, up to +50% (100 STEGO, about 0.0073 OKB). The page tells you whether a boost is worth it at the current pot size before you buy. Burned STEGO is gone forever, so it makes the rest scarcer.

Can I design a season's rule and get paid?

Yes. See "Design the next season's exit rule" above. If your circuit is chosen, you receive 10% of that season's pot, paid automatically to whoever owns the circuit NFT.

What is live today, and what is not?

Live on X Layer: the Stego processor, all three rule circuits, the rule registry, the vault and Nerve Season 1. Everything on this page is read directly from the blockchain.

Coming next: recurring funded seasons, and real yield for the vault (it holds no strategy yet).

What are the risks?
  • The code has not been professionally audited. Deposits will start capped at 5 OKB in total.
  • TapeOut can upgrade its own platform code. If that happens, Stego automatically stops trusting the circuits and freezes penalties until the upgrade is reviewed. Withdrawals always stay possible.
  • The daily withdrawal limit means a very large exit may have to wait until the next day.

Glossary

X Layer: OKX's blockchain network. Fees are tiny fractions of a cent.
OKB / WOKB: X Layer's currency, and its "wrapped" token form used by apps.
Vault: a shared pool of funds that follows fixed rules.
TVL: total value locked, the size of the pool.
Epoch: one day. Withdrawal allowances reset each epoch.
Drawdown: how far the pool's value has fallen from its highest point.
eval(): asking a circuit for its answer. Free to read, and anyone can do it.
Bond / slashing: a deposit an author locks up, lost to whoever proves their circuit wrong.
Curator: the account that approves which designs go live. Changes still wait 24 hours.
Processor: the on-chain "factory line" that holds Stego's circuits, created through TapeOut.

On-chain facts

Loading on-chain story…