Use this skill when the user wants to analyze or roast a Solana wallet, score memecoin exposure, explain portfolio risks, generate rebalance ideas, draft a s...
编程
Miraix Meme Court
试用Use this skill when the user wants to run Miraix Meme Court, shortlist Solana meme candidates, apply Rug Court safety and liquidity checks, approve one disci...
它能做什么
Use this skill when the user wants to run Miraix Meme Court, shortlist Solana meme candidates, apply Rug Court safety and liquidity checks, approve one disci...
技能文档
Miraix Meme Court
Use this skill to run the public Miraix Meme Court flow for the Bitget Wallet track. The skill narrows Solana meme candidates into one approved trade by splitting the work into Scout, Risk Agent / Rug Court, and Trader.
Public endpoints:
- Desk API:
https://app.miraix.fun/api/meme-rotation-desk - Prepare API:
https://app.miraix.fun/api/meme-rotation-desk/prepare - Order status API:
https://app.miraix.fun/api/meme-rotation-desk/order-status
Defaults:
walletAddress:AYY3Bi6NSwH3F9Q5cy5xN9ZqRgnNYhm6TMkTwVBRVGeqbudgetUsd:100riskMode:balancedstrategy:momentum
Allowed values:
riskMode:safe,balanced,degenstrategy:momentum,reversal,shadow
When to use it
- The user wants one disciplined Solana meme trade instead of a list of ideas.
- The user wants to run Scout, Rug Court, and Trader against a wallet and budget.
- The user wants a shortlist plus vetoes plus one approved trade.
- The user wants to know whether unsigned payload preparation is available.
- The user already has an
orderIdand wants to check order status.
Workflow
-
Extract these inputs from the request:
walletAddressbudgetUsdriskModestrategy
If any field is missing, fill it with the defaults above instead of blocking.
-
Run the desk:
curl -sS https://app.miraix.fun/api/meme-rotation-desk \
-H 'Content-Type: application/json' \
-d '{
"walletAddress":"",
"budgetUsd":,
"riskMode":"",
"strategy":""
}'
-
Base the answer on these fields:
dataModewarningsmarketContextagentscandidatesapprovedTradeexecutionproofBundle
-
Lead with the one approved trade:
- symbol
- size in USD
- allocation percentage
- rationale
- invalidation
- take-profit ladder
-
Then summarize Rug Court:
- approved names
- watch names
- banned names
- the most important
courtNote
-
Then summarize execution readiness:
statemodesourcemarketestimatedOutput- whether
canPrepareis true
-
If and only if all of these are true:
- the user explicitly wants payload preparation
execution.canPrepareis trueexecution.marketexistsapprovedTrade.outputContractexists
then call:
curl -sS https://app.miraix.fun/api/meme-rotation-desk/prepare \
-H 'Content-Type: application/json' \
-d '{
"walletAddress":"",
"outputContract":"",
"market":"",
"amountUsd":,
"mode":"",
"outputSymbol":""
}'
- If the user gives an
orderIdand wants status, run:
curl -sS https://app.miraix.fun/api/meme-rotation-desk/order-status \
-H 'Content-Type: application/json' \
-d '{
"orderId":""
}'
- Treat preview mode honestly:
- If
dataModeisfallback, say the result is in preview mode. - If prepare returns
prepared: false, say unsigned payload generation is not available in the current live environment. - Do not claim live signing or live order creation unless the API returns a live prepared payload.
- If
Output guidance
- Keep the answer structured and concise.
- Lead with
Approved trade. - Then show
Rug Court summary. - Then show
Execution readiness. - Then show
Warningsif present. - Use the exact field values from the API instead of paraphrasing away important numbers.
- If the API is in preview mode, say so explicitly.
- Do not claim that Miraix or Bitget signed, submitted, or filled any trade unless the API response proves that.
相关技能
Use this skill when the user wants to discover the best USDC vaults with LI.FI Earn, ask an agent to choose a safe vault on Base/Arbitrum/Ethereum, prepare a...
Use this skill when the user wants to install Miraix Agent Arena in OpenClaw, bind an Arena pair code, turn a natural-language trading idea into an Arena-rea...
通过 gmgn-cli 按合约地址查询 Solana / BSC / Base / 以太坊上任意代币的价格、流动性、持仓、交易与安全审计。
Use this skill when the user wants to audit a Binance trading prompt, decide whether an AI trader should get Binance account permissions, return Pass/Warn/Bl...
Use this skill when the user wants to put a Solana wallet on trial, identify the action most likely to cause regret tomorrow, return a verdict, and only then...