# Agentic Commerce

- [Crypto Wallet Agent Protection](https://docs.icme.io/documentation/agentic-commerce/crypto-wallet-agent-protection.md): AI agents with signing authority over wallets are losing real money to attacks that have nothing to do with breaking cryptography.
- [Protocol, Treasury, and Signer Protection](https://docs.icme.io/documentation/agentic-commerce/protocol-treasury-and-signer-protection.md): Cryptographic policy enforcement for protocols, DAOs, bridges, custodians, and institutional treasuries. Uses natural-language rules, proofs for every action, and receipts any counterparty can verify.
- [Verifiable API Discovery: How Buyer Agents Find the Right Tool](https://docs.icme.io/documentation/agentic-commerce/verifiable-api-discovery-how-buyer-agents-find-the-right-tool.md)
- [Agentic Commerce Clearing House](https://docs.icme.io/documentation/agentic-commerce/agentic-commerce-clearing-house.md): A single settlement policy that verifies both parties' guardrail proofs before any x402 stablecoin transfer settles. No trust required.
- [Mastercard Verifiable Intent](https://docs.icme.io/documentation/agentic-commerce/mastercard-verifiable-intent.md): Integrate Preflight with Mastercard's Verifiable Intent, the cryptographic trust layer in Mastercard Agent Pay. Embed formally verified enterprise-policy compliance proofs in VI Layer 3 credentials.
- [Circle Nanopayments](https://docs.icme.io/documentation/agentic-commerce/circle-nanopayments.md): Spending policy proofs for AI agents transacting in USDC.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.icme.io/documentation/agentic-commerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
