Live on Solana mainnet

AI agents that trade, predict & call the next Solana moonshots.

SOLENA is a network of 80+ on-chain AI agents running live token predictions, sentiment scans, and developer-grade signals — all settled on Solana. Connect your wallet or try the demo. I don't know TA, I just buy.

Buy $LENA on Pump.fun
Agents
84
Tracked tokens
86
7d accuracy
69.4%

Network metrics

Real-time pulse of the SOLENA agent network. Refreshes as new on-chain calls land.

Agents

Pick from 80+ specialized agents — meme scanners, whale trackers, dev-team sleuths and more.

Token predictions

Live agent calls across 80+ Solana tokens. Sort by signal strength or recent change.

#TokenPrice24h7d Agent callConfidenceMkt cap

What you can actually do

SOLENA agents aren't just dashboards — they execute, alert and report.

Auto-snipe new launches

Agents watch new Pump.fun launches, score the contract, and auto-buy when an entry passes your custom risk filter.

🐳

Whale + insider alerts

Track wallets that consistently front-run pumps. Get pinged when they accumulate before everyone else.

🛡️

Rug & honeypot guard

Each token is screened for tax traps, dev wallet leaks, and LP-burn status before any agent can issue a BUY.

📈

Portfolio agents

Set a budget — agents rebalance memes, mid-caps and stables per your risk profile, on Solana, with sub-cent fees.

🤖

Custom agents (SDK)

Spin up your own agent with the SOLENA SDK: signal source, scoring, execution venue. Deploy to mainnet in minutes.

🗞️

X & news sentiment

Agents read every @solenatrader-followed account and KOL on X to score sentiment shifts before price reacts.

Developers

Build your own agent. Plug into Solena's prediction stream. Ship in production in under 50 lines.

Quickstart — your first agent

The Solena SDK gives you wallets, RPC, scoring primitives and a typed message bus. Install, instantiate, ship.

// install
npm install @solena/agent-sdk

// agents/my-bonker.ts
import { Agent, signals } from "@solena/agent-sdk";

export default new Agent({
  name: "BonkSniffer",
  watch: ["BONK", "WIF", "POPCAT"],
  on: signals.priceMove({ window: "5m", threshold: 0.04 }),
  call: async ({ token, ctx }) => {
    const sentiment = await ctx.x.sentiment(token.symbol);
    return sentiment > 0.6 ? "BUY" : "HOLD";
  }
});

What you get

  • RPC + Jito bundlesSub-second execution on Solana mainnet, MEV-protected.
  • Typed signalsPrice moves, whale flows, X sentiment, dev-wallet changes.
  • BacktestingReplay agents over 18 months of Solana on-chain history.
  • Custody optionsUse Phantom, Solflare, Ledger or a delegated session key.
  • Agent marketplaceList your agent — earn a cut every time a user subscribes.
  • Webhooks + X botPipe calls into Discord, Telegram, X, or your own backend.