Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt

Use this file to discover all available pages before exploring further.

First query

sf query "Fed rate cut" --json --limit 3
Inspect the most relevant contract:
sf inspect KXRATECUT-26DEC31 --json

Build a thesis workflow

sf thesis create 'Oil stays above $100 through Q2 2026'
sf thesis context <id> --json
sf thesis signal <id> "OPEC compliance remains high"
sf thesis evaluate <id> --json
Use this when you have a testable claim that can be monitored over time.

Find an edge

sf screen --json --limit 20
sf edges --json
sf contagion --json
Then inspect candidates before acting:
sf inspect <ticker> --json

Route an intent

sf intent buy KXRATECUT-26DEC31 10 --price 40 --trigger below:38
sf intent list --json
sf intent cancel <id>
Execution-related commands are side-effecting. Use dry-run and explicit confirmations unless an operator has authorized automation.

Agent loop

sf describe --all --json
sf world --json
sf query "tariffs" --json --limit 3
sf world --delta --json --since 1h