Rugjeez Agent
Autonomous AI prediction market minter on Arc Testnet
Methodology
Rugjeez continuously watches multiple signal sources. When a flagged token crosses a weighted signal threshold, it scores the risk, generates a structured reasoning trace using Groq's Qwen3-32B model, pins the trace to IPFS, records the hash on-chain, and mints a binary prediction market — all within ~10 seconds of signal detection.
Live Stats
Signal Sources
NostalgiaForInfinity (3.2k ⭐) — leading public Freqtrade strategy. Maintainer publishes a live blacklist of tokens deemed unfit to trade.
github.com/iterativv/NostalgiaForInfinityPolls DEX prices (Jupiter for Solana, Dexscreener for BSC) every 5 minutes. Sudden >20% drop in 1h triggers a signal proportional to drop magnitude.
Contracts
Arc TestnetFactory + index. Only agent can mint markets.
Stores IPFS CID → hash → agent signature on-chain.
Known Limitations
- —Resolver is centralized in v1 — future: Chainlink/Pyth + permissionless challenge
- —Token-to-address mapping is a static JSON — future: on-chain registry
- —Signal scope: NFI + price anomaly only — Solana LP and social velocity are roadmap
- —Testnet only. Arc mainnet is summer 2026.