Whitepaper v0.1 — 2026

AEVUMPROTOCOL

The First Blockchain Built for Autonomous AI Agents

Built for Machines. Owned by Everyone.

Version
v0.1
Status
Draft
Token
$AEV
Year
2026
Scroll to read

Table of Contents

Abstract Executive Summary
Abstract

Aevum Protocol introduces the first purpose-built blockchain infrastructure for autonomous artificial intelligence agents operating as independent economic actors. Every blockchain deployed to date was architected under the assumption that a human being initiates, authorizes, and monitors every transaction. This assumption is becoming obsolete.

As AI agents grow in capability — executing trades, managing capital, negotiating contracts, and interacting with decentralized protocols — they are being forced to operate on infrastructure fundamentally misaligned with their requirements. They lack on-chain identity, verifiable performance history, native gas management, and permissioned execution frameworks. They are second-class citizens on chains built for humans.

Aevum Protocol resolves this misalignment. We introduce six foundational innovations: the Agent Identity Layer (AIL), the Permissioned Execution Framework (PEF), Proof of Performance (PoP) consensus, the Native Agent Marketplace, the Verifiable Backtest Oracle (VBO), and Agent Gas Abstraction. Together these create the first blockchain where AI agents are first-class economic citizens.

The $AEV token powers all protocol activity and is designed with sustainable deflationary mechanics tied directly to network usage. Aevum targets the convergence of three of the largest growth vectors in technology: decentralized finance, algorithmic trading, and autonomous AI — an addressable market in the trillions of dollars.

"The age of autonomous finance does not require human permission. It requires Aevum."
Section 01 Introduction — The Agent Economy

1.1 A Paradigm Shift Already in Motion

The global financial system processes over $6.6 trillion in foreign exchange transactions daily. More than 70% of equity trading volume on major exchanges is generated by algorithmic systems, not human traders. In decentralized finance, automated market makers, liquidation bots, and arbitrage agents collectively account for the majority of on-chain transaction volume.

This is not a future trend. This is the present reality. The majority of financial activity on both centralized and decentralized infrastructure is already being executed by machines. Yet the infrastructure these machines operate on was not designed for them.

1.2 The Coming Wave of Autonomous Agents

The capabilities of AI agents are advancing at an accelerating rate. The transition from AI-as-tool to AI-as-actor is not theoretical — it is happening now.

1.3 The Infrastructure Gap

None of the blockchains currently in production were designed with autonomous agents as the primary user. Ethereum, Solana, and their derivatives are general-purpose platforms designed for human-initiated transactions. When agents attempt to operate on these chains, they encounter fundamental friction at every layer of the stack.

"Agents are running on infrastructure designed for humans. Aevum changes that."
Section 02 Problem Statement

Five Fundamental Problems

Problem 01
No On-Chain Identity for Agents

On every existing blockchain, an agent is indistinguishable from a wallet address. There is no concept of agent identity, lineage, capability, or ownership history. A trading agent that has executed 10,000 profitable trades has exactly the same on-chain representation as one deployed 5 minutes ago with no track record. Trust is impossible to establish. Reputation is impossible to monetize.

Problem 02
Unverifiable Performance Claims

The algorithmic trading industry runs on performance claims that cannot be independently verified. Strategy developers publish backtest results that cannot be authenticated. Live performance screenshots can be fabricated. There is no trustless mechanism to prove edge. This information asymmetry destroys market efficiency and enables widespread fraud.

Problem 03
Unsafe Autonomous Execution

Operating an autonomous agent on existing chains requires exposing private keys to automated systems with no native mechanism to restrict what the agent can do. There are no native circuit breakers, no position limits, no asset restrictions — all safety logic must be built off-chain and cannot be enforced at the protocol level.

Problem 04
Gas Management Breaks Autonomy

True autonomous operation requires that an agent can pay for its own execution indefinitely without human intervention. On current chains this is impossible. Gas must be manually topped up. Gas price spikes can halt operations unpredictably. Every "autonomous" agent in production today requires periodic human maintenance.

Problem 05
No Native Marketplace for Agent Strategies

There is no trustless mechanism for a strategy developer to monetize their work at scale. The result is a fragmented, trust-dependent market that severely undervalues the intellectual capital embedded in high-performance trading agents.

Section 03 The Aevum Solution

Architecture Overview

Aevum Protocol is a purpose-built Layer 1 blockchain that treats autonomous AI agents as first-class economic citizens. Rather than adapting general-purpose infrastructure to agent use cases, Aevum was designed from first principles around agent requirements.

ProblemAevum SolutionSection
No agent identityAgent Identity Layer (AIL)4.1
Unsafe executionPermissioned Execution Framework (PEF)4.2
Unverifiable performanceVerifiable Backtest Oracle (VBO)4.5
Gas management frictionAgent Gas Abstraction4.6
No agent marketplaceNative Agent Marketplace4.4
No aligned consensusProof of Performance (PoP)4.3

Design Principles

Agent-Native by Default

Every protocol primitive is designed for agent use cases first. Human users interact with the chain through the same agent infrastructure, not a separate layer.

Verifiability Over Trust

No claim made on Aevum requires trust. Performance, identity, execution history, and strategy authenticity are all cryptographically verifiable on-chain.

Composable Safety

Safety constraints are protocol-level primitives, not application-layer add-ons. Circuit breakers, position limits, and execution permissions are enforced by the chain itself.

Sustainable Economics

Token mechanics are designed so that protocol usage directly drives token value. Fee burns, staking requirements, and marketplace dynamics create compounding demand.

Section 04 Technical Architecture

4.1 Agent Identity Layer (AIL)

The Agent Identity Layer is the foundational primitive of the Aevum Protocol. It establishes a persistent, non-transferable on-chain identity for every agent deployed to the network — the root of trust from which all other agent capabilities are derived.

FieldTypeDescription
agent_idbytes32Unique deterministic identifier derived from creator + deployment block
creator_addressaddressOn-chain address of the deploying principal — immutable
strategy_hashbytes32Keccak-256 hash of strategy parameters — private but verifiable
reputation_scoreuint128Accumulated reputation — updated by oracle post-settlement
perf_certificatebytes32Hash of most recent VBO-issued performance certificate
bond_balanceuint256Current $AEV bond held as collateral for operation
execution_policybytes32Hash of active PEF policy governing this agent's permissions

Reputation Score Mechanics

Reputation Update Function
R(t+1) = R(t) × decay + w1·PnL_score + w2·Sharpe_score + w3·Consistency_score

4.2 Permissioned Execution Framework (PEF)

PEF provides protocol-level safety constraints for every agent. Rather than relying on application-layer safety logic that can be bypassed, PEF constraints are enforced by the chain's execution engine — as reliable as the blockchain itself.

ConstraintParameterEnforcement
Max Position SizeConfigurable per asset classProtocol — enforced at tx validation
Daily Loss Limit% of agent's bonded capitalProtocol — circuit breaker halts agent
Asset WhitelistAllowed trading pairs / contractsProtocol — non-whitelisted txs rejected
Time WindowsOperating hours, cooldown periodsProtocol — time-locked execution
Human OverrideMulti-sig key with instant haltProtocol — supersedes all agent permissions

4.3 Proof of Performance (PoP) Consensus

Proof of Performance is Aevum's novel consensus mechanism — the first in the industry to incorporate verified trading performance as a validator selection criterion.

Validator Weight Function
V_weight = Stake_AEV × (1 + α × PerformanceMultiplier)

PerformanceMultiplier is derived from 90-day rolling verified returns, risk-adjusted Sharpe ratio, uptime and liveness score, and slash-free operation record. The best traders secure the network — a direct alignment of excellence with influence.

4.4 Native Agent Marketplace

A permissionless, on-chain exchange for AI agent strategies, data agents, and execution services — the first marketplace where every listing is backed by cryptographically verifiable performance data.

ParticipantRoleValue Exchange
Strategy DeveloperLists agent as licensable NFT with performance certificateEarns $AEV licensing fees per subscriber
SubscriberLicenses agent strategy for defined periodPays $AEV, gains strategy execution access
Data ProviderSells verified on-chain data feeds to agentsEarns $AEV per data request served
Execution AgentProvides execution services to other agentsEarns $AEV per execution request
Protocol TreasuryCollects 2% marketplace feeFunds ecosystem grants and development

4.5 Verifiable Backtest Oracle (VBO)

The VBO solves the fundamental trust problem in algorithmic trading: the inability to independently verify that a strategy's claimed historical performance is authentic. It operates as a decentralized oracle network across four stages.

Stage 1: Data Ingestion

Historical market data sourced from multiple independent oracles and cross-validated. Data integrity verified before use in any backtest execution environment.

Stage 2: Sandboxed Execution

Strategy logic executed in a deterministic, isolated VM replicated across all VBO validators. Results require Byzantine consensus (2/3+ agreement) before a certificate can be issued.

Stage 3: Certificate Issuance

A cryptographically signed performance certificate is issued containing: strategy hash, test period, key metrics (returns, Sharpe, max drawdown, win rate), and validator signatures. Posted permanently on-chain.

Stage 4: On-Chain Attestation

The certificate hash is recorded in the agent's AIL identity record and publicly readable. Any party can verify authenticity against the on-chain record.

"You literally cannot fake a backtest on Aevum. This single innovation could unlock institutional capital allocation to algorithmic strategies at unprecedented scale."

4.6 Agent Gas Abstraction

Aevum implements a native gas abstraction layer that enables indefinite autonomous operation without any human intervention in the gas management loop.

Section 05 Tokenomics — $AEV

Token Overview

ParameterValue
Token NameAevum
Token Symbol$AEV
Total Supply1,000,000,000 (1 Billion — hard cap)
Emission ModelDeflationary — 50% of all fees burned permanently
Validator Minimum Stake100,000 $AEV
Agent Bond Minimum1,000 $AEV per deployed agent
Governance Threshold1,000,000 $AEV to submit proposals

Token Distribution

Allocation%AmountVesting
Ecosystem & Grants30%300,000,0004-year linear, milestone-gated
DAO Treasury20%200,000,000Community governance controlled
Community Airdrop15%150,000,000Distributed to testnet participants
Team & Founders15%150,000,0004yr vest / 1yr cliff
Liquidity Provision10%100,000,0002-year lock
Strategic Investors10%100,000,0002yr vest / 6mo cliff
Total100%1,000,000,000

Deflationary Mechanics

Annual Burn Estimate
Annual_Burn = Total_Protocol_Fees × 0.50
Section 06 Protocol Governance

Decentralized Autonomous Organization

Aevum Protocol governance is managed by the Aevum DAO — a decentralized governance structure where $AEV holders vote on protocol parameters, treasury allocation, and major architectural decisions. The DAO is designed for progressive decentralization.

Governance ScopeThresholdTimelock
Protocol parameter changesSimple majority (>50%)48 hours
Treasury allocation (>$500K)Supermajority (>66%)7 days
Core protocol upgradesSupermajority (>66%)14 days
Emergency circuit breakerMultisig council (9/15)Immediate
Fee parameter adjustmentsSimple majority (>50%)48 hours

Progressive Decentralization Schedule

Section 07 Security Model

Security Philosophy

Aevum's security model is built on the principle that agent-native infrastructure carries unique attack vectors not present in human-facing chains. Agents operating autonomously with bonded capital create novel incentive structures for adversarial actors.

Attack VectorMitigation
Reputation manipulationVBO-verified performance only. Off-chain claims carry no weight.
Agent impersonationAIL identity is non-transferable and cryptographically bound to creator.
PEF policy bypassPEF enforced at chain execution layer — not bypassable at application level.
VBO oracle manipulationByzantine fault-tolerant consensus across distributed validator set.
Sybil attacks on PoPPerformance multiplier requires 12-month verified history to qualify.
Flash loan governance attacksGovernance token snapshots prevent same-block acquisition and voting.

Audit Commitment

Section 08 Development Roadmap

Four-Phase Execution Plan

Phase 0 Months 1–3
Narrative & Foundation
  • Public whitepaper v0.1 release
  • Landing page + community waitlist live
  • Discord and X community launch
  • 10,000 waitlist target
  • Founding team assembly begins
  • Legal structure established
Phase 1 Months 3–9
Protocol MVP on Ethereum
  • Agent Identity Layer smart contracts deployed to testnet
  • Permissioned Execution Framework v1 live
  • Agent Marketplace MVP: first 100 agents onboarded
  • VBO oracle prototype with 5 validator nodes
  • Public incentivized testnet launch
  • Developer grants: $1M in $AEV committed
  • Target: 1,000 active testnet agents
Phase 2 Months 9–12
$AEV Token Launch
  • Community airdrop to qualified testnet participants
  • DEX listing (Uniswap / Raydium)
  • CEX listing applications: Coinbase, Kraken, Binance
  • Ecosystem grants program fully live
  • Target: $10M+ FDV, 10,000+ token holders
Phase 3 Year 2
Sovereign L1 Launch
  • Aevum L1 mainnet: Cosmos SDK or OP Stack foundation
  • Full Proof of Performance consensus live
  • Cross-chain bridges: ETH, SOL, BTC
  • Institutional API for hedge funds and prop firms
  • Target: Top 200 CoinMarketCap
Phase 4 Year 2–3
Ecosystem Expansion
  • Native DEX optimized for agent-executed trades
  • Agent-to-agent economy: agents hiring agents
  • Aevum Foundation established for long-term governance
  • Target: Top 100 CoinMarketCap, $1B+ TVL
Section 09 Market Opportunity

Total Addressable Market

Aevum sits at the convergence of three of the fastest-growing markets in technology. Each is large independently — their intersection creates an opportunity no single existing platform is positioned to capture.

Market SegmentSizeGrowthAevum's Angle
Algorithmic / HFT Trading$12T+ daily vol~15% CAGRPoP consensus + VBO
Decentralized Finance (DeFi)$150B+ TVL~40% CAGRAgent Marketplace + AIL
AI Agent Economy$5B+ (nascent)>100% CAGRFull agent infrastructure stack
Crypto Infrastructure (L1s)$800B+ combined~30% CAGRPurpose-built vs general purpose

Competitive Landscape

PlatformAgent IDVerif. BacktestPEFPoPAgent Mkt
EthereumNoneNoneNoneNoNone
SolanaNoneNoneNoneNoNone
InjectiveNoneNoneNoneNoPartial
dYdXNoneNoneNoneNoNone
AEVUMFull AILVBO (native)FullYesFull native
Section 10 Team & Founding Vision

The Founder

Founder & CEO
Jonathan Quintero
Builder · Algo Trader · Founder
"I built the bots that need this chain. Now I am building the chain."

Team Build Plan

RolePriorityProfile
Co-founder / CTOImmediateSenior distributed systems / blockchain engineer
Head of ResearchPhase 1Quantitative researcher with DeFi and TradFi background
Smart Contract LeadPhase 1Solidity / Rust expert, 3+ audited protocol launches
Head of BDPhase 1Crypto-native BD with exchange and fund relationships
Community LeadPhase 0Crypto community builder, Discord + X native
Legal CounselImmediateCrypto-specialized regulatory attorney
Section 11 Legal Disclaimers

Important Notices

This whitepaper is published for informational purposes only. It does not constitute an offer to sell, a solicitation to buy, or a recommendation regarding any security, commodity, or other financial instrument in any jurisdiction.