Everstrat.xyz | Docs
Protocol

User lifecycle

End-to-end lifecycle from connection to mint, burn, queued settlement, and indexed history.

Lifecycle Stages

Connect a wallet on Arbitrum Sepolia.
Mint EVE by depositing ETH into the AMM.
Hold or later burn EVE through the AMM redemption path.
If liquidity is insufficient, wait for queue pricing and processing or cancel when permitted.
Review outcome in the account dialog and activity feed.

Indexed Outcomes

The subgraph maps user-visible lifecycle events into:

  • APPROVE
  • BOOTSTRAP_MINT
  • MINT
  • BURN_IMMEDIATE
  • BURN_QUEUED
  • BURN_PROCESSED
  • CANCEL_REDEMPTION

Important Constraint

The frontend only checks pending queue state in the current batch through direct RPC reads. The full historical picture comes from the subgraph, not from those live contract reads alone.

Last updated on

On this page