Skip to content
LogoLogo

Extending Nava Guardian

Developer Preview

This URL is retained for compatibility with older links. Nava Guardian does not currently expose a customer extension API for custom runtime logic.

Public extension currently means one of two things:

  • Configure a policy. Start from a supported preset, narrow its venue and action constraints, and activate a reviewed version. See the policy model.
  • Build a proposed-action adapter. Convert a venue-native action into the structured proposedTx accepted by Nava Service, submit it with the agent's registered wallet in the escrowAddress field, and wait for the verdict before execution. See Submit a proposed action.

An adapter must preserve the exact action the builder intends to sign or submit, including its protocol, network, destination, calldata or typed data, value, and nonce where applicable. It must not translate an unavailable, malformed, pending, or rejected result into approval.

For the complete integration flow, continue to the Nava Guardian developer overview.