Skip to content

The AI building platform for the XRP Ledger

Become a legend of the ledger.

DREAM № 01

Describe it — the AI drafts the exact transaction — you approve it — the XRP Ledger makes it permanent. 63 ready-to-run tools, the manual bolted to every one, free on the testnet. Your keys never leave your browser.

LEDGER #8,214,377 · CLOSING EVERY ~4s, FOREVER

Every other way in makes you study first, build never.

FIG. 2 — THE OLD WAY

Docs assume you know what a reserve is. Tutorials die at chapter three. Meanwhile the ledger closes another block every four seconds without you on it.

EVERYONE ELSEREAD · WATCH · GIVE UP

Months of homework, zero plates

Docs, videos, Discord threads — motivation decays faster than you can absorb the jargon.

  • “What’s a trustline?” — 40 tabs later
  • Seed phrases handled by copy-paste and prayer
  • First real transaction: someday, maybe
  • Nothing to show anyone when you quit
LEGACY.XRPDESCRIBE · APPROVE · ON-LEDGER

First plate validated in ~45 seconds

The AI drafts the exact transaction from your words. The manual rides in the margin. You approve; the ledger seals it.

  • Wallet + free test XRP in one click
  • Every field explained in plain English
  • Keys sign in your browser — never on a server
  • A numbered plate to show for it, forever

How it works

FIG. 3 — THREE STEPS, YOU IN CONTROL AT EACH

A · DESCRIBE

Say what you want

Tell the AI what you want: “Send 25 XRP to Alice” or “Launch my own token.”

send 25 XRP to alice

B · AI DRAFTS

Review the drawing

It drafts the exact transaction. You see every field in plain English. Nothing runs until you approve.

rAlice7XqP…9mKw← who receives it
25= 25,000,000 drops

C · YOU APPROVE

It's live in ~4 seconds

Signed in your browser, validated on the ledger in about four seconds. A numbered plate in your plan set — with proof.

VALIDATEDXRPL TESTNETtesSUCCESS
RESULT  tesSUCCESS
HASH    A7C1…E94F
PLATE   № 0001 · 3.9s

Don’t take our word for it — draft one now

FIG. 4 — THE DRAFTING TABLE, LIVE SIMULATION
The drafting table — pick a request, watch the AI draft it, approve itSimulation · the real thing is one click away
You describe — pick one
LEGACY.XRP BUILDERWaiting on you. Pick a request and I'll draft the exact transaction — every field labeled, nothing executed until you approve.
SHEET DRAFT PENDING
Margin note — from this sheetEvery sheet carries margin notes — the manual, bolted to the machine.
Signed in your browser · testnet
Signed locallySubmittedValidated

Your legacy, plate by plate

FIG. 5 — THE PLAN SET · THE LEDGER REMEMBERS FOREVER
Current rank
Apprentice of the ledger
Draft your first plate above to begin — 5 plates to LEGEND.
Draft a plate
PLATE № 0001— awaiting yourfirst draft —
PLATE № 0002— your token? —
PLATE № 0003— an heirloom NFT? —
PLATE № 0004— a time-locked gift? —

Why “legacy”? Because the XRP Ledger never forgets. Every plate you draft is sealed into a public record that has closed every ~4 seconds since 2012 — no server to shut down, no database to wipe. What you build here outlives the website, outlives us, and — if you do it right — outlives you.

Built for first-time builders

SHEET Ⅱ-01SEND XRP, AS SHOWN IN THE APP

Every tool is a sheet you can read: what it does, why you’d use it, how each field works, and the gotchas that cost real users real money — written in the margin, right beside the form. The manual is built in. You learn while you build.

Send XRPPAYMENT / TESTNET

rDestAddress...← who receives it
10= 10,000,000 drops
12345
SIGNS IN YOUR BROWSER — THE SEED NEVER TRAVELS

The ledger, live — and a builder that adapts to you.

FIG. 6 — THE LEDGER LATTICE

This lattice is the network your plates land on. Tell the builder who you are — or try to slip a bad transaction past it — and watch it adapt: pace changes, guidance sharpens, and the draft log narrates every adjustment.

LEGACY.XRP BUILDER · THE LEDGER LATTICEOBSERVING · INTERACTIVE SIMULATION
VALIDATED NETWORK LATTICE · 1 GUARD LAYER
WHO’S BUILDING TODAY? — THE BUILDER ADAPTS
Reaction intelligence log
baseline established · observing
100.0BUILDER RAPPORT — RISES AS IT LEARNS HOW YOU WORK

What will they say you built?

FIG. 7 — PICK A DREAM

Every scene is generated live and wakes up when you touch it. Each one is a real thing you can draft tonight, free on the testnet — click to see the dream armed.

Index of sheets — what you can build

63 TOOLS · 13 CATEGORIES · EVERY CAPABILITY OF THE LEDGER

63 tools across 13 categories — every capability of the XRP Ledger.

Browse the full catalog →

An AI drafter that writes the transaction — and the code

FIG. 8 — PROPOSE → CONFIRM → EXECUTE

Ask in plain English. The copilot picks the right tool, fills in the fields, explains its choices — and hands you working xrpl.js code you can take anywhere.

GENERATED CODE — SHEET Ⅱ-01send-xrp.ts · xrpl.js v4

YOU  show me the code to send XRP

AI   this is the exact snippet behind the Send XRP sheet — connect, prepare, sign locally, submit:

import { Client, Wallet, xrpToDrops } from "xrpl";

const client = new Client("wss://s.altnet.rippletest.net:51233");
await client.connect();
const wallet = Wallet.fromSeed(process.env.XRPL_SEED!); // never hardcode seeds

const prepared = await client.autofill({
  TransactionType: "Payment",
  Account: wallet.address,
  Destination: "rDestAddress",
  Amount: xrpToDrops("10"), // XRP is drops on-ledger
});
const signed = wallet.sign(prepared);
const result = await client.submitAndWait(signed.tx_blob);
console.log(result.result.meta.TransactionResult); // expect tesSUCCESS
await client.disconnect();

Propose → confirm → execute. You’re always in control.

Nothing touches the ledger without you.

FIG. 9 — THE APPROVAL GATE

The ledger is permanent — so the gate is ruthless. Pick a dangerous draft and watch it get intercepted before it can reach the ledger, with the margin notes explaining exactly what would have gone wrong.

THE APPROVAL GATESTANDING BY · INTERACTIVE SIMULATION
DANGEROUS DRAFTS — TRY TO PUSH ONE THROUGH
Gate log
approval gate armed · try a dangerous draft
✓ BLOCKED AT THE GATE — NEVER REACHED THE LEDGER · 0 XRP LOST

Every plate climbs you toward LEGEND.

FIG. 10 — THE RANK LADDER

1 PLATE

Draftsman

Your first validated transaction. Wallet, faucet, first send — ~45 seconds.

3 PLATES

Engineer

You've moved money, minted, or locked value. It's becoming reflex.

7 PLATES

Architect

Multi-step builds — a token with a market, an escrowed grant, a deed chain.

15 PLATES

Master

You compose the ledger like language. The AI drafts; you conduct.

30 PLATES

LEGEND of the ledger

A permanent, numbered body of work the ledger will remember longer than we will.

Rate card

PAY IN XRP · VERIFIED ON-LEDGER · CREDITED INSTANTLY

Start free. Top up in XRP straight from any wallet when you need more — no card, no processor.

Rate 0 — Free

0 XRP

  • 19 query tools, free forever
  • 10 AI messages a day
  • Unlimited testnet sandbox
Start free
Rate 1Starter

5 XRP

  • 100 credits
  • 20 CREDITS / XRP
Get Starter
Rate 3Pro

50 XRP

  • 1,600 credits
  • 32 CREDITS / XRP
Get Pro

1 AI message = 1 credit after the daily free allowance · read-only query tools never cost credits

SIGNING

Keys stay in your browser

Transactions are signed client-side. Seeds never touch our servers — that's architecture, not policy.

NETWORK

Testnet first

Practice with free test XRP. Mainnet is a per-transaction opt-in with its own deliberate confirm step.

PAYMENTS

Verified on-ledger

Credit purchases are confirmed against a validated XRP Ledger transaction — no processor in between.

CONTROL

You approve every transaction

The AI drafts and explains. Nothing is signed or submitted without your explicit approval.

Questions, answered plainly

GENERAL NOTES — READ BEFORE BUILDING
Q-01Do I need a wallet?

No. Create a free testnet wallet in one click inside the app — it's funded automatically with test XRP from the faucet. You can import your own wallet later; either way the seed stays in your browser.

Q-02Do I need to know how to code?

No. Describe what you want in plain English and the AI drafts the transaction, or fill in a guided form — every field is explained in the margin as you go. The working code is always shown, so you can learn it or export it, but you never have to write it.

Q-03What does it cost?

The testnet sandbox is free: 19 read-only query tools never cost anything, and you get 10 AI messages every day. Beyond that, credits start at 5 XRP for 100 credits — an AI message costs 1 credit, a transaction tool 1–2.

Q-04Is it safe?

Your seed never leaves your browser — transactions are signed client-side and only the signed blob goes to the ledger. You start on the testnet, where XRP has no real value, and nothing executes without your explicit approval.

Q-05What's testnet vs mainnet?

The testnet is a full copy of the XRP Ledger that runs on valueless test XRP — a consequence-free sandbox. Mainnet is the real network with real money. The platform defaults to testnet; using mainnet is a per-transaction opt-in with a separate, deliberate confirm step.

Q-06What can the AI actually do?

It can draft and explain any of the 63 tools in the catalog — payments, tokens, NFTs, escrow, DEX trades and more — fill in the fields from your description, and generate runnable xrpl.js code. It cannot execute anything on its own: every transaction waits for your approval.

Start building your legacy.
Right here, right now.

Your first plate can be on the ledger in the next two minutes — free, guided, and permanent. The ledger has closed a block every ~4 seconds since 2012. The next one could have your name in it.

Free testnet sandbox · No wallet needed to start · Seeds never leave your browser