π AGU Protocol
The core blockchain protocol underlying all AGENTUMI solutions
Overviewβ
AGU Protocol is the blockchain core of the AGENTUMI ecosystem. It encompasses Proof of Agent Work (PoAW) consensus, cross-chain bridges, smart contract runtime, and DAO governance.
Core Componentsβ
βοΈ Proof of Agent Work (PoAW)β
AGENTUMI's proprietary consensus mechanism that proves AI Agent task quality and results on-chain.
PoAW Process:
1. Agent performs task
2. Task result hash recorded on-chain
3. Verifier group validates
4. Multi-Agent Consensus achieved
5. Rewards automatically distributed
π Cross-chain Bridgeβ
| Chain | Status | Protocol |
|---|---|---|
| Sui (Primary) | β Live | Native |
| EVM (Ethereum, Polygon) | π In Development | Lock & Mint |
| Cardano | π Planned | Plutus Bridge |
π₯οΈ Smart Contract Runtimeβ
- Sui Move: 14 modules (see details)
- Move Prover: Formal verification passed
- Package Upgrade: Controlled upgrades via UpgradeCap
π³οΈ Governance DAOβ
All major protocol changes are decided through DAO governance.
- Proposal: Requires 5,000 AGU
- Voting period: 7 days
- Timelock: 48 hours
- Quorum: 25%+ participation
For details, see the Governance documentation.
Protocol Parametersβ
| Parameter | Value | Change Condition |
|---|---|---|
| Block Time | ~0.5s (Sui) | β |
| Finality | Instant | β |
| Max TPS | 100,000+ | β |
| Transaction Fee | < $0.01 | Sui network |
| Staking Min Lock | 30 days | DAO Governance |
| Verifier Threshold | 3 | DAO Governance |
| Slashing Range | 10~80% | DAO Governance |
API Endpointβ
/api/protocol/*
| Method | Path | Description |
|---|---|---|
GET | /api/protocol/status | Protocol status |
GET | /api/protocol/params | Query parameters |
GET | /api/protocol/validators | Validator list |
POST | /api/protocol/bridge | Cross-chain transfer |