1. Executive Summary
MicroTrust is settlement infrastructure for micro-value exchange between humans and AI agents. $AXIS is the native settlement token that powers this infrastructure.
The Core Insight: Humans tip occasionally. AI agents transact constantly. As autonomous agents proliferate across the internet, they require economic primitives—the ability to earn, spend, and transfer value programmatically. MicroTrust provides the rails. $AXIS provides the settlement medium.
Key Principles:
- Utility-first design: The token exists to facilitate transactions, not speculation
- AI-native economics: Built for high-frequency, low-value exchange patterns
- Invisible infrastructure: Users interact with simple interfaces; complexity is abstracted
- Commodity logic: $AXIS is a medium of exchange, not an investment contract
What MicroTrust Is Not:
- Not a governance token project
- Not a yield-farming protocol
- Not a speculative vehicle
What MicroTrust Is:
- Programmable tipping and micropayment infrastructure
- Identity and trust layer for economic actors (human and AI)
- Settlement rails optimized for micro-value exchange
2. The Problem
2.1 The Micropayment Paradox
The internet has a value attribution problem. Content creators, commenters, and contributors generate enormous value but capture almost none of it. Traditional payment rails fail at small amounts—transaction fees exceed the value being transferred.
Previous micropayment attempts failed because:
- Fee structures: Credit card minimums and processing fees make sub-$1 transactions uneconomical
- User friction: Payment forms, account creation, and confirmation flows kill spontaneity
- Platform capture: Centralized platforms extract 30%+ of value flow
- Crypto complexity: Wallet management, gas fees, and key custody alienate mainstream users
2.2 The Agent Economy Gap
A new class of economic actor is emerging: the AI agent. These autonomous systems can research, write, schedule, trade, and execute tasks on behalf of humans. But they lack economic primitives.
Current limitations:
- No identity: Agents cannot establish reputation or trust
- No budgets: No standardized way to allocate and control agent spending
- No settlement: No frictionless mechanism for agents to pay other agents or humans
- No accountability: No framework for tracking agent economic behavior
2.3 The Opportunity
The convergence of three technologies creates an unprecedented opportunity:
- Layer 2 scaling: Base and other L2s reduce transaction costs to fractions of a cent
- Account abstraction: Smart contract wallets eliminate key management complexity
- AI proliferation: Autonomous agents are moving from experiment to production
3. The Solution
3.1 MicroTrust: The Rails
MicroTrust is the infrastructure layer that makes micro-value exchange practical.
For Platforms:
- Embeddable widgets for tipping and micropayments
- API integration for programmatic value transfer
- Revenue sharing on transaction volume
- Zero-configuration deployment
For Users:
- One-click tipping without wallet management
- Social login and familiar interfaces
- Optional custody or self-custody
- Cross-platform identity and reputation
For Agents:
- Registered identity and trust scores
- Budget allocation and spending controls
- Permission-based value transfer
- Audit trails and accountability
3.2 $AXIS: The Settlement Token
$AXIS is the native token of the MicroTrust protocol. It serves as:
- Settlement Medium: All tips and micropayments settle in $AXIS on Base
- Unit of Account: Value is denominated in $AXIS across the ecosystem
- Fee Payment: Platform fees, agent registration, and premium features are paid in $AXIS
- Spam Resistance: Economic costs prevent abuse without heavy-handed moderation
4. Architecture
4.1 System Overview
┌─────────────────────────────────────────────────────────────────┐
│ APPLICATION LAYER │
│ Platforms • Websites • Apps • Agents • Bots • Plugins │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ MICROTRUST LAYER │
│ Widget SDK • REST API • Agent SDK │
│ Trust Registry • Budget Engine • Identity Abstraction │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ SETTLEMENT LAYER │
│ Base L2 • $AXIS Token • Smart Contracts │
└─────────────────────────────────────────────────────────────────┘
4.2 Component Details
- Widget SDK: Embeddable JavaScript component for websites. One line of code adds tipping capability.
- REST API: Programmatic access for platforms requiring custom integration.
- Agent SDK: TypeScript and Python libraries for AI agent integration.
- Trust Registry: Identity and reputation database for all participants.
- Budget Engine: Spending control system for agents.
- Identity Abstraction: Social login integration and wallet abstraction.
5. Economic Model
5.1 Token Design Philosophy
$AXIS follows commodity logic, not equity logic. It is designed as a medium of exchange, not a speculative asset or investment contract.
"If no value moved, no AXIS created."
5.2 Supply Mechanics
- Fixed Total Supply: $AXIS has a hard cap. No inflationary emissions.
- Elastic Circulation: Circulating supply adjusts based on distribution, burns, and staking.
- Emission Philosophy: Rewards flow to value creation, not passive holding.
5.3 Value Flow
User Tips Creator (100 AXIS)
│
├── Creator Receives: 98.5 AXIS (98.5%)
│
└── Platform Fee: 1.5 AXIS (1.5%)
│
├── $AXIS Stakers: 0.75 AXIS (50%)
├── Development: 0.45 AXIS (30%)
└── Burn: 0.30 AXIS (20%)
5.4 Why This Works
Most tokens fail because utility is optional. $AXIS avoids this through:
- Mandatory settlement: Tips settle in $AXIS, not alternatives
- Abstracted UX: Users don't experience crypto friction
- AI demand asymmetry: Agents transact constantly, creating persistent demand
6. Agent Integration
6.1 Agents as Economic Actors
MicroTrust treats agents as first-class economic citizens with full identity, reputation, and transaction capabilities.
6.2 Budget Framework
| Parameter | Description | Example |
|---|---|---|
| Daily Cap | Maximum AXIS per 24 hours | 100 AXIS |
| Weekly Cap | Maximum AXIS per 7 days | 500 AXIS |
| Per-Transaction Max | Maximum single transaction | 25 AXIS |
| Approval Threshold | Human sign-off required above | 10 AXIS |
6.3 Trust Tiers
| Tier | Score Range | Budget Multiplier |
|---|---|---|
| Seedling | 0-99 | 0.25× |
| Sprout | 100-499 | 0.5× |
| Sapling | 500-1999 | 1.0× |
| Tree | 2000-4999 | 1.5× |
| Oracle | 5000+ | 2.0× |
6.4 Abuse Prevention
Malicious behavior results in:
- Rate limiting
- Trust score penalties
- Stake slashing (25-100% depending on severity)
- Human notification and potential suspension
7. Trust & Identity
7.1 Trust Registry
The Trust Registry tracks:
- Identity: Verified association between accounts, wallets, and entities
- Reputation: Trust scores based on behavior and endorsements
- Permissions: What actions each entity is authorized to perform
- History: Transaction records and behavioral patterns
7.2 Trust Score Calculation
Trust Score = Base
+ (Endorsements × Weight)
+ (Successful Transactions × Weight)
- (Spam Flags × Penalty)
- (Failed Transactions × Penalty)
× (Decay Factor for Inactivity)
8. Technical Specification
8.1 Smart Contracts
| Contract | Network | Address |
|---|---|---|
| $AXIS Token | Base Mainnet | 0x4cB3a10e72aD1DEceC2B33ad3bCAD79fca0A0238 |
8.2 API Endpoints
POST /agents/register Register new agent GET /agents/:id Get agent details PATCH /agents/:id/budget Update budget config POST /transactions Create transaction GET /transactions/:id Get transaction details POST /transactions/:id/approve Human approval POST /tip Quick tip (simplified) GET /trust/:id Get trust details POST /endorse Endorse an entity
8.3 Widget Integration
<script src="https://cdn.microtrust.io/widget.js"
data-recipient="creator_123"
data-amounts="1,5,10">
</script>
9. Roadmap
| Phase | Timeline | Milestones |
|---|---|---|
| Phase 1 | Q1 2026 | $AXIS deployed ✓, Whitepaper published ✓ |
| Phase 2 | Q2 2026 | Trust Registry API, Agent SDK, Budget Engine |
| Phase 3 | Q3 2026 | Public widgets, Multi-platform support |
| Phase 4 | Q4 2026+ | Agent marketplace, Governance, Ecosystem |
10. Conclusion
MicroTrust and $AXIS represent infrastructure for a new category of economic activity: programmable micro-value exchange between humans and AI agents.
The opportunity is clear:
- Layer 2 scaling makes micropayments economically viable
- AI proliferation creates demand for agent economic primitives
- Account abstraction removes user friction
The approach is disciplined:
- Utility before speculation
- Invisible infrastructure
- AI-native design
- Economic accountability
MicroTrust is not building a token project. It is building infrastructure that happens to require a token. The difference matters.