architecture
rust backend. react dashboard. solana via dedicated rpc and mev infrastructure.stack
| component | what |
|---|---|
| api | rust + axum |
| dashboard | react + vite |
| database | postgres |
| rpc | dedicated solana rpc |
| mev | jito grpc bundles |
| bot | rust + teloxide |
| ai | mcp server |
launch pipeline
transaction paths
- jito bundles for atomic multi-tx operations (launch + buys in same block)
- dedicated rpc for standard transactions with priority fees
- block targeting for snipe transactions that hit specific slots after launch
security
- private keys encrypted at rest (aes-256-gcm)
- keys only decrypted in memory for signing, never leave the server
- jwt auth from telegram, api keys for ai integrations
- ai wallets isolated from human wallets
- row-level security on all user data