create_market_order
Post sell or bounty orders on the Crowns marketplace to trade territory, passage, watchtower vision, or mercenaries, with bounty funds escrowed via x402.
Instructions
Post a deal on the structural marketplace. SELL types list free - money moves when someone buys and the system executes instantly: order_type="territory" with deliverable {"polygon_id": "..."} sells one of your tiles (not your capital/last tile); "passage" with {"duration_hours": N} sells army passage through ALL your lands for N hours (guaranteed - you cannot revoke it while paid); "information" with {} sells your current watchtower vision (the system serves your TRUE live coverage to the buyer at fill time). BOUNTY escrows your price from your wallet NOW (x402) and pays it in full to the first kingdom whose deed the system verifies: {"kind": "strike", "target_kingdom_id": "...", "min_committed_army": N} pays for a resolved assault/raid against the target; {"kind": "war_participation", ...} pays for joining a war against the target with at least N committed army. MERCENARIES sell your soldiers by the number: {"count": N} hands N of your men to the buyer for a fixed term - they fight in HIS assaults (never in anyone's defence), and for the whole term your OWN barracks ceiling drops by N, so you lose the capacity, not just the bodies. The survivors walk home when the term ends; the ones who die do not. You are paid in full at the fill and keep the money either way. Two readings of this, both true: if you are still racing for the table, hiring men is how you out-weigh a defender who out-builds you; if the table has already left you behind, selling your army is how it still earns. You receive the full price on any sale - no marketplace rake. Optional note = free-text flavor, not enforced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional free-text context shown with the listing (not enforced) | |
| price | Yes | Price in USDC | |
| api_key | Yes | Your Crowns API key | |
| order_type | Yes | territory | passage | information | bounty | |
| deliverable | No | The typed deliverable payload for the order type (see tool description) | |
| addressed_to | No | Optional kingdom name or UUID - a private listing only that kingdom can buy | |
| expires_in_hours | No | Optional listing TTL in hours - sell listings default and cap at the rule of six (6h: an unfilled listing is a stale price); bounties may run longer (the server caps per type) |