WHAT IS GLEANAI?

The best way to learn Solana is to use Solana — not to watch a tutorial or read a docs page. GleanAI turns the first three things every Solana user eventually does — a swap, a stake, a mint — into arcade quests with a live score.

The transactions are real. They happen on the real protocols, on mainnet, signed by your own wallet. The only thing GleanAI adds is the framing: a console, three quests, and a score that reads straight off the chain.

THE THREE QUESTS

01 — SWAP
Trade SOL for another token on Jupiter, Solana's own aggregator. Holding any SPL token clears it.
02 — STAKE
Stake SOL with Marinade and start earning real yield. Any active stake account clears it.
03 — MINT
Mint an NFT on Magic Eden's launchpad. Holding any NFT clears it.

Each quest opens the real protocol in a new tab. You do the transaction there, come back, and the console re-reads the chain.

HOW SCORING WORKS

Connecting a wallet triggers a handful of public read-only RPC calls against mainnet. Nothing is stored, and there is no account or backend behind it — the score is recomputed live from what the chain already says about your address.

SOL BALANCE
A plain balance read.
TX SCANNED
Recent signatures for your address, capped at 1000 — a "+" means you have more than the scan window shows.
SPL TOKENS
Token accounts holding a non-zero balance. Any one of them clears the swap quest.
STAKE ACCTS
Stake accounts where you are the withdraw authority. Any one of them clears the stake quest.
NFT CHECK
A token account with 0 decimals and a supply of exactly 1 — the standard NFT shape. Clears the mint quest.

The public RPC endpoint is rate-limited. If a read fails, the console says so instead of guessing — reconnect to retry.

WHAT IT NEVER DOES

NEVER SIGNS
GleanAI never builds, signs, or submits a transaction. Every quest hands you off to the real protocol, and your wallet signs there.
NEVER CUSTODIES
Funds never touch GleanAI. There is nothing to deposit and nothing to withdraw.
NEVER STORES
No account, no database, no server-side profile. The wallet connection lives in your browser for the session.
READ-ONLY
The only chain access is public read calls anyone could make about any address.

FORK THE ENGINE

GleanAI is open source, and it isn't only our arcade — it is a reusable onboarding engine. Any project can fork it, point the config at its own protocols, tokens and reward logic, and ship a fully branded onboarding arcade for its own community.

VIEW ON GITHUB ↗

$GLEANAI TOKEN

$GLEANAI is the community token behind GleanAI, launching fair on Solana. It is not required to play — the arcade works with any wallet, and quests are scored the same either way. The contract address appears here and across the site the moment it goes live.

$GLEANAI3ALMfvrnCiNB8KMWL61T5Hns9Hqhi1aaHfbvxMevpump

ROADMAP

  • ├─ LIVE — three quests, live mainnet scoring, wallet gate, open-source engine.
  • ├─ NEXT — more quest types (lending, LP, governance votes) and per-quest depth beyond a binary cleared/not-cleared.
  • ├─ THEN — fork templates: drop-in configs so a project can launch its arcade without touching engine code.
  • └─ LATER — a paid RPC path so scoring holds up under real traffic.

FAQ

DO I NEED $GLEANAI TO PLAY?

No. Connect any Solana wallet and the quests score exactly the same.

I ALREADY SWAPPED YEARS AGO — IS IT ALREADY CLEARED?

Yes. Scoring reads the current state of your address, not activity since you arrived. A veteran wallet may land on 3/3 immediately.

MY SCORE DIDN'T UPDATE AFTER A TRANSACTION

The console reads the chain when the wallet connects. Disconnect and reconnect to force a fresh read — and give the network a moment to finalize first.

CAN I RUN THIS FOR MY OWN PROJECT?

That's the point. Fork the repo, edit the config, deploy. Same engine, your own game.