The demo went dark
Read at 07:05 UTC on 31 August 2026, every path on the host answers a bare 404 page not found – nineteen bytes of text/plain, the default a Go HTTP router returns when no route matches. That covers the demo gallery, the /info explainer, and the /mcp endpoint this page tells an agent to add as a connector, to both a GET and a JSON-RPC initialize over POST. The host is up: demo.igentix.app resolves to 193.200.238.116, terminates TLS on a Let’s Encrypt certificate issued 12 August 2026 and valid to 10 November, and answers over HTTP/2. What is missing is the application behind the router.
The apex igentix.app resolves to the same address and now presents a self-signed TRAEFIK DEFAULT CERT whose validity begins 30 August 2026 at 08:04:32 UTC, which dates the reverse proxy’s restart and is the closest timestamp available for when the service stopped being routed. That is the day after the Stokenet reset wiped the ledger Igentix ran on, though nothing published connects the two and the project has announced nothing. The rest of this page describes the demo as it worked while it was up.
Overview
Igentix is a testnet demonstration platform that lets AI agents such as Claude and ChatGPT autonomously discover, buy, and pay for services on Radix. An agent connects to Igentix through a Model Context Protocol (MCP) endpoint and can then complete a full purchase – find a priced service, pay for it, and receive the result – with no gas token and no wallet pop-up. Everything runs on the Radix Stokenet testnet, so the tokens it moves carry no real value.
x402 and AP2
Igentix builds on two emerging open standards for the agent economy. x402 is an HTTP-native payment protocol initiated by Coinbase in 2025 that activates the long-reserved 402 Payment Required status code: a server answers a request with machine-readable payment terms (price, currency, receiving account, network), the client authorizes an exact-amount payment, a facilitator settles it on-ledger and can sponsor the network fee, and the server returns the resource. AP2 (Agent Payments Protocol), announced by Google in 2025, adds the authorization layer – a cryptographically signed mandate, structured as an SD-JWT verifiable credential, that captures what a human authorized: which items and payees are allowed, a per-payment cap and total budget, a recurrence schedule, and a validity window. x402 moves the payment; AP2 records the authority behind it. Igentix settles AP2-authorized payments over x402 in USDC.
Ledger-enforced spending policy
Both standards leave enforcement open: a mandate is authenticated policy, but whoever executes the payment must still choose to honour it. Igentix closes that gap by anchoring the limits on-chain. An AP2 spend mandate's allowed payee, per-day cap, total budget, number of days, and time window are pinned to the Radix ledger, which rejects any payment that breaches them even if the Igentix service itself is compromised. Every payment is also checked against a spending policy before it settles – a hard cap per transaction, an allowlist of callable methods and on-chain components, and a threshold above which a human must co-sign in their wallet. A leaked agent key cannot move funds beyond these bounds.
Demos and MCP tools
Once an agent is connected, it can run a set of demos exposed as MCP tools. Two entry-level demos pay on-chain services in XRD from a shared demo treasury and need no setup: buying a single access key, and bundling two services into one atomic, all-or-nothing purchase. Four further demos spend the user's own USDC – paying for off-chain work with a tamper-proof on-chain receipt, metering thousands of sub-cent requests that batch-settle in a single payment, routing a large payment to a 2-of-2 approval treasury that waits for a human co-sign, and renewing a daily subscription under a signed AP2 spend mandate. The endpoint also exposes read-only tools to list, search, and inspect the available services. A companion agent-payments toolkit in the ecosystem is AgentWallet for Radix.
Connecting an agent
An agent connects by adding https://demo.igentix.app/mcp as a custom MCP connector – in Claude via Customize → Connectors → Add custom connector, or in ChatGPT via developer-mode Connectors. The shared endpoint runs the two XRD demos from a common treasury. To run the USDC and AP2 demos, a user opens the Igentix setup flow, connects a Radix Wallet, funds a capped and revocable Agent Vault, and mints a personal endpoint of the form demo.igentix.app/mcp/u/<token>; the agent then pays from that vault under the user's own caps.
Stokenet is reset on Saturday 29 August 2026 at 07:00 UTC (announced 18 August; terms on the Stokenet page), and Igentix runs entirely on it. Everything this page describes as living on the ledger goes with it – the Agent Vaults, the pinned spend-mandate limits, the demo treasury, and the components behind the minted per-user endpoints. Account addresses survive, because they are derived from keys rather than stored, but the balances and components under them do not, so a user who has set up a personal endpoint should expect to fund and mint again afterwards. Checked 19 August 2026, that endpoint was live and answered 405 to a GET because it accepts POST only; it no longer answers at all (see The demo went dark).
External Links
- Igentix – demo gallery,
demo.igentix.app(offline since on or about 30 August 2026) - x402 & AP2, explained,
demo.igentix.app/info(offline) - x402.org – protocol site
