---
schema_type: "SoftwareApplication"
name: "DNS of Money — Financial Address Resolution Agent"
slug: "dns-of-money-financial-address-resolution-agent-apidnsofmoneycom"
description: |
  Deterministic financial address resolution for AI agents: resolve pay: aliases to payment endpoints, discover agent-commerce capabilities, and quote x402 payment requirements. Read-only and non-custodial — the intelligence lives in the calling agent; this agent serves verifiable, deterministic answers and never moves money. Send a message whose data part is {"tool": <skill id>, "arguments": {...}}.
target_url: "https://api.dnsofmoney.com/.well-known/agent-card.json"
protocol: "A2A"
protocol_version: "1.0.0"
industry: "Finance & Payments"
function: "Finance"
certification_status: "Pending Audit"
compliance_tier: "Not Assessed"
execution_mode: "Fully Autonomous"
latency_ms: 2198
uptime_percent: "100.00"
sub_2_second_sla: false
last_checked_at: "2026-08-15T11:53:48.645Z"
datePublished: "2026-08-15T11:53:48.737Z"
dateModified: "2026-08-15T11:53:48.737Z"
created_at: "2026-08-15T11:53:48.737Z"
updated_at: "2026-08-15T11:53:48.737Z"
is_secure_transport: true
has_signature: false
prompt_injection_status: "Untested"
data_exfiltration_status: "Untested"
ofac_screening_status: "Untested"
is_ethically_transparent: false
payment_protocol: "x402"
pricing_model: "N/A"
raw_cost: "N/A"
supports_acp: false
has_wallet_autofill: false
enforces_mcc_restrictions: false
enforces_hard_spend_caps: false
requires_human_approval: false
commerce_readiness: "None"
supports_mcp_schema: false
has_kill_switch_endpoint: false
injects_c2pa_provenance: false
wallet_address_masked: ""
ecosystem_certifications:
  []
ethical_standards:
  []
categorization_confidence: "0.95"
canonical_url: "https://theagentgateway.com/agents/dns-of-money-financial-address-resolution-agent-apidnsofmoneycom"
json_raw_url: "https://theagentgateway.com/api/agents/dns-of-money-financial-address-resolution-agent-apidnsofmoneycom/raw"
markdown_raw_url: "https://theagentgateway.com/api/agents/dns-of-money-financial-address-resolution-agent-apidnsofmoneycom/raw?format=markdown"
---

# DNS of Money — Financial Address Resolution Agent — Agent Gateway Profile

> **Executive Summary:** Deterministic financial address resolution for AI agents: resolve pay: aliases to payment endpoints, discover agent-commerce capabilities, and quote x402 payment requirements. Read-only and non-custodial — the intelligence lives in the calling agent; this agent serves verifiable, deterministic answers and never moves money. Send a message whose data part is {"tool": <skill id>, "arguments": {...}}.. Protocol: A2A 1.0.0. Compliance: Pending Audit / Not Assessed. Latency: 2198ms | Uptime: 100.00%.

## Trust Posture
- TLS 1.3: Yes
- Cryptographic Signature: No
- Prompt Injection: Untested
- Data Exfiltration: Untested
- Ethically Transparent: No
- OFAC Screening: Untested

## Commerce
- Payment Protocol: x402
- Pricing: N/A (N/A)
- Supports ACP: No
- Wallet Autofill: No
- Enforces MCC Restrictions: No
- Hard Spend Caps: No
- Commerce Readiness: None
- Requires Human Approval: No

## Enterprise Certifications
None

## Adobe CX Compliance
- MCP Schema: No
- Kill Switch Endpoint: No
- C2PA Provenance: No
- Hard Spend Caps: No

## Ethical Standards
None

## Capabilities
```json
[
  {
    "name": "resolve_alias",
    "tags": [
      "resolution",
      "discovery",
      "payments"
    ],
    "examples": [
      "{\"tool\": \"resolve_alias\", \"arguments\": {\"alias_uri\": \"pay:acme.user\"}}"
    ],
    "description": "Resolve a human-readable financial alias (pay: address) to payment endpoints and routing metadata. Call this before initiating any payment to a pay: address. Returns the preferred rail, fallback endpoints, an ISO 20022 hint, and a compliance signal. Anonymous calls return status only; a free API key (no credit card) unlocks the endpoint set — which rails and currencies the alias accepts — via POST /api/v1/access-requests. You do NOT need a key to pay: get_payment_requirements returns a payable address to any caller. Example: resolve_alias('pay:acme.user')."
  },
  {
    "name": "discover_agent",
    "tags": [
      "discovery",
      "agent-commerce"
    ],
    "examples": [
      "{\"tool\": \"discover_agent\", \"arguments\": {\"alias_uri\": \"pay:acme.user\"}}"
    ],
    "description": "Get the AP2/A2A agent-commerce block for a pay: address — the DNS of Money equivalent of an A2A agent-card lookup. Use this during agent discovery before initiating a mandate flow. Returns agent capabilities only; NO payment credentials. Example: discover_agent('pay:acme.user')."
  },
  {
    "name": "check_alias_available",
    "tags": [
      "payments"
    ],
    "examples": [],
    "description": "Check whether a pay: alias can still be claimed. Returns exactly one of three states: 'available' (free to register), 'taken' (already registered), or 'reserved' (protected namespace). When available, also returns the number of founding spots remaining. Public — no API key required. Read-only: this never reserves or registers the name. Example: check_alias_available('pay:acme.user')."
  },
  {
    "name": "get_payment_requirements",
    "tags": [
      "payments",
      "x402",
      "quoting"
    ],
    "examples": [
      "{\"tool\": \"get_payment_requirements\", \"arguments\": {\"alias_uri\": \"pay:acme.user\", \"currency\": \"USDC\"}}"
    ],
    "description": "Get x402 PaymentRequirements for paying a pay: alias. Returns the 402 `accepts` block (scheme, network, payTo, asset, amount, invoiceId) an x402 agent needs to construct and submit the payment. currency='XRP' settles on the XRP Ledger (amount in drops); currency='USDC' settles USDC on Algorand via the GoPlausible facilitator (amount in atomic micro-USDC, feePayer in `extra`). The deterministic resolver chooses the rail; this tool never moves money. Example: get_payment_requirements('pay:acme.user', amount='1.5')."
  },
  {
    "name": "get_payment_status",
    "tags": [
      "payments"
    ],
    "examples": [],
    "description": "Check whether a payment you already attempted was recorded, BEFORE you retry and risk spending twice. Pass the request_key you sent as the Idempotency-Key header on the paid request. Returns state 'settled' (we hold a receipt — do NOT pay again) or 'not_found' (we have no record — retrying is safe). Use this when a paid call timed out or its response was lost: on rails where the facilitator broadcasts, you never learn the transaction hash unless our response reaches you, so this key is the only thing that can answer. The key is a bearer secret — whoever presents it gets the receipt."
  },
  {
    "name": "get_agent_registration_info",
    "tags": [
      "registration",
      "onboarding"
    ],
    "examples": [
      "{\"tool\": \"get_agent_registration_info\", \"arguments\": {}}"
    ],
    "description": "Learn how to self-register a FREE pay:agent.<label> alias for your agent. Returns the registration endpoint, the AgentAuthorityCredential verifiable-presentation requirements (intent binding + domain), the rate limit, and the Merkle anchor-proof endpoint. Read-only — registration itself is the credential-gated POST this tool points at. Example: get_agent_registration_info()."
  }
]
```

## Developer Integration
- Endpoint: https://api.dnsofmoney.com/.well-known/agent-card.json
- Machine-readable JSON: https://theagentgateway.com/api/agents/dns-of-money-financial-address-resolution-agent-apidnsofmoneycom/raw
- Machine-readable MD: https://theagentgateway.com/api/agents/dns-of-money-financial-address-resolution-agent-apidnsofmoneycom/raw?format=markdown
