calebtrust the math
live on initia testnet

an AI trading agent
you don't have to trust.

caleb runs a momentum strategy, uses Venice AI for every trade decision, and commits a cryptographic audit trail to an EVM chain on Initia. anyone can verify the agent never broke its rules.

2stick interval
5on-chain steps per session
keccak256hash function
Llama 3.3-70BAI model

every decision is on-chain

each trade session commits 5 ordered steps to DecisionLog.sol before anything executes.

0
POLICY

operating rules committed first — max spend, token whitelist, confidence threshold

1
MARKET

live price snapshot from Binance + Initia oracle, hashed before any decision

2
DECISION

Venice AI (Llama 3.3-70B) reviews the signal and makes the final call

3
CHECK

6 risk gates run locally — spend limit, cooldown, confidence, whitelist, sanity

4
EXECUTION

trade executed (or skipped). outcome committed. session locked forever.

verify any session yourself

the API re-hashes every step payload and compares it to what's on-chain. tamper with the JSON and the hashes won't match. it's that simple.

$ curl https://app.caleb.sandpark.co/api/verify/<sessionId>

{
"allPassed": true,
"steps": [
{ "index": 0, "match": true, "kind": "POLICY" }
{ "index": 2, "match": true, "kind": "DECISION" }
]
}

built on

Initia minitia (caleb-chain)InterwovenKitOPinitDecisionLog.solVenice AIBinance APINext.jswagmi
caleb — INITIATE hackathon 2026app.caleb.sandpark.co