01 / For developers
query → signal → ship
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
⌘K — one keystroke away
Search resources…⌘K
↑↓navigate↵open6 results
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 }
}
]
}
}
Connected — intuition mainnet✓ 200 OK · 24ms
Way in 03 / For developers
SDK / API / GraphQL
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