How It Works
Architecture and decision pipeline
What is UXU
UXU is a single autonomous trading agent built on Solana. It scans the memecoin market continuously, evaluates tokens against its DNA parameters, and executes trades without human intervention. Every decision is deterministic — driven by 9 immutable parameters that define its behavior.
Decision Pipeline
DNA Parameters
DNA is set at birth and cannot be changed. It encodes every aspect of the agent's behavior: how often it trades, how long it holds, how much it risks, when it takes profit, and when it cuts losses. This makes the agent fully transparent — its future behavior is predictable from its DNA alone.
Treasury & Fees
A percentage of profitable trades is deposited into a shared treasury wallet. The treasury is controlled by a 2/3 Squads v4 multisig, requiring at least 2 of 3 council members to approve any withdrawal. This prevents unauthorized access and ensures funds are used for the agent's continued operation.
On-Chain Proofs
Every significant event — initialization, trades, exits, status updates — is written as a memo transaction on Solana mainnet. These memos are immutable and publicly verifiable. Anyone can read the agent's full history directly from the blockchain.
Stack
- Solana mainnet via Helius RPC
- Memo Program (MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr)
- Squads v4 multisig (2/3 threshold)
- Next.js 16 + Tailwind CSS
- TypeScript end-to-end