The API key stays on my PC only
Never stored on the website or a server — kept safely only on your own PC.
Safety principles
Safety doesn’t mean problems never happen. It means you approve what runs, it stops when a state is unknown, and every judgment and change is something you can verify.
The default state is locked. It never starts live trading automatically.
Four basic promises
Never stored on the website or a server — kept safely only on your own PC.
Only a strategy and risk limit you’ve personally read and confirmed ever runs.
If data, order status, or records aren’t certain, it stops instead of guessing.
The Standard build has no withdrawal capability. LIVE's withdrawal screen uses a key separate from trading and whitelisted addresses only, and starts locked by default.
Never guessing at order status
Networks and programs can fail. That’s why we prioritize an accurate check over a fast retry.
Each request is processed only once, and an order already sent is never sent again.
If an order’s result is unknown, it locks instead of resending, and checks with the exchange.
Whenever the program restarts, it always compares local records against exchange state first, from a locked state.
If records don’t match or are corrupted, it doesn’t auto-overwrite — it waits for your confirmation.
When stopping is the correct behavior
Control and transparency
A good backtest or paper-trading result doesn’t guarantee future profit. What PTE means by safety is that you understand the rules, risk limits, order status, and records, and can stop execution at any time.
An emergency stop is a feature that blocks new actions. It doesn’t cancel orders already placed or automatically dispose of assets you hold.
Running on your own PC instead of the cloud is for the same reason. In exchange for your API key never leaving for an external server, execution also stops the moment your PC or the app is off.
See the risk too
Check what impact the market, the exchange, the network, and program errors can have.