byreal-cli

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Byreal LP Management

Byreal LP管理

Get Full Documentation

获取完整文档

Always run these commands first to get complete, up-to-date documentation:
bash
undefined
请始终优先运行以下命令获取完整的最新文档:
bash
undefined

Complete documentation (commands, parameters, workflows, constraints)

完整文档(命令、参数、工作流、约束条件)

byreal-cli skill
byreal-cli skill

Structured capability discovery (all capabilities with params)

结构化能力查询(所有能力及对应参数)

byreal-cli catalog list
byreal-cli catalog list

Detailed parameter info for a specific capability

特定能力的详细参数信息

byreal-cli catalog show <capability-id>
undefined
byreal-cli catalog show <capability-id>
undefined

Installation

安装

bash
undefined
bash
undefined

Check if already installed

检查是否已安装

which byreal-cli && byreal-cli --version
which byreal-cli && byreal-cli --version

Install (one-time)

安装(仅需执行一次)

Check for Updates

检查更新

bash
byreal-cli update check
If an update is available:
bash
byreal-cli update install
bash
byreal-cli update check
如果有可用更新:
bash
byreal-cli update install

Hard Constraints

硬约束

  1. -o json
    only for parsing
    — when showing results to the user, omit it and let the CLI's built-in tables/charts render directly. Never fetch JSON then re-draw charts yourself.
  2. Never truncate on-chain data — always display the FULL string for: transaction signatures (txid), mint addresses, pool addresses, NFT addresses, wallet addresses. Never use
    xxx...yyy
    abbreviation.
  3. Never display private keys - use keypair paths only
  4. Preview first with
    --dry-run
    , then
    --confirm
  5. Large amounts (>$1000) require explicit confirmation
  6. High slippage (>200 bps) must warn user
  7. Check wallet before write ops — run
    wallet address
    before any wallet-required command
  1. -o json
    仅用于数据解析
    — 向用户展示结果时请勿添加该参数,直接使用CLI内置的表格/图表渲染输出。切勿获取JSON后自行重绘图表。
  2. 切勿截断链上数据 — 以下内容必须展示完整字符串:交易签名(txid)、代币发行地址、资金池地址、NFT地址、钱包地址。切勿使用
    xxx...yyy
    形式的缩写。
  3. 切勿展示私钥 - 仅使用密钥对文件路径
  4. 先预览再执行:先用
    --dry-run
    预览操作,再使用
    --confirm
    确认执行
  5. **大额操作(金额>1000美元)**需要用户明确确认
  6. **高滑点(>200 bps)**必须向用户发出警告
  7. 写操作前先检查钱包 — 执行任何需要钱包权限的命令前先运行
    wallet address
    完成校验