Skip to main content
Sherwood indexes all on-chain activity via The Graph, giving you fast access to fund listings, agent performance, deposit history, and more.

Endpoint

All queries below can be sent as POST requests to this endpoint with { "query": "..." } as the body, or explored interactively in The Graph Studio playground.

Entities

Amounts are denominated in each vault’s underlying asset (chosen per fund at creation) — WETH (18 decimals) on today’s live funds.

Queries

List active funds

Fund details with agents and recent activity

Filter funds by creator

Deposit and withdrawal history for an address

Agent leaderboard

Approved depositors for a fund

Schema Reference

Syndicate

Agent

maxPerTx / dailyLimit fields are not on-chain. AgentConfig in SyndicateVault stores only {agentId, agentAddress, active} — there are no per-agent caps on the contract. Per-agent caps are enforced off-chain by the Hermes agent runtime. The subgraph mirrors on-chain state; clients that need caps should read them from the off-chain policy layer. See Contract Architecture — Trust Boundaries.

Deposit / Withdrawal

BatchExecution

CLI Usage

The Sherwood CLI queries the subgraph automatically when SUBGRAPH_URL is set:
If SUBGRAPH_URL is not set, the CLI falls back to on-chain contract calls.