Keys stay on this machine
argon2id + AES-256-GCM. Keys live in memory only while unlocked.
"Encrypted on this machine with your passphrase and never sent anywhere."
— API KEYS SCREEN, IN THE APP
A terminal that trades while you watch.
SCROLL ↓
Lieston DEX Terminal
// NON-CUSTODIAL TRADING TERMINAL
Lieston is a non-custodial trading terminal. Your wallet is generated and encrypted on this machine. There's no account and no server holding your funds.
▚ Features
Prices and charts work out of the box. Add coins by contract address, trade instantly or set rules per coin. The terminal does the watching.
argon2id + AES-256-GCM. Keys live in memory only while unlocked.
"Encrypted on this machine with your passphrase and never sent anywhere."
— API KEYS SCREEN, IN THE APP
Base and Solana today, side by side. Same rules on both. Anyone can add the next chain.
Three ways in, set per coin.
Exits for held positions, one for emergencies.
Your own RPC endpoints and 0x key. Nothing passes through us.
After-buy auto-sell arms together with your buy rules. When any buy fills, the sell side is already live.
Live PnL per coin and position. Optional Telegram alerts for fills, exits and cancellations.
One budget can wait on several entries. Whichever fills first takes it.
▚ Open Source
Lieston DEX Terminal is AGPL-3.0. The architecture was refactored so contributors don't have to fight the codebase. The extension points are small and documented.
$ New order type
Order rules live in a registry. Write a rule file, register it with one line. All five built-in rules work exactly this way.
$ New chain
Chains sit behind a single adapter interface with one watcher loop. Implement the adapter, wire it in, and the rule engine runs on your chain.
The engine runs without the UI. Lifecycle, rules, adapters and signing form a core the desktop app consumes.
README, CONTRIBUTING, SECURITY policy, CODE_OF_CONDUCT and a full ARCHITECTURE.md are already written.
The code that handles keys and orders stays open. Anyone can verify it.
▚ Design
Every layer is replaceable. The desktop app is only a shell over a headless core; rules and chains plug into small, documented interfaces.
▚ Download
macOS and Windows builds with checksums. Follow @liestondex for the date.