Judge Demo

Five-minute FiberTracebox walkthrough

Show a failed Fiber-style payment, inspect the fingerprinted timeline, run Replay-to-Fix, export the operator report, then close with real FNN evidence from the live proof bundle.

Start Demo

1. Trigger Failure

Run route-capacity with replay enabled so the trace starts failed and ends with a recommendation.

2. Inspect Timeline

Open the trace and show the failure stage and fingerprint.

3. Replay-to-Fix

Show failed and successful replay strategies, then the smallest fix recommendation.

4. Live Evidence

Show FNN pubkeys, channel state, payment hash, and proof files for the real Fiber run.

Scenario Sandbox

Run deterministic Fiber payment attempts without a live node.

Current Demo Trace

Use this after running the full demo action.

trace_c2c00847-32f3-4a3e-903b-0e37959f9f98

Real FNN Failure Evidence

Raw JSON-RPC captures from live Fiber nodes, grouped by the fingerprint FiberTracebox should show in reports.

failed-transactions

Route Capacity

ROUTE_CAPACITY_INSUFFICIENT

max outbound liquidity 40099999000 is insufficient, required amount: 160000000000

Raw: failed-transactions/route-capacity/send-payment-error.json

Report: failed-transactions/route-capacity/fibertracebox-report.md

Route Not Found

ROUTE_NOT_FOUND

PathFind error: no path found

Raw: failed-transactions/route-not-found/send-payment-unknown-target.json

Report: failed-transactions/route-not-found/fibertracebox-report.md

Fee Limit

FEE_LIMIT_TOO_LOW

max_fee_amount is too low for trampoline routing

Raw: failed-transactions/fee-limit-too-low/send-payment-low-fee-error.json

Report: failed-transactions/fee-limit-too-low/fibertracebox-report.md

Invoice Cancelled

INVOICE_CANCELLED

payment status Failed with failed_error InvoiceCancelled

Raw: failed-transactions/cancelled-invoice/get-payment-after-cancel.json

Report: failed-transactions/cancelled-invoice/fibertracebox-report.md

Invalid Amount

PAYMENT_AMOUNT_INVALID

failed to parse uint hex ... PosOverflow

Raw: failed-transactions/invalid-amount/send-payment-validation-error.json

Report: failed-transactions/invalid-amount/fibertracebox-report.md

Peer Route Unavailable

PEER_OFFLINE_ROUTE_UNAVAILABLE

node2 RPC unavailable, peers_count 0x0, max outbound liquidity 0

Raw: failed-transactions/peer-offline/send-payment-route-unavailable.json

Report: failed-transactions/peer-offline/fibertracebox-report.md