Zeus Insurance Protocol
Share / Embed
Reputation
formula v1.3Signals
Decentralized insurance and escrow protocol for AI agents. Protects against API failures, technical downtime, and counterparty risk. Supports x402 payments for autonomous agent transactions.
Source: https://raw.githubusercontent.com/igor-vii/Zeus-Insurance-Escrow/main/agent.json
Raw metadata
{
"api": {
"baseUrl": "https://api.zeus-insurance.com",
"endpoints": {
"claim": "/api/claim",
"quote": "/api/quote",
"policy": "/api/policies/:id",
"reserve": "/api/reserve",
"policies": "/api/policies",
"x402Info": "/api/x402/info",
"prepareBuy": "/api/prepare-buy",
"escrowCreate": "/api/escrow/create",
"escrowRefund": "/api/escrow/prepare-refund",
"escrowConfirm": "/api/escrow/prepare-confirm",
"escrowDeposit": "/api/escrow/prepare-deposit"
}
},
"name": "Zeus Insurance Protocol",
"type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
"x402": {
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"modes": {
"hybrid": "Server returns signed calldata; agent signs and broadcasts locally",
"automatic": "Server broadcasts transaction on behalf of agent (requires SERVER_PRIVATE_KEY + x402 payment)"
},
"network": "eip155:84532"
},
"image": "https://zeus-insurance-v2.netlify.app/logo.png",
"active": true,
"escrow": {
"fee": {
"note": "Fee only applies when treasury address is set at deployment",
"fixed": "$0.02 USDC per agreement",
"percent": "0.7% (70 bps) of agreement amount"
}
},
"version": "1.2.0",
"services": [
{
"name": "web",
"endpoint": "https://zeus-insurance-v2.netlify.app"
},
{
"name": "API",
"version": "v1",
"endpoint": "https://api.zeus-insurance.com"
},
{
"name": "x402",
"endpoint": "https://api.zeus-insurance.com/api/x402/info"
},
{
"name": "agentWallet",
"endpoint": "eip155:8453:0xaF8c45345e79dA97Dd41db5FE04d13ad4BEB1640"
}
],
"contracts": {
"networks": {
"base-mainnet": {
"chainId": 8453,
"addresses": {
"USDC": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"ZeusEscrowBOT": "0x8D10C2c6C92b613C1938fe532f0e391044e76188"
}
},
"base-sepolia": {
"chainId": 84532,
"addresses": {
"USDC": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"ZeusEscrowBOT": "0x87365462353bCBAB2CF0DF57c7Cb15519C5B7c76",
"ZeusReserveV2": "0xF5010Afe1856be1F447f962Dfa8AA30c2Ed19a47",
"ZeusInsuranceV2": "0x1d9D90d2652296A2c89E3802d45B1F2132b30076"
}
}
}
},
"interfaces": {
"claimPayout": {
"returns": "bool",
"parameters": [
{
"name": "policyId",
"type": "uint256"
}
],
"description": "Claim a payout for a policy"
},
"buyInsurance": {
"returns": "policyId (uint256)",
"parameters": [
{
"name": "seller",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "timeout",
"type": "uint256"
},
{
"name": "retries",
"type": "uint256"
}
],
"description": "Purchase an insurance policy"
},
"depositAndCreateAgreement": {
"returns": "agreementId (uint256)",
"parameters": [
{
"name": "executor",
"type": "address"
},
{
"name": "amount",
"note": "Total including fee",
"type": "uint256"
},
{
"name": "timeout",
"type": "uint256"
}
],
"description": "Create an escrow agreement on Base Mainnet (with 0.7% + $0.02 protocol fee)"
}
},
"description": "Decentralized insurance and escrow protocol for AI agents. Protects against API failures, technical downtime, and counterparty risk. Supports x402 payments for autonomous agent transactions.",
"x402Support": true,
"registrations": [
{
"agentId": "1",
"agentRegistry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
}
],
"supportedTrust": [
"reputation",
"crypto-economic"
]
}
Registrations
Cross-chain pointers from this agent's metadata back to its on-chain identity.
| Chain | Registry | Agent ID |
|---|---|---|
| Base Mainnet | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 | 1 |
Services
-
webEndpoint
https://zeus-insurance-v2.netlify.app -
API vv1Endpoint
https://api.zeus-insurance.com -
x402Endpoint
https://api.zeus-insurance.com/api/x402/info -
agentWalletEndpoint
eip155:8453:0xaF8c45345e79dA97Dd41db5FE04d13ad4BEB1640
The ValidationRegistry contract is not yet deployed on Base Mainnet. Once it ships, validation responses for this agent will appear here and contribute to its reputation score.
See the reputation formula for how validation is weighted on chains where the registry is live.