Demo Bot (Paper Trading) — How It Works

This bot is a client‑side demo. It never sends your seed to any server and never submits on‑chain trades. It uses live XRP/USD price data and simulates trades for testing and UI demo purposes.

Key Principles

Inputs (BOT Tab)

Behavior (Simple Rule‑Based)

  1. Fetches live XRP/USD price every ~15 seconds.
  2. On bot enable, it immediately simulates a BUY.
  3. It monitors price and simulates SELL when profit or loss threshold is reached.

Example

If XRP/USD = 0.50 and you set Profit 1% / Loss 1% with 100 XRP:

Demo Trades Table (What It Means)

Each row is a simulated trade created by the demo bot. It helps you verify that the bot logic is running and generating trades correctly.

Demo trades table example
Example of the Demo Trades table generated by the paper‑trading bot.
How it works: the bot records a BUY row when it simulates entry, then later records a SELL row when profit or loss thresholds are hit. PnL is calculated at SELL time as (sell price − entry price) × amount.

Notes

This demo bot is for UI/testing only. It does not place real XRPL orders. When you are ready for real trading, we can switch to XRPL OfferCreate with explicit user approval and full non‑custodial safeguards.