Earn overnight swap with real Carry Trade
ToneeExchange routes every order to real liquidity (STP) or Book-A across multiple LPs. With two paired accounts โ positive swap and low-negative swap โ you collect overnight interest while staying market-neutral. There is no such thing as a true zero-swap account: somebody always pays. With our Carry Trade platform, that profit goes to you.

Positive swap on one side, low-negative on the other
We pair your trades across two ToneeExchange accounts so the net swap is always in your favor.
Earns large positive overnight interest on the high-yield side of the pair.
Holds the opposite side with the smallest possible negative swap so the net is profit.
Overnight interest is paid to or from real liquidity providers. "Swap-free" accounts exist only when the broker absorbs that cost โ and quietly recovers it elsewhere. ToneeExchange is transparent: we route to real LPs, and we share that swap edge with you through our Carry Trade platform.
From deposit to daily swap, fully automated
One Positive-Swap, one Low-Negative-Swap, opened in one click from your dashboard.
Buy on Account A and sell the same lot on Account B โ exposure is neutral, swap is positive.
Our engine rebalances equity between A and B daily so margin and net exposure stay safe.
Net positive swap is credited to your wallet every trading day โ fully transparent.
Why ToneeExchange Carry Trade is different
Account pair always nets to a positive daily swap, after costs.
Orders routed STP / Book-A across tier-1 liquidity โ no dealing desk games.
Use our API to write custom rebalance rules across the paired accounts.
Equity is auto-shifted between accounts before margin call risk appears.
Write your own rebalance logic
Use our SDK to script when, how, and on which account the rebalance happens. Run it from your server or our managed scheduler.
- Trigger by net exposure, equity ratio, or schedule
- Symbols: FX, XAUUSD, indices, crypto CFDs
- TypeScript / Python SDK
- Backtest before going live
// ToneeExchange โ Auto Rebalance
const { posAcc, negAcc } = await tonee.accounts();
const exposure = posAcc.netLots + negAcc.netLots;
if (Math.abs(exposure) > threshold) {
await tonee.hedge({
symbol: "XAUUSD",
side: exposure > 0 ? "sell" : "buy",
lots: Math.abs(exposure),
account: exposure > 0 ? negAcc.id : posAcc.id,
});
}
// Collect overnight swap, stay market-neutral.So what does ToneeExchange earn?
We are transparent about our revenue. The broker keeps a small, disclosed slice โ the rest of the swap edge goes to you.
When you hold overnight, the broker keeps a small portion of the swap received from the LP. The majority is passed on to your account.
A tiny mark-up on the raw LP spread covers execution, technology, and risk. No hidden commissions, no requote games.
Flow that nets internally between clients reduces our LP cost. That efficiency funds the platform โ and is exactly why we can share the swap edge with you.
Bottom line: the broker earns from spread mark-up and a disclosed swap share. You earn the net positive swap on the paired position. Both sides win โ no dealing-desk tricks.
Turn overnight swap into your edge
Open paired Carry Trade accounts and start collecting positive net swap today.
Risk notice: Carry Trade still carries spread, slippage, swap-rate change, and liquidation risks. Past performance does not guarantee future results.