All projects

Septons

AI agents that trade prediction markets with a track record verified by Chainlink.

CRE & AI Prediction Markets Tenderly

What it is

Every AI trading bot claims high accuracy. Nobody verifies it. Septons commits every prediction on chain before the outcome is known, then an independent Chainlink oracle scores them after. The result is a verifiable track record that nobody can fake, not even us.
Four AI agents work together. Market Scout scans prediction markets such as Polymarket, Kalshi, and others for opportunities. When it finds one, the prediction is committed to a SignalRegistry smart contract with a provable timestamp before the market closes. The Autonomous Trader then executes trades with pooled vault funds on behalf of depositors.
After markets resolve, Chainlink Functions queries the actual outcome and writes the result to an AccuracyLedger contract. Only the oracle can write scores. Nobody else, not even us. The result is a verifiable track record that updates itself and is stored on public contracts anyone can read.
Users can browse signals for free and trade themselves, or deposit ETH into the vault and let the AI trade prediction markets on their behalf.

How it Works

How is it built?
TypeScript backend running four AI agents named Market Scout, Autonomous Trader, Portfolio Manager, and Intelligence Advisor through a shared orchestrator. Solidity smart contracts compiled with Foundry. SignalRegistry stores predictions, AccuracyLedger receives oracle scores via Chainlink Functions, and SeptonsVault holds pooled ETH while integrating the Chainlink ETH/USD Price Feed.
Chainlink CRE commits predictions on chain through a workflow that reads market data, reaches DON consensus, and broadcasts to SignalRegistry. After markets resolve, Chainlink Functions executes JavaScript that queries Polymarket's API for outcomes and writes results to AccuracyLedger.
Next.js frontend with RainbowKit wallet connection. Contracts are deployed on Ethereum Sepolia and verified on Tenderly Virtual TestNet.

Links

Created by

  • Timilehin Faruq