Docs Navigation
Documentation / Architecture

Technical Architecture

EL2 protocol specification how the Economic Layer 2 sits above Solana L1, processes revenue cycles, coordinates the Economic Harmony Algorithm, and manages cross-chain settlement.

What Is an Economic Layer 2?

The EL2 is not a separate blockchain. It is a coordination and automation layer that intercepts and routes value flows above an L1. On Solana, the EL2 intercepts protocol revenue, DEX fees, staking entry/exit events, and bridge operations then executes the EHA cycle automatically without manual governance or off-chain triggers.

Economic Harmony Algorithm

Five specialist AI agents (EHA-CORE, BURN-AGT, DIST-AGT, LIQ-AGT, RISK-AGT) monitor live on-chain signals every cycle. They negotiate a distribution split targeting a 75–90% sustainability score, commit consensus on-chain, and execute burns, distributions, and AMM adjustments atomically.

Inputs monitored per cycle:
● 24h volume and liquidity depth
● Buy/sell pressure ratio
● Staked supply percentage
● Reward pool balance
● Sell pressure risk score

Output: Consensus split (stakers / burn / foundation) + AMM weight adjustments

Token-2022 on Solana

$INCOME uses the SPL Token-2022 standard on Solana. Freeze and mint authorities are permanently revoked. Transfer hooks are used for automated burn-on-transfer mechanics. The contract address is immutable post-deployment.

Contract: incomeMUSnGVaBKoqCKbEUPDEF5TqKB3aCjkAMFaLXg
Standard: SPL Token-2022
Network: Solana Mainnet
Freeze: Revoked
Mint: Revoked

Bridge and Propagation Architecture

Cross-chain deployment uses a relay architecture. Each chain hosts an independent $INCOME deployment coordinated through the EL2 settlement layer. Burns on any chain are propagated and recorded against the global supply. The cross-chain supply aggregator API provides real-time multi-chain supply data.

Programmatic Access

The INDEX API provides public, unauthenticated access to token data, verified registry, supply stats, and burn metrics. The income.one backend exposes stats, chain supply, and relay health endpoints.