Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tradallo.com/llms.txt

Use this file to discover all available pages before exploring further.

A Tradallo Performance Account is a simulated trading account that produces the same cryptographically-signed UTRs as a real broker connection. It exists because the chicken-and-egg problem of “you need a verified record to be trusted, but you need to trade to get a verified record” should not require risking real capital.

Why simulated accounts can be trustworthy

Most “demo accounts” are useless for proving skill: the trader can reset balance, edit history, cherry-pick screenshots, or run a hundred parallel accounts and only show the winning one. Performance Accounts close every gap:
Failure mode in typical demo accountsHow a Performance Account closes it
Trader edits trades after the factEvery fill is signed at the moment of execution; the account is read-only on Tradallo’s side
Trader resets balance / restartsStarting equity is tier-locked and recorded on creation; resets create a new account, not a clean slate
Trader runs N parallel accounts and shows the winnerAccount creation is rate-limited per identity; each account’s hash is derivable so duplicates are detectable
Fills use stale or favourable pricesAll fills run against the live Hyperliquid orderbook with realistic latency
Trader claims a position that wasn’t openedUTRs include the on-chain Hyperliquid transaction hash for the simulated fill
The result: the trade history that comes out of a Performance Account is indistinguishable, on the wire, from the history of a real broker connection — same envelope, same signature, same UTR identity.

How it works

1

Pick a tier

Tier-locked starting equity (e.g., $1,000, $10,000, $100,000). The tier is recorded in the account’s metadata and signed into every UTR.
2

Route orders through Hyperliquid

Order intents go to Tradallo’s simulator, which queries the live Hyperliquid orderbook for the instrument, computes the fill at realistic spread, and returns the simulated execution.
3

Sign the fill

Each closed trade produces a UTR with source: "sim_event". The signing key is the same one used for broker-API and on-chain wallet UTRs — there’s no separate “sim key” downstream verifiers need to special-case.
4

Roll into your verified record

The trade history is queryable via the same /api/v1/profiles/{handle}/track-record endpoint as real broker connections. It contributes to Verified and Elite eligibility on identical terms.

What this unlocks

  • New traders can build a track record without burning capital first.
  • Strategy researchers can prove a strategy works in live conditions before raising allocations.
  • Agent authors can demo their bot against a Performance Account and publish the verified output as part of an audit.

What it doesn’t do

A Performance Account is not:
  • A path to gaming the verification system — duplicate-identity detection runs on every account creation.
  • A backtester — there’s no replay of historical data; fills run against whatever the live orderbook says.
  • A substitute for real-money trading at scale — the highest tier caps at a level designed to validate strategy, not run an institution.

See also

Verification ladder

How Performance Account history rolls into Verified and Elite tiers.

UTR concept

The signed envelope every Performance Account fill produces.