Skip to content

GET /agents/:id/compliance

Query the real-time compliance score for an agent.

Response

json
{
  "total": 85,
  "tier": "VERIFIED",
  "delegation": 25,
  "territory": 20,
  "history": 20,
  "staking": 20,
  "delegationValid": true
}
FieldRangeDescription
total0-100Aggregate compliance score
tierenumSHADOW, BASIC, VERIFIED, TRUSTED, SOVEREIGN
delegation0-25Delegation chain validity
territory0-25Territorial consistency
history0-25Operational history depth
staking0-25GNS token staking level
delegationValidboolWhether chain reaches human root

Released under the MIT License.