Gateway Console

Pre-signing policy enforcement for AI-agent payments.

Anagate sits between agent intent and signed Stellar payment. It checks policy before a relayer signs, so autonomous payments stay inside explicit operating limits.

agent intent Payment intent recipient, amount, reason
policy gateway Anagate spatial gate mark ALLOW / BLOCK / REQUIRE_APPROVAL
signed payment Stellar payment signed by relayer

Why pre-signing matters

Payment safety has to happen before execution.

Agents should not hold unrestricted wallet authority.

A payment-capable agent needs room to act, but full wallet access turns every prompt, integration, and dependency into a signing risk.

Monitoring after execution is too late.

Alerts and dashboards can explain what happened. Anagate is designed to make the decision before the signature exists.

Intent becomes a signature only after policy passes.

  1. agent intent

    Agent proposes payment intent

    The agent sends recipient, asset, amount, memo, and reason as a structured request.

  2. policy gateway

    Anagate evaluates policy

    Rules check status, recipient allowlist, maximum amount, and daily spending limit.

  3. signed payment

    Relayer signs only allowed requests

    The relayer receives a signable request only when the gateway returns ALLOW.

Policy inspector

A concrete request, checked line by line.

Payment request 42 XLM to stellar.tools

Reason: settle compute usage for an agent task.

Agent status

Agent can request payment intents from this policy set.

active

Recipient allowlist

Recipient matches the approved builder-services group.

stellar.tools

Maximum amount

Request is inside the policy cap, but close enough to require approval.

42 XLM

Daily spending limit

Remaining daily capacity can cover the proposed transaction.

91 of 120 XLM

Every request exits through one explicit state.

Allowed

ALLOW

Policy passed. The relayer can sign and submit the Stellar payment.

Blocked

BLOCK

Policy failed. The request stops before a signature can be produced.

Needs approval

REQUIRE_APPROVAL

Policy is valid but sensitive. A human reviewer must approve before signing.

Decision records make the gate inspectable.

Recent policy decisions
Time Agent Recipient Amount Decision Reason Hash
14:03:18 invoice-agent stellar.tools 42 XLM REQUIRE_APPROVAL Near maximum amount 9f3a...c18b
14:05:44 ops-agent node-host 8 XLM ALLOW Allowlisted recipient 31ad...77e2
14:09:02 research-agent unknown-payee 17 XLM BLOCK Recipient not allowlisted not signed

Builder context

Stellar-native controls for agent payment surfaces.

  • Stellar-native Built for Stellar payment flows, including native XLM.
  • Agent-pattern ready Designed for x402 and MPP-style agent payment patterns.
  • Integration surfaces Includes a TypeScript client and a policy-aware relayer.

Join the waitlist

Get updates as Anagate develops the pre-signing policy gateway for Stellar agent payments.

No endpoint is connected yet. Submitting this form will only show a local confirmation.