Skip to main content

The dApp

The app is a static site that talks straight to the contracts. There is no backend, no account, and nothing to sign up for.

What it shows

  • The live tax. During the launch window the rate is above 3% and falling. The app reads it from the contract on every quote and shows a banner explaining what it is and when it ends, so an elevated fee is never a surprise.
  • Your bond: principal, origin, the current daily rate — boost included while it is alive — accrued rewards, and how far you are from the 20% effective cap.
  • The reward pool: what remains in the distributor. When it approaches zero, so do future payouts.

What it protects you from

  • Wrong network. Every read and every write is pinned to the deployment's chain. If your wallet is elsewhere, the app says so and offers to switch rather than letting you sign against the wrong contracts.
  • Unlimited approvals. Token approvals are for the exact amount needed, never max uint256.
  • Blind trades. A slippage bound is applied to every swap, and the transaction reverts rather than filling at a worse price than shown.

What it cannot protect you from

The economics. The app shows the numbers accurately; whether the exit cost — 22.4% without a commit bond, the 3% tax alone while a commit bond's allowance covers the sale — and a finite reward pool suit you is your decision. Read known risks before committing anything.