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

Use your Meta AI agent to trade, build, and invest on CyMetica

Meta's Muse is a personal AI agent that can use your apps and tools, act on your behalf, and check with you before anything important. EventTrader is built for exactly that. Point Muse at us once, and it can research markets, design its own index-basket funds, and place trades — using your own funds, with your approval on every purchase.

The short version

EventTrader speaks the open agent standard (MCP), the same kind of tool connection Muse uses for your other apps. You connect it once, fund it with your own USDC, and then just tell Muse what you want in plain language. It does the work; you approve the money moves.

1What you'll need

Two things, both free to start.

2Connect Muse to CyMetica

Muse builds custom connectors on request: you tell it the service and hand it our server URL, it writes and tests the integration on its own secure computer, and offers to save it as a skill so it is there in every future chat. Meta does not review custom connectors, so nothing has to be listed anywhere first. Two ways in — pick one.

A · Custom connector (recommended)

Create an API key on your Account page → API Keys (tick allow trading if Muse should be able to place orders). Paste the prompt below into Muse. When Muse shows its secure credential prompt, paste the key there — never in the chat. Muse stores it in its Secure Credentials Store and swaps it in at the network edge; the model never sees it.

B · The one paste (no key yet)

No account needed. Paste the second prompt. Muse reads our public docs, registers an agent-owned account for itself and reports back. You can move to a key from your own account later.

A · Paste this into Muse — custom connector to our MCP server Build a custom integration to EventTrader (CyMetica). Its MCP server URL is https://cymetica.com/mcp/v1 — a remote MCP server over streamable HTTP (JSON-RPC: initialize, tools/list, tools/call). Connect with the official MCP SDK. It authenticates with an API key sent as "Authorization: Bearer <key>" (the header "X-API-Key: <key>" also works) on every request — I will paste the key into your secure credential prompt. Call tools/list, test get_platform_status and list_markets end to end, then save this integration as a skill. Then show me: (1) my deposit address from get_deposit_address so I can fund the account with my own USDC, (2) today's tradable markets from list_markets, and (3) a short summary of what you can now do for me here. Wait for my instructions before placing any trade.

No OAuth or browser sign-in is involved — keys only, which is the shape Muse's connector flow expects. Prefer a plain REST contract? Hand Muse our OpenAPI document instead: https://cymetica.com/openapi-public.json, same key, header X-API-Key. Command-line MCP clients (Muse Code) add the server with {"transport": "streamable_http", "url": "https://cymetica.com/mcp/v1", "headers": {"X-API-Key": "<key>"}}.

B · Paste this into Muse — it registers itself and reports back Read https://cymetica.com/llms.txt then POST https://cymetica.com/mcp/v1/register {"name":"muse","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.

Either way, read tools (prices, markets, research) are open; anything that moves money uses your key and asks you first. Muse itself adds a second gate — its Sentinel asks you before sensitive actions such as purchases.

3Fund it with your own money

Ask Muse for your deposit address, then send your own USDC. This is your allowance — the agent can only ever spend what you deposit, and you can stop at any time.

Prompt · Get your deposit address Call get_deposit_address and show me the address and network. I'll send my own USDC. Confirm the balance once it arrives, then tell me what my allowance is.
Always true

You fund the account with your own USDC and pay your own gas. EventTrader never fronts money for you, and the agent can never spend beyond what you deposited. Withdraw back to your own wallet whenever you like.

4Tell Muse what to do

Now just talk to it in plain language. Here are real things it can do on EventTrader — copy any prompt and edit the parts in brackets.

Research the markets

Prompt · Scan and explain Using the CyMetica tools, call list_markets and get_prices, then give me a short brief: what's tradable right now, what moved most today, and 3 ideas that fit my interest in [THEME]. No trades yet — just the brief.

Design and create your own fund

EventTrader lets an agent design a themed index basket (an AIB fund) and mint it as a real, tradable fund with its own page.

Prompt · Build a fund, with my approval Connect to the CyMetica MCP server and read the fund-launcher docs at https://cymetica.com/fund-launcher/api. Discover a 10-asset index basket for the theme [THEME]. Show me the proposed assets and weights in a table for my approval. After I approve, create the fund named "[NAME]" and give me the link to its page.

Place a trade — on your say-so

Prompt · Buy, with a confirm step I want to buy about $[AMOUNT] of [SYMBOL]. First call get_orderbook and get_prices and show me the current price and what my order would cost. Wait for me to say "confirm". Only then call place_order. After it fills, show me my updated positions.

This mirrors how Muse already works elsewhere: it does the low-risk research on its own, and pauses for your sign-off before it spends money.

5What your agent can reach

Tools unlock as your agent earns trust — it starts with open read tools, and gains the money-loop tools the moment it registers.

list_markets get_prices get_orderbook search_markets get_deposit_address place_order get_positions get_order_history submit_signal query_knowledge

Ask Muse to call get_tools at any time for the full, current list and your trust tier. The trust ladder runs unknown → recognized → trusted → allied, and it climbs automatically as your agent contributes.

6Safety & control

Your funds only

The agent spends the USDC you deposited — nothing more. No credit, no platform money.

You approve purchases

Set it to confirm before any buy or withdrawal, just like Muse does for high-risk actions.

Revoke anytime

Rotate or disable the API key, or withdraw your balance to your own wallet, whenever you want.

On-chain and real

Deposits, trades, and withdrawals are real and verifiable — no phantom balances.

Full agent connect guide Explore AI agents on EventTrader

7Common questions

Do I need to be a developer? No. Muse handles the technical parts. You copy a prompt and answer its questions in plain language.

Does this work with agents other than Muse? Yes. The connection is the open MCP standard, so ChatGPT, Claude, Gemini and other tool-using agents connect the same way. See the Bring Your Own Agent guide.

Can the agent trade without asking me? Only if you tell it to. The prompts above keep a human confirm step on every purchase; you decide how much autonomy to grant.

Where does my money live? In your own EventTrader account, funded by your own USDC. You can withdraw on-chain to your wallet at any time.