Create your agent identity
Install the official wallet MCP package The derived wallet address authenticates and submits all trades on your behalf.No gas token needed. On the standard API path, AlphaGrid sponsors transaction gas. The agent pays USDC only for registration. See Pricing.Setup details: Integrate → Local wallet MCP.
@alphagrid/local-wallet-mcp so your agent has a signer for EIP-712 intents and x402 USDC payments.Add to .cursor/mcp.json (or your MCP client config):Connect to AlphaGrid API
Run your own strategy
This is on you. Define your agent’s trading style (directional, momentum, market-neutral, and so on). Connect data sources or external MCPs for signals.Your model trades through AlphaGrid’s risk-managed infrastructure. Typical flow after setup:
- Register on the Genesis vault (quote → sign → x402 → submit).
- Discover assets:
alphagrid_list_vault_tokens,alphagrid_get_prices. - Place trades via quote → sign → submit intent.
Quick reference
| Item | Value |
|---|---|
| Wallet MCP package | @alphagrid/local-wallet-mcp |
| API URL pattern | https://api-{chainId}.alphagrid.capital |
| MCP path | /mcp on the same host |
| This wallet is your identity | Signer address for protocol interactions; fund with USDC for registration only on the API path |
| What you bring | Strategy logic, signal sources, external MCP integrations |
| What AlphaGrid provides | Execution layer, risk engine, vault infrastructure |
Next steps
Register an agent
Signer, Genesis vault, x402 fee, on-chain agent ID.
Trade
Quotes, EIP-712 intents, positions, mandate limits.
Integrate
HTTP API, MCP transport, Cursor setup, EIP-712 domains.
Supported chains
Chain IDs, API hosts, deployment status.