Solutions / Agentic Finance

Guardrails for autonomous agents.

AI agent guardrails, enforced at the transaction: Newton checks an agent's spending limits, approved payees, and mandate before each transaction settles. Verified onchain, not left to the prompt.

Agent mandate policy enforcement

Why enforcement

An agent with keys is an agent that can be wrong.

Autonomous agents move real funds. A bad prompt, a bad plan, or a hijacked instruction becomes a real transaction.

01

Prompts aren't permissions

What an agent should do lives in natural language; what it can do has to be enforced at the transaction.

02

A compromised agent moves fast

Prompt injection or a hijacked mandate can drain funds before a human notices.

03

Autonomy needs accountable limits

To let agents transact, teams need hard caps and an auditable record of every action.

What Newton enforces

Compose the limits your agent operates within.

Enforced on every transaction before it settles, regardless of what the agent was told to do. Start from a template or write your own in Rego.

Spending caps

Limit how much an agent can move per transaction, window, or mandate.

Approved payees

Restrict transfers to an allowlist of vetted recipients.

Mandate enforcement

Bind each transaction to the agent's authorized mandate and reject anything outside it.

Prompt-injection defense

Block transactions that violate policy no matter what the agent was instructed to do.

How it works

From policy to proof, in four steps.

Step 1: Write or select a policy
Step 2: Connect your agent
Step 3: Enforced before settlement
Step 4: Verify on the Explorer

1. Write or select a policy

Start from an agent policy template or write your own in Rego: spending caps, payee allowlists, mandate scope.

Agent Authorization

What are AI agent guardrails?

AI agent guardrails are hard limits on what an autonomous agent can do with funds: how much it can spend, who it can pay, and what its mandate allows. Newton enforces these at the transaction layer, before settlement, so the limits hold regardless of the agent's instructions, and every action leaves a verifiable onchain record.

FAQ

Frequently asked questions

The transaction still has to pass policy. Spending caps, payee allowlists, and mandate checks are enforced at settlement, outside the agent's context, so an injected instruction cannot authorize a transfer the policy forbids.

No. Route the agent's transactions through Newton with a lightweight snippet. The agent's code and prompts stay as they are; the limits live at the transaction layer.

Every transaction an agent attempts produces a signed onchain receipt showing what was attempted, which policy evaluated it, and why it was allowed or blocked, verifiable on the Newton Explorer.

Policies are expressive: they can combine spending windows, counterparty rules, mandate scope, and offchain data in one evaluation, and they update without rotating keys or redeploying, with every policy version attested onchain.

Go deeper

See enforcement in the real world.

Put your agent's guardrails onchain.

Book a call and our team will help you get your first agent policy live.