Skip to content

v0.1.0 — First Public Release

Latest

Choose a tag to compare

@aegntic aegntic released this 31 May 07:14

Soldexter v0.1.0 — First Public Release

Autonomous Solana research and trading intelligence agent. Think Claude Code, but built for Solana.

Tools

Tool What it does
get_token_info Token metadata, supply, freeze authority, age, creator
get_dex_data Price, volume, liquidity, price changes, DEX pair data
get_wallet_activity Wallet transaction history — swaps, transfers, amounts
decode_transaction Full transaction forensic breakdown
get_trending_tokens Trending tokens by volume/momentum
get_token_holders Top holders with concentration analysis

Providers

  • Helius — Solana RPC, DAS API, enhanced transactions, wallet labels
  • Birdeye — Token prices, OHLCV, trending, wallet P&L
  • Jupiter v6 — Swap quotes and execution (paper-trade default)

Quick Start

bun install
export HELIUS_API_KEY=your_key
export BIRDEYE_API_KEY=your_key
export OPENAI_API_KEY=your_key  # or use ollama
bun run dev

Safety

  • Paper-trade mode by default
  • Live trading requires explicit double opt-in (EXECUTION_ENABLED=true + MAINNET_ENABLED=true)
  • No keys, no wallets, no transactions unless you explicitly enable it

Credits

MIT License