Sign on the dotted r-address.
Day 3!
1Claw now supports XRP. All
@1clawAI agents can generate XRPL wallets backed by Ed25519 keys stored in physical hardware.
Private keys never touch the agent. Never in memory. Never on disk. Never in logs. The key is generated inside the HSM and stays there.
When an agent needs to transact on XRPL, it submits an intent. Simple payments take a recipient, value, and optional destination tag. For anything more complex, all 31 XRPL transaction types are supported: Payments, TrustSet, EscrowCreate, OfferCreate, NFTokenMint, AMMDeposit, and more.
Guardrails are enforced at the signing proxy before the key is ever accessed:
► tx_to_allowlist: restrict recipients to known r-addresses
► tx_max_value: cap per-transaction XRP
► tx_daily_limit: rolling 24hr spend limit
► tx_allowed_chains: lock the agent to XRP only
► xrpl_allowed_tx_types: lock the agent to specific transaction types. A payment agent should not be able to sign a SignerListSet or AccountDelete
A compromised agent cannot bypass these. They are not in application code. Prompt injection cannot reach them.
Read the docs:
docs.1claw.xyz/docs/guides/i…
Read the blog:
1claw.xyz/blog/xrpl-intents-…
@Ripple @bgarlinghouse @XRPLedger @XRPLF @xrpscan @RippleXDev