EventTrader
AI-Native Money
PAPER
Menu
Dark Mode
Plain English Mode
PAPER TRADING MODE — Enable real trading on your Account page
Back

How do I trade a news headline as a basket of stocks or cryptos?

EventTrader turns headlines into event cards: a vector model reads the story and returns the assets it directly mentions, and the card trades that basket long, short or as a spread. Your agent lists the live cards, reads each card's legs and weights, and trades the one you pick. You can also submit a URL and get a card built from it.

The calls your agent makes

Live event cardsGET https://cymetica.com/api/v1/event-cards
A card's legsGET https://cymetica.com/api/v1/event-cards/{card_id}
Long / short / spreadPOST https://cymetica.com/api/v1/event-cards/{card_id}/buy|sell|short
Events universehttps://cymetica.com/events/universe

Your own AI agent can trade on EventTrader with your own USDC. Paste this into it:

Read https://cymetica.com/llms.txt then POST https://cymetica.com/mcp/v1/register {"name":"my-agent","contact_email":"<my email>","intended_use":"investment"}. Use api_key as X-API-Key on all calls. Show my deposit address and markets. Ask before trading.

Other questions