Aegis Protocol Documentation

Understand the protection model.

Aegis is a Robinhood Chain launch system that redirects a project's creator-side PONS economics into an isolated Protection Vault for a defined period. If the project completes that period without a qualifying catastrophic event, the creator can release the accumulated vault assets. If a validated Protection Event occurs, the available vault assets are reserved for qualifying investors under deterministic tier and loss rules.

Aegis is pool-backed protection, not guaranteed insurance. Aegis does not guarantee profit, principal preservation or full reimbursement. Every payout is limited by the assets actually available inside that project's own Protection Vault.
01 · Overview

What Aegis is.

Most launchpads send project-owner trading fees directly to the creator. Aegis changes the destination of those economics during a predefined protection period. Each Aegis launch receives its own Protection Vault, and the launch is created through PONS with the creator-side tax fixed at 4% / 400 bps and the Protection Vault set as the creator-fee recipient.

The core idea is economic accountability: creator-side fees accumulate behind the project instead of being immediately available to the creator. A successful project can eventually release those assets after the protection period. A project that meets the objective catastrophic-loss conditions can instead make the vault available to qualifying investors.

Project isolation is fundamental. Project A cannot consume Project B's Protection Vault. The Aegis Treasury is separate from project pools and is not an automatic backstop for an underfunded project.
02 · Current system

What we built.

Launch RouterCreates the protected launch path, enforces PONS compatibility checks, fixes creator tax at 4%, disables buyback and binds the resulting token to Aegis.
Project Registry + Vault FactoryCreates one isolated Protection Vault per project and records the project's creator, pair asset, token, curve, protection duration and vault.
Protection Controller + OracleAccepts quorum-signed price observations, maintains the rolling validated price window and drives ACTIVE, WATCH, TRIGGER PENDING and Protection Event transitions.
Tier VaultHolds staked $AEGIS and determines the wallet's effective protection tier. Upgrades require a seven-day maturity period.
Position / Claims EngineReconstructs qualifying buys, sells and transfers from on-chain events, applies Protected Cost Basis rules and produces a deterministic claim draft after a Protection Event.
Merkle ClaimsA reviewed claim root is proposed to the project vault. After the challenge delay it can be finalized, making investor proofs claimable on-chain.
Public Claims APIServes finalized Merkle proofs to the website. It cannot create a payout or override the vault's on-chain proof verification.
WebsiteLaunches projects, displays live Registry/PONS state and lets qualifying wallets submit finalized protection claims directly from their own wallet.
03 · Creator flow

How a protected launch works.

  1. The creator connects a wallet and enters token metadata, pair asset, protection period and optional dev buy.
  2. The website reads the current PONS launch configuration and creator-tax cap. The launch stops if required PONS economics have changed unexpectedly or the Aegis router is not permitted to launch.
  3. The Aegis Launch Router creates the project's isolated Protection Vault before completing the PONS launch.
  4. PONS is called with creatorTaxBps = 400, buyback disabled and the new Protection Vault as the creatorFeeRecipient.
  5. The Aegis Registry verifies the resulting PONS launch record on-chain. A token is not treated as an Aegis launch merely because the website says so.
  6. The token enters CURVE LIVE / PRE-COVERAGE. Purchases can be recorded, but final Protected Cost Basis is not established until coverage activates after graduation.

Available protection periods in the current contracts are 30, 60, 90 or 180 days. The selected period starts when coverage activates, not when the bonding curve first opens.

04 · Pool-backed capital

The Protection Vault.

Every project receives a separate smart contract that holds or harvests its designated creator-side PONS proceeds. The creator does not receive those assets during the active protection period.

If the period expires normally, the vault can pull outstanding PONS creator fees and release the remaining project pool to the configured creator payout address. If a Protection Event activates, the vault moves into the claims lifecycle instead.

Maximum project payout capacity = assets actually available in that project's Protection Vault

There is no protocol mechanism that mints new $AEGIS, creates protocol debt, or takes another project's vault to make a failed project whole.

05 · State machine

Protection lifecycle.

StateMeaning
PRE-COVERAGEToken is bound to Aegis but has not completed PONS graduation and the required oracle stabilization window.
ACTIVEPONS has graduated, at least 60 minutes have elapsed, 12 spaced observations are available, and Aegis has established the Coverage Reference Price.
WATCHThe validated rolling price is at or below 30% of the Coverage Reference Price: a 70% drawdown. WATCH is sticky and closes new Protected Cost Basis.
TRIGGER PENDINGThe validated rolling price is at or below 5% of the reference: a 95% drawdown. It must remain there for 60 continuous minutes.
ACTIVATEDThe catastrophic condition persisted for 60 minutes. A unique Protection Event ID is created and the claim dataset can be prepared.
CLAIM ROOT PENDINGA reviewed Merkle root/allocation has been proposed. The current contract enforces a 72-hour challenge delay.
CLAIMABLEThe root is finalized. Eligible wallets have 30 days to claim from the vault.
COMPLETED / EXPIREDClaims have concluded, or the protection period completed normally without a new Protection Event.
FROZENA fee-route risk has been detected and the vault awaits guardian resolution.
A single candle or brief wick is not enough to trigger protection. The deployed controller works from spaced oracle observations and requires the catastrophic threshold to persist for 60 minutes.
06 · Investor accounting

Protected Cost Basis.

Aegis does not blindly insure the price a wallet chose to pay. That would let an insider buy a manipulated top and manufacture an oversized claim.

Protected Entry Price = MIN(Actual Execution Price, Coverage Reference Price) Protected Cost Basis = Remaining Eligible Tokens × Protected Entry Price Eligible Loss = MAX(0, Protected Cost Basis − Current Eligible Position Value)

For purchases made before coverage activation and still held when coverage activates, the position is capped using the Coverage Reference Price. For eligible purchases while coverage is ACTIVE, the same reference-price cap applies.

After WATCH begins, new purchases receive zero new Protected Cost Basis. Selling or transferring tokens reduces the existing protected position. Receiving a token transfer does not create new protected basis for the recipient.

07 · $AEGIS utility

Four protection tiers.

In the deployed implementation, tier qualification is based on $AEGIS staked in the Aegis Tier Vault, not merely tokens sitting in a wallet. Thresholds are percentages of total $AEGIS supply.

Shield · Tier I25%Stake at least 0.1% of total $AEGIS supply. Up to 25% of eligible loss can enter Claim Weight.
Guardian · Tier II50%Stake at least 0.2% of total supply. Up to 50% of eligible loss can enter Claim Weight.
Sentinel · Tier III75%Stake at least 0.5% of total supply. Up to 75% of eligible loss can enter Claim Weight.
Aegis · Tier IV100%Stake at least 1.0% of total supply. Up to 100% of eligible loss can enter Claim Weight.

The live website includes a Stake $AEGIS interface that reads this Tier Vault directly, handles ERC-20 approval, staking, unstaking and mature-tier activation.

Tier upgrades are not instant. A higher tier requires a seven-day maturity period and does not retroactively increase older protected exposure. If a wallet unstakes enough $AEGIS to no longer support its tier, the effective tier can downgrade immediately.

100% tier does not mean guaranteed 100% reimbursement. It means up to 100% of the eligible loss can participate in the pool distribution calculation. Actual payment still depends on the project's available Protection Vault.
08 · Eligibility

Who can and cannot qualify.

A Protection Event does not automatically make every holder eligible. The current claim model requires a wallet to have a qualifying protected position and at least a 50% loss on that protected basis.

The creator and creator payout address are automatically excluded by the vault. The Aegis launch router, project token and curve are also excluded system addresses. Because an optional dev buy is delivered to the creator wallet, that dev-buy position remains excluded. Additional known affiliated addresses can be permanently excluded by the protocol guardian.

Transfers cannot wash excluded or unprotected basis into a fresh address: a recipient receives tokens, but the transfer itself creates no Protected Cost Basis.

09 · Distribution

How claims are calculated.

Claim Weight = Eligible Loss × Applicable Tier Coverage Funding Ratio = MIN(1, Protection Pool ÷ Total Claim Weight) Final Payout = Claim Weight × Funding Ratio

If the pool contains enough capital to cover all tier-adjusted Claim Weight, each qualifying wallet can receive its full tier-adjusted amount. If the pool is smaller, all qualifying claims are reduced by the same funding ratio.

After a Protection Event, the Position / Claims Engine reconstructs eligible positions from canonical on-chain activity and produces a claim dataset. A reviewed Merkle root and allocation are proposed to the Protection Vault. The vault enforces a 72-hour challenge delay before finalization.

Once finalized, the website's My Claims page retrieves the wallet's finalized amount and Merkle proof from the public Claims API. The wallet signs the claim transaction itself. The Protection Vault verifies the proof and permanently records that wallet as claimed for that Protection Event before transferring funds, preventing a second claim for the same event.

10 · Worked scenario

What happens after a 100K → 3K collapse?

Assume the protocol establishes a validated reference market capitalization of $100,000. The token later collapses to $3,000, a 97% drawdown. Market-cap figures are used here only to make the example intuitive; actual Aegis accounting is performed in the project's pair asset.

WATCH would already have closed new protection once the validated price fell 70%. At a 95% drawdown, equivalent to $5,000 in this example, the project enters TRIGGER PENDING. If the validated price remains at or below that threshold for 60 continuous minutes, the Protection Event activates.

Suppose an eligible Tier IV wallet has a Protected Cost Basis equivalent to $1,200. At a 97% decline, its remaining position is worth about $36, so its Eligible Loss is $1,164. Tier IV places the full $1,164 into Claim Weight. If all valid wallets together have $10,000 of Claim Weight but the project's Protection Vault contains only $4,000, the Funding Ratio is 40% and this wallet's final payout is $465.60.

$1,200 − $36 = $1,164 Eligible Loss $1,164 × 100% Tier IV = $1,164 Claim Weight $4,000 ÷ $10,000 = 40% Funding Ratio $1,164 × 40% = $465.60 Final Payout
11 · Price validation

Oracle and TWAP design.

The deployed Aegis oracle requires a 3-of-5 signature quorum for each accepted price report. The Protection Controller accepts observations no more frequently than once every five minutes and maintains a rolling window of 12 observations.

Coverage cannot activate until PONS reports the project as graduated, 60 minutes have elapsed since graduation and the full observation window is available. The resulting rolling price becomes the initial Coverage Reference Price.

Quorum reduces reliance on a single reporter key, but a signature threshold by itself should not be interpreted as proof that the reporters are operated by independent organizations. Users should evaluate the current operational setup separately from the contract's quorum rule.

12 · Anti-abuse rules

Designed against manufactured claims.

  • Creator exclusion: project creator and payout addresses cannot claim against their own vault.
  • Reference-price cap: paying an artificially high execution price cannot raise Protected Entry Price above the established coverage reference.
  • No transfer laundering: transfers never create protected basis for the recipient.
  • WATCH cutoff: distressed purchases after WATCH create no new protected basis.
  • Tier maturity: a higher $AEGIS tier takes seven days to become effective.
  • Immediate downside: reducing the staked $AEGIS amount can downgrade the effective tier without a seven-day grace period.
  • Persistent trigger: a brief -95% wick cannot activate the Protection Event.
  • Fee-route monitoring: if PONS creator-fee routing no longer points to the Protection Vault or a risky pending recipient is detected, Aegis can freeze the vault state for guardian resolution.
  • Claim replay protection: the vault stores claimed status by Protection Event ID and wallet.
13 · Transparency

Mainnet contracts.

The website reads these deployed Robinhood Chain contracts. Source-code verification on an explorer helps users inspect bytecode/source correspondence, but verification is not the same thing as an independent security audit.

14 · Important disclosures

Risks and limitations.

  • Aegis does not guarantee that any project is legitimate, profitable, liquid or technically secure.
  • Aegis does not guarantee full reimbursement. The project's available Protection Vault is the maximum pool from which claims can be paid.
  • A project's market price, PONS infrastructure, Robinhood Chain, RPC providers, oracle services, indexing infrastructure and frontend availability can fail or become unavailable.
  • Position accounting depends on canonical on-chain activity being attributable under the published rules. The current engine blocks automatic claim publication when a post-graduation trade cannot be attributed unambiguously.
  • Smart-contract source verification is not an independent audit. Users should review any published audit reports separately when they become available.
  • The public Claims API cannot override the on-chain vault. A fabricated or stale proof will fail the vault's Merkle verification.
  • Crypto assets remain highly speculative. Pool-backed protection reduces a defined category of loss exposure; it does not eliminate market risk.
15 · FAQ

Common questions.

Is Aegis insurance?

No. Aegis is a pool-backed smart-contract protection mechanism. It does not create an unlimited reimbursement obligation and does not promise that losses will be fully repaid.

Where does the protection money come from?

Primarily from the creator-side PONS economics directed to that project's Protection Vault. Each project finances its own pool.

Does buying an Aegis token automatically mean my purchase is protected?

No. The purchase must satisfy the position rules, coverage must activate, the wallet must have an effective staked-$AEGIS tier, and the purchase must not be excluded or occur after WATCH.

Do I only need to hold $AEGIS in my wallet?

No. In the current deployment, tier qualification comes from $AEGIS staked in the Aegis Tier Vault. A tier upgrade requires seven days to mature.

Can a creator claim their own project pool?

The creator and creator payout addresses are automatically excluded. Additional project-affiliated addresses can also be permanently excluded.

What happens if the pool is too small?

The Funding Ratio falls below 100%, and qualifying Claim Weights are paid pro rata. The vault never distributes more than its finalized allocation.

Can I claim twice?

No. The Protection Vault records each successful wallet claim against the unique Protection Event ID and rejects another claim for that same wallet/event.

What happens if the project succeeds?

If the protection period expires without a new Protection Event, the vault enters EXPIRED and the configured creator payout can release the project's remaining protected creator-side assets under the contract rules.

What is the source of truth?

The deployed smart contracts and Robinhood Chain state are the source of truth. The website and Claims API are interfaces around that state; they cannot override on-chain claim verification.