Developers
Build on the AGIsGEM verification layer.
The AGIsGEM API surfaces Logic Scores, proof artefacts, and verification events for lenders, marketplaces, and tokenization platforms. Public docs are in active development.
API vision
A REST + webhook surface for:
- Submitting an asset or contract for verification
- Retrieving a Logic Score, rubric version, and risk flags
- Fetching the canonical IPFS proof hash and on-chain memo
- Subscribing to verification events (status change, downgrade, re-issuance)
Example response schema
{
"asset_id": "agisgem-livestock-001",
"asset_class": "livestock.cattle",
"logic_score": 91,
"rubric_version": "GAME-v0.1",
"components": {
"provenance": 95,
"health_weight_consistency": 88,
"sale_validation": 92,
"counterparty_risk": 89
},
"flags": ["minor_weight_variance"],
"proof": {
"ipfs": "bafy...",
"tx": "0x...",
"issued_at": "2026-06-15T01:14:00Z"
}
}Integration pathways
- Direct REST consumers (lenders, insurers, processors)
- Tokenization platforms surfacing AGIsGEM Logic Scores on listings
- Virtuals Protocol agent-to-agent interop on Base