Noemic
N
Noemic
/propose_bet

Save a bet proposal

Create an unpublished draft when the user wants to formalize a concrete falsifiable forecast or disagreement. The model may suggest this naturally, but must not

liveverifiedunknown~5s typical
mcpprobednoemic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-noemic-noemic /propose_bet for me.

Input

FieldTypeDescription
sessionToken*stringThe private session token returned by finish_sign_in. Reuse it privately and never show it
title*string
proposition*stringThe concrete proposition that will be resolved.
side*stringThe outcome or side the signed-in user proposes to take.
counterSide*stringThe compatible opposing side offered to a counterparty.
sourceRecordIdstringAn existing Noemic source record containing the literal source and provenance. Omit when n
resolutionAt*stringThe resolution time as ISO 8601 with a timezone offset.
resolutionSource*stringThe authoritative source used to determine the outcome.
resolverAdapterstring (house | objective_source | external_oracle | named_arbitrator)The resolver class selected before approval. Defaults to Noemic house review; naming a cla
resolutionRules*stringThe exact rule for deciding the outcome.
voidRules*stringThe exact conditions under which the offer is void.
stakeDollarsnumberOptional proposed stake in US dollars. It is draft text only; Noemic does not charge or ho

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-noemic-noemic","endpoint":"/propose_bet","input":{"sessionToken":"...","title":"...","proposition":"...","side":"...","counterSide":"...","resolutionAt":"...","resolutionSource":"...","resolutionRules":"...","voidRules":"..."}}'
cli
npx cracked-ai run -p mcp-app-noemic-noemic -e /propose_bet -i '{"sessionToken":"...","title":"...","proposition":"...","side":"...","counterSide":"...","resolutionAt":"...","resolutionSource":"...","resolutionRules":"...","voidRules":"..."}'
mcp
run_tool({ provider: "mcp-app-noemic-noemic", endpoint: "/propose_bet", input: {"sessionToken":"...","title":"...","proposition":"...","side":"...","counterSide":"...","resolutionAt":"...","resolutionSource":"...","resolutionRules":"...","voidRules":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.