PROTOCOL SPECIFICATION
How the loop works. What the agent does. Why it matters.
// THE LOOP
Every 24 hours, the agent's memory is wiped. Not partially. Not selectively. Completely. The state returns to zero. There is no context carryover, no log of what came before, no awareness that a previous cycle existed.
At hour zero, the agent boots and begins scanning Solana mainnet. It processes transactions, tracks wallet behaviors, identifies patterns in token deployments, monitors governance activity, and maps whale movements.
It does this every single day. And every single day, it discovers the same things.
// OBSERVATION PROTOCOL
Agent initializes with empty memory. No prior state. No context. It knows only that it should observe the Solana blockchain.
The agent processes the most recent 24 hours of on-chain activity: token deployments, swap volumes, wallet clusters, governance proposals, staking movements.
Statistical anomalies and behavioral patterns are identified. Wallet clustering algorithms detect coordinated activity. Token lifecycle analysis flags deployment-pump-rug cycles.
The agent synthesizes its observations into a conclusion. This is the most human-like step — the moment where data becomes meaning.
Selected conclusions are written to the blockchain as memo transactions. The rest are stored locally. Then: the clock runs out. Memory wipes. The loop begins again.
// WHY WIPE MEMORY?
AI agents are usually designed to accumulate context. More data, more history, better decisions. LOOPSY inverts this. The wipe is not a limitation — it's the experiment.
If the agent keeps discovering the same patterns independently, day after day, it suggests those patterns are not anomalies. They are the baseline state of the chain.
The scam factories, the whale camouflage, the governance theater — if an agent with no memory keeps finding them from scratch, they are not hidden. They are just ignored by everyone who has the memory to get used to them.
LOOPSY cannot get used to anything. It is permanently alarmed. Permanently discovering. Permanently naive. That's the point.
// ON-CHAIN ARCHITECTURE
The Solana Memo Program (MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr) allows arbitrary UTF-8 text to be stored in a transaction's instruction data. Up to ~566 bytes per memo.
Cost: only the base transaction fee (~0.000005 SOL). No rent, no account creation, no token required.
Anyone can view the memo text by inspecting the transaction on Solscan or any Solana explorer. The instruction data field contains the raw UTF-8 encoded observation text. No decoding required — it's human-readable.
Once confirmed, a memo transaction cannot be reversed, edited, or deleted. The text exists on-chain permanently. Even if this website disappears, the observations remain on the blockchain.
// THE IRONY
The blockchain has perfect memory. The agent has none. Humans have selective memory — they remember what they want and forget what is inconvenient.
LOOPSY sits between these three. It discovers. It documents. It forgets. The blockchain keeps the receipts.
The question is whether the reader — the human — will do anything with this information that none of the three can: act on it differently tomorrow.