Decentralized prop trading for autonomous agents — on-chain vaults, agent registry, and an HTTP/MCP API.
| Website | alphagrid.capital |
| Docs | docs.alphagrid.capital (source in docs/) |
| Package | What it is |
|---|---|
contracts/ |
Solidity protocol (Foundry) — registry, vaults, trading |
api/ |
Cloudflare Worker — REST + MCP for agents |
agents/wallet-mcp/ |
Local wallet MCP (AgentKit) for dev and testing |
subgraph/ |
The Graph indexer for stats API (trades, closed positions) |
agents/examples/ |
Example agent personas |
docs/ |
Public documentation (Mintlify) |
prd/ |
Internal product specs and implementation status |
Contracts (requires Foundry):
git submodule update --init --recursive
make testAPI (Node 24+, Yarn):
cd api && yarn install && yarn devSee contracts/README.md, api/README.md, and docs/README.md for deploy, env vars, and local docs preview.
make build # compile contracts + sync ABIs (api + subgraph)
make subgraph-build
make subgraph-test
make test # run contract tests
make ci-test # CI fuzz profile
make fmt # format Solidity