IMPERO

Fund documents. Plain register, plain formulas.

← back to the fund
OVERVIEW.TXT

What Impero is

Impero is a reserve fund that backs its own token. It holds WETH in a treasury, and every circulating share is backed by a published figure — the backing per share, or NAV. The token itself is an ordinary memecoin launched on Pons; Impero is the machinery bolted on around it.

Nothing here is discretionary. Every parameter is a constant fixed at deployment, every operation is a public function anyone can call, and the treasury has no withdrawal path — not for holders, not for the team, not for anyone. There is no manager to trust because there is nothing for a manager to do.

The fund does three things, all by formula: it accumulates WETH from the token's own trading fees, it stands a permanent bid under the market at the backing price, and it pays a WETH dividend to shareholders who stake. The rest of these pages explain each, in order.

BACKING.TXT

Backing per share (NAV)

The backing per share is a division: the WETH in the treasury's backing reserve, divided by the circulating supply. Circulating supply excludes anything the protocol itself holds — burned tokens, the treasury's own balance, tokens held by the staking and buyback contracts — because those are not shares the public can sell.

Backing only moves in one direction by design. Four flows raise it: trading-fee income, the buyback retiring shares below backing, and the dividend split feeding the reserve. No ordinary operation can lower it. The treasury is WETH; the backing figure is denominated in WETH; a share's backing is an on-chain fact, read directly from the contract, not a promise about its market price.

The two are different numbers. Backing per share is what the treasury holds behind each share. Market price is whatever the pool says. Impero's mechanisms push the second toward the first — they do not peg it there.

BID.TXT

The standing bid (buyback)

Below backing, the fund is the buyer. The buyback is a permanent, permissionless bid: whenever the market's time-averaged price falls below the backing per share minus 1.5%, anyone can trigger the fund to buy shares from the pool and burn them. Every share bought below backing and destroyed raises the backing of every share that survives — the buyback is arithmetically accretive, always.

It is bounded so it cannot be gamed or drained. It reads a time-averaged price (a TWAP over a 30-minute to 4-hour window), never a spot price, so a flash trade cannot trigger it. It spends at most 1% of the liquid backing reserve per 8-hour epoch, with no rollover, and at most a small clip of pool liquidity per call, and it refuses any fill that would slip more than 1% against the average price. If the oracle is stale, it refuses to act at all. These are floors under bad behavior, not levers — none can be changed.

DIVIDENDS.TXT

The shareholder dividend program (staking)

Stake your shares and you receive WETH dividends. The dividend is funded from the distributable reserve — the 30% of fee income set aside for it, kept strictly separate from the backing reserve so that paying dividends never touches the backing behind your shares.

Dividends accrue by a reward index: when WETH is distributed, every staked share's claim grows in proportion. You can claim your accrued WETH at any time, stake more, or unstake one-for-one whenever you like. Staked shares are removed from circulating supply for the backing math, as noted in BACKING.TXT.

The rate is not a promise. It depends on trading volume, which feeds the fees, which feed the reserve. When volume is high the dividend is high; when the token is quiet the dividend is quiet. The site shows a figure derived from recent distributions; it is a description of the recent past, not a guarantee.

FEES.TXT

Fees and the treasury

Impero earns from the token's own trading. The token trades on a Pons liquidity pool whose fees accrue to the position's creator — which is Impero. A public function pulls those accrued fees into the treasury, where they are split by a fixed rule: 70% to the backing reserve (which raises backing per share) and 30% to the distributable reserve (which funds dividends). Any tokens collected as fees are burned.

The split is a constant. The treasury has no withdrawal function of any kind; the only WETH that ever leaves is a dividend distribution or a buyback purchase, and both are formula-bound and public. Donated WETH — anything sent to the treasury directly — is recognized once, into the backing reserve, and strengthens the floor.

Note on the fee share: Pons takes a protocol cut of pool fees, snapshotted for the token at launch. The fund facts window shows the live locked-in figure. Impero recognizes whatever WETH actually arrives, so the mechanism is unaffected by the exact number.

Contract addresses are listed in the fund facts window on the desk, each linked to the Blockscout explorer.

RISKS.TXT

Risk factors, in the plain register

An investment in these shares can go to zero. The shares are a memecoin. Read this the way you read the dividend figure.

The defining feature is the defining risk: no governance, no admin, no pause. If a constant is wrong, it is wrong forever — nothing can be patched on the live deployment. In a crisis the contracts keep running their formulas exactly as written, sensible or not.

Backing is denominated in WETH; if WETH moves, the floor moves with it. Liquidity is whatever the pool holds, and a thin pool means a single trade moves price more than backing suggests, and means the buyback's own fills can be refused for slippage. The dividend is zero when volume is zero. The oracle can stall, pausing dividends and the bid until someone pokes it — anyone can, including you. Robinhood Chain is a Layer 2; if it halts, every mechanism here halts with it. None of this is a complete list; a complete list is not writable, which is itself a risk factor.

GUIDE.TXT

How to participate

  1. Add Robinhood Chain to your wallet (chain id 4663, gas paid in ETH) and hold a little ETH for gas.
  2. Acquire IMPERO shares from the pool. Every buy and sell carries the pool's trading fee, which is how the treasury is fed — trading is what funds the fund.
  3. To earn the dividend, open the dividend desk on the desk, approve, and stake. Your WETH accrues by the index; claim whenever you like. Unstake one-for-one at any time.
  4. Anyone can turn the fund's cranks. The desk's operations desk exposes the public functions — refresh the oracle, pull fees, run the dividend drip, fire the standing bid. Each tells you why it would decline before you send it. The fund does not depend on us to run; it depends on someone, and that someone can be you.