LNMarkets settles in Bitcoin over Lightning Network. Positions are isolated-margin: each trade has its own sats margin and gets closed by trade ID, not by an opposite-side order.
Symbol mapping
BTCUSD - the only symbol.
Native features
- Native SL / TP: yes (set on trade open).
- Trailing stop: emulated client-side.
- Pegged orders: no. Limit-order emulation only.
Demo
LNMarkets testnet keys are supported. Generate testnet credentials in the LNMarkets web app and add them to LucraX as a demo credential.
Known quirks
- Sats P&L → USD: LNMarkets reports trade P&L in sats. LucraX
converts via
sats / 1e8 × exit_priceand stores USD. - Isolated margin close: never close with an opposite-side
market order - that opens a new position. LucraX uses the
venue's
close_trade(trade_id)endpoint. - Passphrase required alongside API key + secret.
Status
Production.
