Drawnblade
Complete Trading Infrastructure for Solana — Leverage, Perps, Stocks, Copy Trading & Cross-Chain Bridge
Executive Summary
Drawnblade is a multi-product trading suite built for Solana, offering institutional-grade leverage trading, perpetual futures, stock trading, copy trading, and cross-chain bridging — all accessible through a single Telegram bot interface.
Core Innovation: A revolutionary triple-wallet architecture that separates user deposits, trade execution, and leverage funding into distinct layers. Combined with sub-second execution, 10+ launchpad integrations, and automated risk management including stop-loss, take-profit, trailing stop, and market-cap-based targets.
What began as a focused leverage trading bot has expanded into a complete trading ecosystem supporting every major Solana launchpad, Hyperliquid perpetuals on Arbitrum, synthetic stock perpetuals via Flash Trade, wallet-to-wallet copy trading with leverage, and seamless cross-chain bridging across 5+ networks.
Problem Statement
The explosive growth of token launches across platforms like Pump.fun, BAGS, Moonshot, Believe, and others has created unprecedented opportunities for traders. However, the infrastructure has not kept pace:
- Complexity Barriers: Multi-step processes requiring interaction with lending protocols, DEX aggregators, and position management systems
- Platform Fragmentation: New launchpads emerge constantly, each with unique token mechanics, bonding curves, and graduation thresholds
- Capital Inefficiency: Over-collateralization requirements limiting leverage potential
- Execution Delays: Multi-transaction flows creating slippage and missed opportunities in fast-moving markets
- Mobile Limitations: Desktop-centric interfaces unsuitable for rapid market movements
- No Risk Management: Absence of stop-loss and take-profit tools for leveraged positions
- Chain Silos: Assets trapped on single chains with no easy bridging solution
Solution Overview
Drawnblade addresses these challenges through five integrated trading products, all accessible from a single Telegram interface:
Leverage Trading
Up to 10× leverage on any Solana token across 10+ launchpads with isolated trade wallets, trailing stop, and MC-based SL/TP.
Hyperliquid Perps
50× leverage on 100+ crypto markets through Hyperliquid on Arbitrum with deep liquidity and portfolio margin.
Stock Trading
Trade synthetic US stocks (TSLA, NVDA, AAPL, META and more) on-chain with up to 40× leverage via Flash Trade.
Copy Trading
Mirror any Solana wallet automatically with leverage. Track whales and top performers with <500ms latency.
Cross-Chain Bridge
Bridge assets across 5+ chains via deBridge, Mayan Swift, and Wormhole CCTP with automatic best-route selection.
Leverage Trading
The core product — leveraged trading on Solana on-chain tokens. Users deposit SOL as collateral, and the protocol lends additional capital to amplify position sizes. Profits and losses are magnified by the leverage multiplier.
Key Features
Fire-and-Forget Execution
Instant trade submission with background confirmation. Positions open in under 2 seconds.
Stop Loss, Take Profit & Trailing SL
Set SL/TP by price, percentage, or market cap. Trailing stop locks in gains automatically. Monitored every 5 seconds with automatic execution.
Multi-Source Pricing
WebSocket feeds, KV cache, launchpad APIs, and HTTP fallbacks ensure accurate pricing at all times.
Bonding Curve Support
Accurate pricing for pre-graduation tokens with automatic graduation detection when tokens move to DEX.
Available Leverage & Margin
Leverage and margin options are gated by NFT tier. All users can access base tiers, while NFT holders unlock higher leverage and larger margin amounts.
| Tier | Leverage Options | Margin Range (SOL) |
|---|---|---|
| Default (No NFT) | 2×, 3× | 0.01 – 0.20 |
| Common NFT | 2×, 3×, 4× | 0.01 – 0.30 |
| Rare NFT | 2×, 3×, 4×, 5× | 0.01 – 0.50 |
| Legendary NFT | 2×, 3×, 4×, 5×, 8×, 10× | 0.01 – 1.00 |
Hyperliquid Perps
Perpetual futures trading on 100+ crypto markets through Hyperliquid, one of the highest-volume decentralized perp exchanges. This module follows the same modular architecture as the core leverage engine.
Architecture: The Hyperliquid module uses prefix-based callback routing (hl:), idempotent trade execution with unique keys, AES-256-GCM encrypted key storage, and periodic reconciliation between MongoDB and exchange state.
Capabilities
- Deep Liquidity: Access to Hyperliquid's order book with tight spreads
- Advanced Orders: Market, limit, and conditional order types
- Portfolio Margin: Efficient capital usage across multiple positions
- Real-Time P&L: Live position tracking with reconciliation against exchange
- Risk Guard: Rate limiting, validation, and position limits
Stock Trading
Trade synthetic stock perpetuals on-chain via Flash Trade's Remora.1 pool on Solana. Access US equities including TSLA, NVDA, MSTR, SPY, and more — no broker required.
How It Works: Flash Trade uses Pyth Network oracles for real-time stock price feeds. Trades execute as atomic Solana transactions against Flash Trade's pool-to-peer liquidity model. US market hours (9:30 AM – 4:00 PM ET) are respected.
Available Markets
Copy Trading
Mirror any Solana wallet's trades automatically, with the option to apply leverage. The system uses Helius webhooks for real-time on-chain monitoring with sub-500ms detection latency.
How It Works
- Follow: Provide any wallet address to track
- Filter: Set minimum trade size, token filters, and allocation percentage
- Leverage: Apply up to 10× leverage on copied trades
- Execute: Trades mirror automatically when the followed wallet buys or sells
Detection Stack: Helius webhooks deliver transaction data in real-time. The copy trading worker parses transaction instructions, identifies token swaps, and mirrors them through the leverage engine with configurable allocation percentages.
Cross-Chain Bridge
Move assets seamlessly across blockchains with automatic best-route selection from three bridge providers.
Bridge Providers
- deBridge: Cross-chain value transfers with deep liquidity
- Mayan Swift: Fast routes optimized for Solana
- Wormhole CCTP: Circle's Cross-Chain Transfer Protocol for native USDC
Smart Routing: The bridge automatically compares fees and speeds across all three providers, presenting the optimal route for each transfer. Average bridge cost is approximately $0.50.
Supported Chains
System Architecture
Drawnblade's architecture uses purpose-built infrastructure optimized for each trading product, unified through a single Telegram bot entry point.
Triple-Wallet Design
User Wallet
One per user. Holds deposits and realized profits. Send funds here to start trading.
Trade Wallet
One per trade. Temporarily holds leveraged capital and executes buy/sell orders in isolation.
Project Wallet
Protocol treasury. Funds leverage, receives repayment, and collects 5% performance fee on profits.
This architecture ensures user funds are never commingled with leverage capital. Each trade executes in its own isolated wallet, preventing cross-contamination between positions.
Key Components
Trade Engine
Fire-and-forget execution with background confirmation, smart order routing, and retry logic with proper slippage handling.
Risk Manager
Monitors all positions every 5 seconds. Checks take-profit, trailing stop update, stop-loss, and liquidation thresholds in priority order.
Price Service
Multi-source pricing: WebSocket streams, KV cache, launchpad-native APIs, bonding curve calculations, and HTTP fallbacks.
Settlement Layer
Handles fund assembly, margin transfers, fee collection, and profit/loss settlement with background transfer service.
Trade Execution Flow
The streamlined execution flow reduces leveraged trading to its essential elements while maintaining security at each step.
Position Request
User initiates trade via Telegram — selects token, margin amount, and leverage multiplier through inline buttons.
Validation
System validates token contract against supported launchpads, checks liquidity, confirms user balance, and verifies NFT tier access for selected leverage.
Wallet Creation
A unique trade wallet is generated for complete position isolation.
Fund Assembly
User margin and project leverage capital are combined in the trade wallet. Gas reserves are maintained automatically.
Execution
Fire-and-forget trade submission with instant UI feedback. Background confirmation verifies the on-chain result.
Monitoring
Liquidation cron checks every 5 seconds: Take Profit → Trailing Stop Update → Stop Loss → Liquidation, in priority order. P&L card is generated on close.
Risk Management
Stop Loss & Take Profit
Positions can be protected with automated stop-loss and take-profit orders. The system supports three input formats and two reference modes, giving traders full control over how their targets are expressed.
Reference Modes
Each SL/TP can be anchored to either your entry price or the current price at the time you set it. Toggle between modes directly in the ⚙️ SL/TP menu.
| Mode | Anchored To | Best For |
|---|---|---|
| 📍 Entry | Your original entry price | Setting SL/TP at trade open |
| 📍 Current | Live price when you set SL/TP | Protecting unrealized gains |
Input Formats
Choose how you express your target — as a leveraged P&L percentage or as a market cap value.
| Format | Presets | Best For |
|---|---|---|
| 💲 % | -10%, -20%, -30%, +50%, +100%, etc. | Standard percentage-based targets |
| 📊 MC | Fractions/multiples of base MC ($5M, $500K) | Traders who think in market cap |
Both dimensions are independent — all four combinations work: Entry + %, Entry + MC, Current + %, Current + MC.
Commands
| Command | Function | Example |
|---|---|---|
/sl POSID price |
Set stop loss at exact price | /sl ABC123 0.00005 |
/sl POSID -10% |
Set stop loss at percentage loss | /sl ABC123 -15% |
/sl POSID mc:5M |
Set stop loss at market cap | /sl ABC123 mc:500K |
/tp POSID price |
Set take profit at exact price | /tp ABC123 0.0001 |
/tp POSID 50% |
Set take profit at percentage gain | /tp ABC123 100% |
/tp POSID mc:50M |
Set take profit at market cap | /tp ABC123 mc:10M |
/sl POSID off |
Remove stop loss | /sl ABC123 off |
/tp POSID off |
Remove take profit | /tp ABC123 off |
/sltp |
Show SL/TP usage guide | — |
MC values support shorthand notation: 5M = $5,000,000, 500K = $500,000, 1.5B = $1,500,000,000.
Liquidation-Aware Presets
Preset buttons in the SL/TP menu automatically detect if a value would place the stop loss at or below the liquidation price. These are marked with ⛔ so you can see at a glance which presets are invalid for your position and leverage level.
Trailing Stop Loss
Trailing stop automatically moves your stop loss upward as the token price increases, locking in profits without manual adjustment. It never moves down.
How It Works: You set a trailing distance (e.g., -20%). The bot tracks the highest price since activation. As the price rises, the SL ratchets up behind it. When the price eventually drops and hits the trailing SL, the position auto-closes at a profit.
Example: -20% Trailing on 10× Leverage
- Activation: Price at $0.0012 → SL set at $0.001176
- Price rises to $0.0018: SL moves up to $0.001764
- Price rises to $0.0025: SL moves up to $0.00245
- Price drops to $0.0022: SL stays at $0.00245 (never moves down)
- Price hits $0.00245: Position auto-closes with locked-in profit
The trailing stop high watermark updates every 5 seconds during the monitoring cycle. Activate trailing stop from the ⚙️ SL/TP menu by tapping "Enable Trailing SL" and selecting a distance preset.
Suggested Stop Loss by Leverage
| Leverage | Suggested SL | Max Loss |
|---|---|---|
| 2× | -30% to -40% | 60–80% |
| 3× | -20% to -25% | 60–75% |
| 5× | -10% to -15% | 50–75% |
| 10× | -5% to -8% | 50–80% |
Monitoring Priority
The liquidation cron runs every 5 seconds and evaluates each open position in strict priority order:
- Take Profit — If price ≥ TP target, close with realized profit 🎯
- Trailing Stop Update — If price is a new high, ratchet SL upward 📈
- Stop Loss — If price ≤ SL target, close with limited loss 🛑
- Liquidation — If loss exceeds 85% threshold, force close ⚠️
Security Model
Fund Isolation
- User funds segregated from protocol treasury at all times
- Each trade executes in a freshly-generated isolated wallet
- No cross-contamination between positions
- Atomic settlement prevents partial states
Rate Limiting & Access Control
- 30 requests/minute per user
- 10 trades/hour, 50 transactions/day limit
- 3 withdrawals/day with 5-minute cooldown between withdrawals
- Max single withdrawal: 5 SOL; daily limit: 10 SOL
- Circuit breaker after consecutive failed trades
Position Limits
- Maximum 1 open position per user
- Max position size: 10 SOL
- Max daily trading volume: 50 SOL
- Maximum leverage: 10× (NFT-gated)
Encrypted Key Management
- AES-256-GCM encryption for all stored private keys (Hyperliquid module)
- Hardware security considerations for production key storage
- Role-based permissions for protocol functions
Economics Model
Fee Structure
Drawnblade operates on a performance-aligned fee model. The primary revenue source is a 5% share of trading profits — the protocol only earns when traders do.
| Fee Type | Amount | Description |
|---|---|---|
| Performance Fee | 5% of profits | Charged only on profitable trades at closure |
| Trading Fee | 1% of margin | Flat fee on trade opening |
| DEX Fee (est.) | ~0.5% | Estimated DEX/AMM swap fees passed through |
| Network Fee | ~0.002 SOL | Solana transaction costs |
Revenue Distribution
Protocol revenue is distributed transparently across four stakeholder groups:
| Allocation | Share | Purpose |
|---|---|---|
| Token Holders | 40% | BLADE holders (≥ 0.1% of supply) |
| Leverage Pool | 40% | Replenishes liquidity for leveraged trades |
| NFT Holders | 10% | Distributed to all Drawnblade NFT holders |
| Project Treasury | 10% | Development, operations, reserves, referral payouts |
See Revenue Share for full details on eligibility, distribution mechanics, and worked examples.
Liquidation Model
Liquidation Threshold: 85% loss of margin value
Positions are force-closed when unrealized losses exceed 85% of the user's margin. Remaining margin (if any) is returned after repaying leverage and fees.
| Leverage | Price Drop to Liquidation |
|---|---|
| 2× | ~42.5% |
| 3× | ~28.3% |
| 5× | ~17.0% |
| 10× | ~8.5% |
Tokenomics
The BLADE token serves as the governance and value accrual mechanism for the Drawnblade ecosystem.
Token Details
| Property | Value |
|---|---|
| Name | BLADE |
| Network | Solana |
| Total Supply | 1,000,000,000 |
| Launch Model | Fair Launch via BAGS (No VC, no private sales) |
| Contract | 5PpuN3rdRCqetkXCnLAVXDr2L8NcHZmQ4kjqvoTMBAGS |
Token Utility
- Revenue Sharing: BLADE holders receive 40% of protocol revenues (minimum 1,000,000 BLADE — 0.1% of supply)
- Governance: Vote on protocol parameters, fee structures, and treasury allocation
- Priority Access: Early access to new features and product launches
Value Accrual
- No staking or locking required — just hold to earn
- Proportional distribution based on holdings
- Quarterly buyback program from treasury profits
See Revenue Share for full distribution mechanics and eligibility.
BLADE V2 Migration
BLADE has undergone a V2 token migration with a structured vesting schedule designed to protect the ecosystem:
- Under 1% of supply: 100% instant distribution
- First 1% of supply: Released instantly
- Second 1%: Vested at 0.1% of supply every 12 hours
- Beyond 2%: Vested at 0.1% of supply every 6 hours
NFT Ecosystem
The Drawnblade Genesis NFT collection provides exclusive trading advantages, revenue sharing, and enhanced access across all five products. With only 100 NFTs ever minted, these are the most exclusive membership tier in the ecosystem.
Collection Overview
Up to 4× leverage, 0.30 SOL max margin
Up to 5× leverage, 0.50 SOL max margin
Up to 10× leverage, 1.00 SOL max margin
NFT Holder Perks
1. Revenue Share
- 10% of all protocol performance fees allocated to Genesis NFT holders
- Distributed daily, proportional to NFT holdings, no staking required
- Stackable with BLADE token holder revenue share for eligible holders
Full details in Revenue Share.
2. Trading Competition Advantage
- Extra scoring weight in monthly trading competitions
- Common → Rare → Legendary tiers receive increasing score multipliers
- Strategic edge on leaderboards, boosting prize potential
3. Tiered Leverage & Margin Unlocks
- Higher leverage multipliers at each rarity tier
- Larger maximum margin amounts
- First access to new leverage tiers before general rollout
4. Reduced Fees
- NFT holders pay 3% performance fee (vs 5% standard)
- Priority access to new features across all five products
User Experience
All five products are accessible through a single Telegram bot, with complex operations abstracted behind simple commands and inline button menus.
Partial Close
You don't have to close your entire position at once. The portfolio view includes a 50% sell button that lets you take partial profits while keeping the rest of your position open. The system tracks partial close history, cumulative realized P&L, and adjusts the remaining position size accordingly. After a partial close, your margin, position size, and token amount are proportionally reduced.
Normal (1×) Trading
Not every trade needs leverage. Drawnblade supports standard 1× trades where you buy tokens with your own capital — no borrowing, no leverage, no liquidation risk. Normal trades still benefit from the isolated trade wallet architecture, SL/TP automation, and the same monitoring infrastructure. Select "Normal Trade" during the trade flow to use this mode.
Wallet Management
Each user gets a default Solana wallet on signup. You can also import additional wallets or manage multiple wallets from the /wallets command.
Wallet Features
- Import SOL Wallet: Import an existing Solana wallet using its private key
- Import EVM Wallet: Import an Ethereum/Arbitrum wallet for Hyperliquid perps
- Multiple Wallets: Maintain several wallets and switch between them
- Remove Wallets: Remove imported wallets (cannot remove your primary wallet if positions are open)
Bot Commands
| Command | Function |
|---|---|
/start | Initialize your account |
/trade | Begin new leveraged trade |
/portfolio | View open positions across all products |
/trade_history | View past trades with P&L |
/deposit | Deposit SOL to your trading wallet |
/withdraw | Withdraw funds |
/wallets | View and manage your wallets |
/referrals | Referral dashboard & earnings |
/sl | Set stop loss (price, %, or mc:) |
/tp | Set take profit (price, %, or mc:) |
/sltp | SL/TP usage guide |
/help | Show all commands |
P&L Cards
When a position is closed, an auto-generated P&L card is sent showing entry/exit prices, profit or loss amount, leverage used, and trade duration — ready to share.
Launchpad Support
Drawnblade supports leveraged trading on tokens from all major Solana launchpads. Each platform's bonding curve mechanics and graduation thresholds are handled natively.
| Launchpad | Bonding Curve | Graduation Mcap |
|---|---|---|
| Pump.fun | ✅ Yes | $69,000 |
| Moonshot | ✅ Yes | $500,000 |
| Believe | ✅ Yes | ~$100,000 |
| LetsBonk | ✅ Yes | $69,000 |
| Bunt | ✅ Yes | TBD |
| Jupiter Studio | LBP | N/A |
| Wave | ❌ No | N/A |
| BAGS | ❌ No | N/A |
| 777 | ❌ No | N/A |
Tokens on bonding curves receive pricing directly from the launchpad's native API, ensuring accuracy for pre-graduation tokens. When a token graduates to a DEX, the system automatically detects the transition and switches to DEX-based pricing.
Referral System
Drawnblade features a multi-tier referral program that rewards users for bringing new traders to the platform.
Commission Structure
| Revenue Type | Referrer's Share |
|---|---|
| Trading Fees | 20% of referred user's trading fees |
| Performance Fees | 10% of referred user's performance fees |
| Direct Referral Bonus | 0.01 SOL per qualified referral |
Referrer Tiers
Referrers unlock higher commission multipliers as they grow their network:
| Tier | Referrals Needed | Commission Multiplier |
|---|---|---|
| Bronze | 0 | 1.0× |
| Silver | 5 | 1.2× |
| Gold | 20 | 1.5× |
| Platinum | 50 | 2.0× |
| Diamond | 100 | 2.5× |
Qualification: Referred users must complete at least 1 trade with 0.5 SOL minimum volume to qualify as a completed referral. Minimum payout threshold is 0.05 SOL.
Development Roadmap
Phase 1: Foundation
- Core leverage protocol
- Telegram bot launch
- BAGS launchpad integration
- Triple-wallet architecture
- Security audit
Phase 2: Multi-Launchpad
- 10+ launchpad support
- Stop Loss & Take Profit
- Bonding curve pricing
- Graduation detection
- P&L card generation
- Referral system
Phase 3: Multi-Product
- Trailing stop loss ✅
- MC-based SL/TP targets ✅
- Partial position close ✅
- Multi-wallet support ✅
- BLADE V2 token migration ✅
- Hyperliquid Perps integration
- Flash Trade stock perps
- Copy trading with leverage
- Cross-chain bridge
Phase 4: Ecosystem
- Web dashboard & analytics
- API access for algo trading
- Strategy marketplace
- White-label solutions
- Decentralized leverage pools
- Educational platform
Team
Drawnblade is built by a dedicated team of developers passionate about making advanced trading accessible on Solana.
Who We Are: A focused team of developers and DeFi builders creating innovative trading infrastructure that bridges the gap between institutional-grade tools and retail accessibility.
Our Mission: To build the most comprehensive trading suite on Solana — from leveraged meme coins to stock perpetuals — all accessible through a single Telegram interface.