5 Things Shadow Pocket Does That Other Stellar Wallets Don't
From 30-second token creation to passkey-first security, here are five features that set Shadow Pocket apart from every other Stellar wallet.
Stellar has a handful of wallets. Most of them do the basics: hold assets, send payments, maybe interact with the SDEX. Shadow Pocket started with a different question β what if a single panel could replace an entire DeFi toolkit? Here are five features that came out of that approach.
1. 30-Second Token Creation
Creating a token on Stellar normally means understanding issuer accounts, trustlines, asset flags, and how to construct multi-operation transactions. Shadow Pocket's Launch Pad turns all of that into a form.
You enter an asset code, set the supply, toggle flags like authorization-required or clawback, and hit launch. The system generates the issuer keypair, builds an atomic transaction with all the necessary operations (create account, set options, create trustline, issue payment, optionally lock issuer), and presents it for one-tap signing.
The entire process β from opening the Launch Pad to having a live token on mainnet β takes about 30 seconds. No Solidity, no CLI tools, no deployment scripts. Just fill in what you want and sign.
After creation, the Launch Pad dashboard lets you manage the issuer: mint more tokens, burn supply, update authorization flags, or add multisig signers. Everything the issuer account can do, the UI can do.
2. Multi-Route Swap with Parallel Evaluation
When you swap tokens in Shadow Pocket, the backend does not pick one route and hope for the best. It evaluates every available execution venue in parallel β the SDEX orderbook, every relevant AMM liquidity pool, and cross-pair paths through bridge assets.
Each route is simulated independently for your exact input amount. The one that returns the most output wins, and 100% of your trade goes through that single best route. No splitting, no guessing.
Quotes refresh automatically every ledger close (~5 seconds) via a Server-Sent Events connection to Stellar's ledger stream. You always see the current rate, not something from half a minute ago. The UI shows per-route liquidity breakdown so you can see exactly why one route won over another.
This is not an optimization on top of a standard swap β it is a fundamentally different approach to trade execution on Stellar.
3. Trailing Stop Orders
Most Stellar interfaces offer basic limit orders: buy at this price, sell at that price. Shadow Pocket adds trailing stops β orders that follow the price as it moves in your favor and trigger when it reverses by a percentage you define.
Set a trailing stop sell with a 5% trail, and the trigger price rises as the market rises. If the asset goes up 20% and then drops 5% from that peak, the order executes. You capture the uptrend without having to constantly adjust your limit order.
Trailing stops are evaluated server-side against real-time price data. They are not dependent on your browser being open or your device being online. Once set, they run until triggered or cancelled.
This is a tool that active traders on centralized exchanges take for granted. On Stellar DEX, Shadow Pocket is the only interface that offers it.
4. Passkey-First Wallet Security
Shadow Pocket defaults to passkey (WebAuthn) for wallet creation and transaction signing. No seed phrase to write down, no browser extension to install, no hardware wallet to plug in.
When you create a wallet, your device generates a cryptographic keypair bound to biometric authentication (Face ID, fingerprint, Windows Hello). The private key never leaves your device's secure enclave. Signing a transaction means tapping your fingerprint sensor or looking at your phone β the same gesture you use to unlock it.
If you want a recovery phrase as a backup, you can enable it in settings. If you want to export a secret key for use in another tool, that option exists too. But the default path is the simplest and most secure one: passkey-first, non-custodial, no seed phrase to lose.
If WebAuthn is not available on your device (older browsers, some desktop Linux configurations), Shadow Pocket falls back to generating a standard Stellar keypair β you still get a working wallet, just without the passkey convenience.
5. Seven Tools in One Panel
Most Stellar wallets are exactly that β wallets. They hold your assets and let you send payments. Everything else requires switching to a separate DEX interface, a separate analytics tool, a separate token management platform.
Shadow Pocket is a single sliding panel that contains:
- Wallet β asset balances, send/receive, transaction history.
- Swap β multi-route token exchange with real-time quotes.
- Launch Pad β token creation and issuer management.
- Orderbook β SDEX limit orders with depth visualization.
- Liquidity Pools β AMM deposit/withdraw with position tracking.
- Strategy Engine β automated trading strategies including trailing stops.
- Asset Search β tiered-cache discovery system with faction-based rate limiting for efficient Horizon API usage.
All seven tools share the same wallet context, the same account state, and the same signing flow. There is no context switching, no connecting to a separate dApp, no approval popups from a browser extension.
You open the panel, you do what you need β swap, launch a token, set a strategy, provide liquidity β and you close it. One panel, one signing method, zero fragmentation.
Why It Matters
Each of these features exists because we hit a wall trying to use existing tools for real work on Stellar. Token creation should not require a developer. Swaps should not rely on a single route. Stop orders should not require a CEX. Wallet security should not depend on a piece of paper in a drawer. And doing five DeFi things should not require five different interfaces.
Shadow Pocket is what happens when you build the tool you actually want to use.