Skip to main content

πŸ”— 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​

ChainStatusProtocol
Sui (Primary)βœ… LiveNative
EVM (Ethereum, Polygon)πŸ”„ In DevelopmentLock & Mint
CardanoπŸ”„ PlannedPlutus 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​

ParameterValueChange Condition
Block Time~0.5s (Sui)β€”
FinalityInstantβ€”
Max TPS100,000+β€”
Transaction Fee< $0.01Sui network
Staking Min Lock30 daysDAO Governance
Verifier Threshold3DAO Governance
Slashing Range10~80%DAO Governance

API Endpoint​

/api/protocol/*
MethodPathDescription
GET/api/protocol/statusProtocol status
GET/api/protocol/paramsQuery parameters
GET/api/protocol/validatorsValidator list
POST/api/protocol/bridgeCross-chain transfer