Compass Guard
Compass Guard sits between an AI agent and Solana execution tools. Before a transfer, swap, or other sensitive action runs, Compass classifies the tool call, applies policy, returnsallow, review, or deny, and records the decision for audit.
What it protects
| Risk | Compass response |
|---|---|
| Unknown recipient | Hold for human review |
| Amount above policy | Hold for human review |
| Unknown mutating tool | Deny by default |
| Denylisted or dangerous action | Deny with a clear reason |
Ways to use it
- MCP proxy — place Compass in front of an existing Solana MCP server so agent tool calls are checked before execution.
- Hosted API — call
POST /v1/verifydirectly from a backend, wallet flow, or integration. - Future signer gateway — move from advisory checks toward validation, approval, and signing control.
