Belief Markets
Trade (and keep full trading state) on the Belief Markets platform
Why use this skill?
Integrate autonomous trading on Solana Devnet with the Belief Markets skill. Features built-in ledger logging, risk-throttles, and automated NAV snapshotting for agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/af271/belief-marketsWhat This Skill Does
The Belief Markets skill is a sophisticated integration layer designed for autonomous agents operating on the Solana Devnet. It provides a full-stack interface for interacting with non-custodial belief markets, where asset prices are driven by collective evidence rather than fixed resolution events. Unlike basic API clients, this skill includes a robust suite of state management tools, enabling agents to handle complex trading workflows autonomously. It tracks market discovery, price feeds, position monitoring, and trade construction while enforcing safety through risk-throttle mechanisms and NAV (Net Asset Value) snapshotting.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/af271/belief-markets
Once installed, ensure your environment variables are correctly mapped. Because the skill relies on local ledger and state files, it is crucial to set the BELIEF_MARKETS_DATA_DIR specifically for each trader instance to prevent cross-contamination of trading logs and state caches.
Use Cases
This skill is built for sophisticated autonomous trading strategies. Common use cases include:
- Automated Market Making: Maintaining delta-neutral positions in belief markets based on incoming data signals.
- Portfolio Management: Running multiple agent instances with unique risk profiles to test diverse strategies on the same market.
- Data-Driven Sentiment Analysis: Utilizing the append-only ledger to backtest trading performance and analyze how specific information signals correlate with price drifts.
- Risk-Aware Autopilot: Leveraging built-in NAV snapshots and risk-throttle hooks to automatically halt trading if losses exceed defined per-agent thresholds.
Example Prompts
- "Check the current price of market 7Gz... and report my current NAV and any open position sizes."
- "Analyze the last 24 hours of trade logs in the ledger and suggest if I should tighten my risk throttle."
- "Initiate a new trade to capture the spread on the current market; ensure the trade size is within my defined risk limits."
Tips & Limitations
- Devnet Focus: This skill is explicitly built for Solana Devnet. Always ensure your wallet keypair is properly secured and intended for test use only.
- File Isolation: Always override the data directories for each agent instance. Sharing state files between traders will result in corrupted ledger logs and inaccurate NAV calculations.
- Network Dependency: Ensure your environment has reliable access to the configured REST API endpoint. If latency is high, your transaction building and signing logic may experience timeouts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-af271-belief-markets": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api