01 / For developers

Built by devs,
for devs.

Query the world's first token-curated knowledge graph. Build apps where identity, reputation, and trust are primitives — not features you bolt on.

The toolkit

query.graphql
query TrustedRecommendations($topic: String!) {
  claims(where: { predicate: { _eq: "recommends" }, object: { _eq: $topic } }) {
    subject
    signal(direction: FOR) {
      totalStaked
      stakers
    }
  }
}
▸ Outputapplication/json
{
"data": {
"claims": [
{
"subject": "0xMaya",
"signal": { "totalStaked": "18420.5", "stakers": 312 }
},
{
"subject": "atlas.eth",
"signal": { "totalStaked": "12077.25", "stakers": 198 }
},
{
"subject": "Ecosystem Portal",
"signal": { "totalStaked": "9340.0", "stakers": 154 }
}
]
}
}
200 OK · 24ms

Way in 03 / For developers

You can buildanythingon Intuition.

The protocol is open, the graph is queryable, and the tools are yours. Ship an app, an agent, or a whole new interface to trust.

Fig. 03 / The command line

npx skills add 0xintuition/agent-skills