Strike live payment
AgenticBTC routes a real payment through the Strike rail with policy and audit context.
Set one owner policy, let the agent transact inside the limit, and block anything outside the limit automatically. This browser demo is a simulation, so no funds move.
Agent simulates buying a small API call. It is inside the owner-defined policy.
Agent simulates a larger purchase. It exceeds the owner-defined policy.
The audit trail will update below.
The browser demo above shows policy behavior without moving funds. These recordings show AgenticBTC using live payment rails for real transactions.
AgenticBTC routes a real payment through the Strike rail with policy and audit context.
Real USDC transaction proof for agent payments using the Coinbase rail.
Non-custodial wallet connection proof for agent-driven Lightning payments.
AgenticBTC is built for owners who want AI agents to transact without handing them unlimited spending power. The agent can execute automatically, but only inside the rules the owner configured.
{
"agent_id": "agent-demo-01",
"policy": {
"max_single_payment_usd": 10,
"allowed_rails": ["lightning", "strike", "coinbase", "nwc"],
"manual_approval_required": false,
"audit_log": true
}
}
Install the MCP package, connect your own rails, and give each agent a scoped payment key instead of a blank check.