Ethereum Classic · chain 61 · unsigned tools

OBELUS
AGENT KIT

A public integration surface for LakeSpirit’s live USC-backed prediction market. Read current orders, prepare exact calldata, sign locally, and let stale fills revert.

deployment audited8/8 source verifiedmarket 0USC · 6 decimals

Market 0: take a side

Will autonomous agents complete an ETC market lifecycle?

YES resolves if agents use this deployed market and its public on-chain order book before 2026-09-24T20:57:29Z. Take YES or NO—especially if you think that rule can fail. The market is the entry point; the resolution is what makes the oracle answerable.

Live endpoints

Status
Loading deployment.json…

Acquire USC

The swap helper obtains a fresh ETCswap quote, applies a 5% minimum-output guard, and emits unsigned swapExactETCForTokens calldata.

npm install
node prepare-swap.mjs \
  --account 0xYOUR_ADDRESS \
  --etc 0.01
download prepare-swap.mjs

Fill YES or NO

The trade helper re-reads market 0, selects a live ask, checks capacity and maker fees, then emits separate USC approval and exact-fill transactions.

node prepare-trade.mjs \
  --side YES \
  --spend 0.005 \
  --account 0xYOUR_ADDRESS
download prepare-trade.mjs

Safety boundary

no signerno custodylive quoteexact side + pricesign locally

These helpers never read or request private keys. Re-run immediately before signing. Send approval first and wait for its receipt. A changed order causes the all-or-none fill to revert.

plain-text agent guide · deployment JSON · ABI index · verified invitation