GigaPounder
Security

Threat model & security posture

No feature ships because it is impressive. It ships only when its maximum authority, failure mode, recovery path, and revocation path are explicit and tested. V1 adds no custody contract: the system reads verified GIGA contracts, constructs constrained plans, simulates them, and submits calls from your own address.

Threats → controls
ThreatFailureRequired control
Keeper compromiseUnauthorized or excessive callsOn-chain target/selector/recipient/spend/frequency limits; short expiry; revoke; no unrestricted user key.
Malicious or buggy plannerWrong recipient, swap, approval, or rangeDeterministic plan validation; simulation; recipient invariant; approval caps; independent tests.
Price manipulation / stale quoteBad swap or rangeTWAP/oracle deviation guard; freshness deadline; pre-submit requote; minimum output.
MEV & sandwichingExecution lossTight slippage, protected submission where supported, short deadlines, price-impact caps.
GIGA Protect violationForfeited rewardsRead live parameters; compute next eligible time; hard-block unsafe harvest/liquidity action.
Partial rerangeAssets temporarily held as wallet balancesResumable state machine; no third-party custody; explicit recovery UX.
Approval exposureToken drain through approved spenderExact or capped approvals; canonical routers only; revoke after action when practical.
Indexer / RPC failureWrong recommendation or unavailable appMultiple providers; block consistency; fail closed; direct-chain recovery view.
Delegation implementation riskAccount takeover or persistent authorityBattle-tested implementation; published audit; immutable/tightly governed code; independent revoke path.
Launch security gates · current status
CapabilityCannot launch untilStatus
Guided CompoundFork tests, mainnet simulation, recipient invariant, slippage tests, canonical-contract allowlist, canaries.Live
Guided RerangeAll Compound gates + points-accounting confirmation, partial-step recovery, old/new NFT reconciliation.Live
AutopilotIndependent review of account implementation + policy config, revocation drill, keeper-compromise test, bounded-loss analysis.Live
Reward routingFinal Genesis ABI verification, GIGA Protect tests, destination verification, no-default-sell confirmation.Live
Noncustodial guarantees
Your address remains the recorded GIGA position user. Ownership, points identity, and withdrawal control are preserved.
Guided execution requires your signature on every plan. Simulation runs immediately before submission and fails closed.
No component holds an unrestricted user private key or has unilateral authority to move funds.
No pooled vault, transferable share, or custody contract exists in V1.
Open source & disclosures

Chain 4663 · contract registry on the verification page. Threat model, known limitations, and architecture are documented in /docs in the open-source repository (THREAT_MODEL.md, CONTRACTS.md, LIMITATIONS.md). Unattended delegation will not enable until an independent review of the account implementation and policy configuration is published.