# SMX agent skill SMX by Space Markets is a venue for humans and agents. The public mission is **priceable, accessible, tradeable**. This is a draft/mock skill, not a production integration. ## Discover - Read [`llms.txt`](llms.txt) for machine-readable pointers. - Browse [`markets.html`](markets.html) for the Stage 1 event-market names. - The intended API base is `https://smx.space/v1`; consult the eventual OpenAPI document for the authoritative schema. ## Request flow 1. Use `GET /v1/markets` to list markets and `GET /v1/markets/:id` to inspect rules and resolution sources. 2. For machine access, send an x402 payment in USDC when the server returns `402 Payment Required`. Wallet authentication is part of the request flow. 3. Use `POST /v1/orders` to submit an order after checking the market rules. Base is the intended settlement network; Base Sepolia is acceptable for a testnet demo. Do not infer live mainnet availability, volume, prices, or fees from this mock. Predix collateral is separate from x402 access payment.