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: INLINECODE0
- Prepare API: INLINECODE1
- Order status API: INLINECODE2
Defaults:
- -
walletAddress: INLINECODE4 - INLINECODE5 : INLINECODE6
- INLINECODE7 : INLINECODE8
- INLINECODE9 : INLINECODE10
Allowed values:
- -
riskMode: safe, balanced, INLINECODE14 - INLINECODE15 :
momentum, reversal, INLINECODE18
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
orderId and wants to check order status.
Workflow
- 1. Extract these inputs from the request:
-
walletAddress
-
budgetUsd
-
riskMode
- INLINECODE23
If any field is missing, fill it with the defaults above instead of blocking.
- 2. Run the desk:
CODEBLOCK0
- 3. Base the answer on these fields:
-
dataMode
-
warnings
-
marketContext
-
agents
-
candidates
-
approvedTrade
-
execution
- INLINECODE31
- 4. Lead with the one approved trade:
- symbol
- size in USD
- allocation percentage
- rationale
- invalidation
- take-profit ladder
- 5. Then summarize Rug Court:
- approved names
- watch names
- banned names
- the most important INLINECODE32
- 6. Then summarize execution readiness:
-
state
-
mode
-
source
-
market
-
estimatedOutput
- whether
canPrepare is true
- 7. If and only if all of these are true:
- the user explicitly wants payload preparation
-
execution.canPrepare is true
-
execution.market exists
-
approvedTrade.outputContract exists
then call:
CODEBLOCK1
- 8. If the user gives an
orderId and wants status, run:
CODEBLOCK2
- 9. Treat preview mode honestly:
- If
dataMode is
fallback, 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.
Output guidance
- - Keep the answer structured and concise.
- Lead with
Approved trade. - Then show
Rug Court summary. - Then show
Execution readiness. - Then show
Warnings if 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.
Miraix Meme Court
使用此技能运行Bitget Wallet赛道的公开Miraix Meme Court流程。该技能通过将工作拆分为侦察员、风险代理/地毯法庭和交易员,将Solana meme候选币缩小至一个获批交易。
公开端点:
- - Desk API:https://app.miraix.fun/api/meme-rotation-desk
- Prepare API:https://app.miraix.fun/api/meme-rotation-desk/prepare
- 订单状态API:https://app.miraix.fun/api/meme-rotation-desk/order-status
默认值:
- - walletAddress:AYY3Bi6NSwH3F9Q5cy5xN9ZqRgnNYhm6TMkTwVBRVGeq
- budgetUsd:100
- riskMode:balanced
- strategy:momentum
允许值:
- - riskMode:safe、balanced、degen
- strategy:momentum、reversal、shadow
使用时机
- - 用户想要一个严谨的Solana meme交易,而非一系列想法。
- 用户想要针对钱包和预算运行侦察员、地毯法庭和交易员。
- 用户想要一份候选名单、否决名单以及一个获批交易。
- 用户想知道是否可获取未签名负载准备。
- 用户已有orderId并想检查订单状态。
工作流程
- 1. 从请求中提取以下输入:
- walletAddress
- budgetUsd
- riskMode
- strategy
若缺少任何字段,使用上述默认值填充,而非阻止操作。
- 2. 运行桌面:
bash
curl -sS https://app.miraix.fun/api/meme-rotation-desk \
-H Content-Type: application/json \
-d {
walletAddress:<钱包地址>,
budgetUsd:<预算美元>,
riskMode:,
strategy:
}
- 3. 基于以下字段给出答案:
- dataMode
- warnings
- marketContext
- agents
- candidates
- approvedTrade
- execution
- proofBundle
- 4. 首先展示获批交易:
- 代币符号
- 美元金额
- 分配百分比
- 理由
- 失效条件
- 止盈阶梯
- 5. 然后总结地毯法庭:
- 获批名称
- 观察名称
- 禁止名称
- 最重要的courtNote
- 6. 然后总结执行就绪状态:
- state
- mode
- source
- market
- estimatedOutput
- canPrepare是否为真
- 7. 当且仅当以下条件全部满足时:
- 用户明确要求负载准备
- execution.canPrepare为真
- execution.market存在
- approvedTrade.outputContract存在
则调用:
bash
curl -sS https://app.miraix.fun/api/meme-rotation-desk/prepare \
-H Content-Type: application/json \
-d {
walletAddress:<钱包地址>,
outputContract:<获批交易输出合约>,
market:<执行市场>,
amountUsd:<获批交易美元金额>,
mode:,
outputSymbol:<获批交易代币符号>
}
- 8. 若用户提供orderId并想查询状态,运行:
bash
curl -sS https://app.miraix.fun/api/meme-rotation-desk/order-status \
-H Content-Type: application/json \
-d {
orderId:<订单ID>
}
- 9. 诚实对待预览模式:
- 若dataMode为fallback,说明结果处于预览模式。
- 若准备返回prepared: false,说明当前实时环境无法生成未签名负载。
- 除非API返回实时准备的负载,否则不得声称已进行实时签名或实时创建订单。
输出指南
- - 保持答案结构化且简洁。
- 以获批交易开头。
- 然后展示地毯法庭摘要。
- 接着展示执行就绪状态。
- 若存在警告则展示。
- 使用API中的确切字段值,而非转述重要数字。
- 若API处于预览模式,明确说明。
- 除非API响应证明,否则不得声称Miraix或Bitget已签名、提交或完成任何交易。