-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbsc.address
More file actions
100 lines (100 loc) · 4.42 KB
/
bsc.address
File metadata and controls
100 lines (100 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"projectName": "BNB Chain AI Toolkit",
"networks": [
{
"name": "BSC Mainnet",
"chainId": 56,
"contracts": [
{
"name": "ERC-8004 IdentityRegistry",
"address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"explorerLink": "https://bscscan.com/address/0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"description": "On-chain AI agent identity registry — ERC-721 NFTs representing agent identities"
},
{
"name": "ERC-8004 ReputationRegistry",
"address": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
"explorerLink": "https://bscscan.com/address/0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
"description": "On-chain reputation system for AI agents — feedback scores and reviews"
}
]
},
{
"name": "BSC Testnet",
"chainId": 97,
"contracts": [
{
"name": "ERC-8004 IdentityRegistry",
"address": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
"explorerLink": "https://testnet.bscscan.com/address/0x8004A818BFB912233c491871b3d84c89A494BD9e",
"description": "On-chain AI agent identity registry (testnet)"
},
{
"name": "ERC-8004 ReputationRegistry",
"address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
"explorerLink": "https://testnet.bscscan.com/address/0x8004B663056A597Dffe9eCcC1965A193B7388713",
"description": "On-chain reputation system for AI agents (testnet)"
},
{
"name": "ERC-8004 ValidationRegistry",
"address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272",
"explorerLink": "https://testnet.bscscan.com/address/0x8004Cb1BF31DAf7788923b405b754f57acEB4272",
"description": "On-chain validation registry for AI agent credentials (testnet)"
}
]
},
{
"name": "opBNB Mainnet",
"chainId": 204,
"contracts": [
{
"name": "ERC-8004 IdentityRegistry",
"address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"explorerLink": "https://opbnbscan.com/address/0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"description": "On-chain AI agent identity registry on opBNB L2"
},
{
"name": "ERC-8004 ReputationRegistry",
"address": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
"explorerLink": "https://opbnbscan.com/address/0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
"description": "On-chain reputation system for AI agents on opBNB L2"
}
]
},
{
"name": "opBNB Testnet",
"chainId": 5611,
"contracts": [
{
"name": "ERC-8004 IdentityRegistry",
"address": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
"explorerLink": "https://testnet.opbnbscan.com/address/0x8004A818BFB912233c491871b3d84c89A494BD9e",
"description": "On-chain AI agent identity registry on opBNB testnet"
},
{
"name": "ERC-8004 ReputationRegistry",
"address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
"explorerLink": "https://testnet.opbnbscan.com/address/0x8004B663056A597Dffe9eCcC1965A193B7388713",
"description": "On-chain reputation system for AI agents on opBNB testnet"
},
{
"name": "ERC-8004 ValidationRegistry",
"address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272",
"explorerLink": "https://testnet.opbnbscan.com/address/0x8004Cb1BF31DAf7788923b405b754f57acEB4272",
"description": "On-chain validation registry for AI agent credentials on opBNB testnet"
}
]
}
],
"additionalChains": "Contracts deployed on 24 chains total — see erc8004-agents/docs/contracts.md for full list",
"firstTransaction": {
"network": "BSC Testnet",
"txHash": "0xfc55d83d20e6d92ff522f302fd3424d3fd5557f25c06f4bfc38ecf3246dc1962",
"explorerLink": "https://testnet.bscscan.com/tx/0xfc55d83d20e6d92ff522f302fd3424d3fd5557f25c06f4bfc38ecf3246dc1962",
"description": "First ERC-8004 contract deployment on BSC Testnet"
},
"frontendUrl": "https://bnb-chain-toolkit.vercel.app/",
"agentCreatorUrl": "https://erc8004.agency/",
"mcpWebBuilder": "https://mcp.ucai.tech",
"notes": "All contracts use deterministic CREATE2 deployment via SAFE Singleton Factory. All addresses share the 0x8004 vanity prefix. Contracts are verified on all respective block explorers."
}