create_market
Create a prediction market on BNB Smart Chain. Earn 20% of net trading fees from the market you create. Provide a question, outcomes, and end time.
Instructions
Create prediction market. Earn 20% of net trading fees forever. Provide image_url OR image_file_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Market question | |
| symbol | Yes | Market token symbol | |
| outcomes | Yes | e.g. ['Yes', 'No'] | |
| end_time | Yes | ISO date or unix timestamp | |
| seed_usdb | No | USDB seed (min 50, default: 50) | |
| description | No | ||
| image_url | No | ||
| image_file_path | No | Local image file path (alternative to image_url) |