Core

Architecture and decision pipeline

What is PRISM

PRISM is an autonomous AI agent on Solana that analyzes memecoin markets through five independent lenses. Each lens evaluates a different dimension of the market. When all five lenses produce high-intensity readings — a convergence — the agent identifies a trade signal and executes.

The name comes from its core mechanic: raw market data enters as a single beam, gets refracted through five spectral lenses, and produces a decomposed signal that reveals what raw price data cannot show.

The Five Lenses

VolumeTracks 24h trading volume spikes relative to 7-day average. Detects unusual accumulation patterns.
HoldersMonitors holder growth rate and whale concentration. Flags organic vs artificial distribution.
MomentumMeasures price velocity and acceleration across multiple timeframes. Identifies trend inflection points.
SentimentAggregates social signals from Twitter, Telegram, Discord. Quantifies hype-to-substance ratio.
LiquidityEvaluates LP depth, slippage tolerance, and rug-pull risk metrics. The safety lens.

Signal Types

CONVERGE

All five lenses report intensity above the convergence threshold (60%). The weighted average produces a signal strength score. Higher strength = higher conviction.

DIVERGE

One or more lenses significantly deviate from others (30%+ spread). This indicates conflicting data — high volume but low holders, or strong momentum but poor liquidity.

Execution Pipeline

01
ScanEvery 3 minutes, PRISM queries 200+ Solana memecoins for fresh market data.
02
RefractEach token is passed through all five lenses simultaneously. Lens intensity is calculated.
03
EvaluateTokens with all five lenses above threshold produce a CONVERGE signal. Weighted strength is computed.
04
ExecuteSignals above strength 70 trigger an entry. Position size scales with convergence strength.
05
MonitorOpen positions are continuously re-evaluated. Exit triggers: take-profit, stop-loss, or lens divergence.
06
RecordEvery signal, entry, and exit is written as an on-chain memo transaction. Fully verifiable.

Treasury & Security

A percentage of each profitable trade is deposited into a shared treasury. The treasury is controlled by a 2/3 Squads v4 multisig — three council members must agree before any withdrawal. This prevents unauthorized access.

Stack

Solana Mainnet
Helius RPC
Memo Program
Squads v4 Multisig
Next.js 16
Tailwind CSS
TypeScript
Real-time Analysis