Architecture Overview
A high-level guide to how Nava Guardian fits together, aimed at developers integrating with the platform.
System Diagram
Loading diagram...
Transaction Lifecycle
- User instructs the agent. The instruction can describe the desired operation, such as swapping an asset with a defined slippage limit.
- Agent builds an action. The agent or integrating builder constructs the structured action it proposes to submit.
- Builder requests a verdict. The structured proposed action is sent to Nava Guardian through the documented Nava Service boundary.
- Nava Guardian resolves policy. Nava Guardian decodes the action and resolves the active policy for the agent.
- Nava Guardian evaluates checks. Applicable deterministic checks evaluate the decoded action against that policy. The live approval path does not use an LLM or reason over free-form intent text.
- Nava Guardian stores and returns the verdict. Database-backed metadata tracks
a
pending,approved, orrejectedoutcome with reason codes and evidence. - Builder handles the verdict. The builder keeps pending actions paused, does not submit rejected actions, and may sign and submit the exact approved action through its own venue integration.
Loading diagram...
See the Nava Guardian overview for the product boundary and current Developer Preview capabilities.