编程

StableOps Treasury

试用

Use this skill when a team, DAO, or builder wants to deploy USDC from a stablecoin treasury into LI.FI Earn vaults under explicit treasury policy limits, pre...

它能做什么

Use this skill when a team, DAO, or builder wants to deploy USDC from a stablecoin treasury into LI.FI Earn vaults under explicit treasury policy limits, pre...

技能文档

StableOps LI.FI Treasury

Use this skill for governed treasury execution powered by LI.FI Earn and Composer.

StableOps is for small teams, DAOs, and indie builders. It should not be framed as a personal wallet yield helper. The workflow starts from treasury rules and only then moves to vault discovery and Composer execution.

When To Use

  • The user wants to manage a team, DAO, builder, or stablecoin treasury.
  • The user gives rules like reserve target, max per execution, allowed chains, safe vaults only, or minimum TVL.
  • The user wants to deploy USDC into an Earn vault with a policy-backed explanation.
  • The user wants a report describing vault, protocol, chain, transaction hash, and receipt token.

Example requests:

Use StableOps to deploy 1 USDC from our team treasury into a safe LI.FI Earn vault on Base.
Run a treasury policy check: keep 60% reserve, max 5 USDC per execution, Base or Arbitrum only.
Prepare a Composer deposit for our builder treasury and explain the receipt token after execution.

Workflow

  1. Extract the treasury policy:

    • treasury name
    • treasury size in USDC
    • deploy amount in USDC
    • reserve target
    • max per execution
    • allowed chains
    • risk mode
    • minimum TVL
  2. Build a StableOps plan:

curl -sS -X POST http://localhost:3017/api/plan \
  -H 'Content-Type: application/json' \
  -d '{
    "policy": {
      "treasuryName": "Builder Treasury",
      "treasurySizeUsd": 100,
      "deployAmountUsd": 1,
      "reservePct": 60,
      "maxPerExecutionUsd": 5,
      "minTvlUsd": 5000000,
      "riskMode": "conservative",
      "allowedChainIds": [8453, 42161]
    }
  }'
  1. Use the returned plan fields:

    • recommendedVault
    • approvedVaults
    • rejectedVaults
    • checks
    • agents
    • reportPreview
  2. Only prepare Composer quote when all blocking checks pass:

curl -sS -X POST http://localhost:3017/api/quote \
  -H 'Content-Type: application/json' \
  -d '{
    "chainId": 8453,
    "vaultAddress": "",
    "walletAddress": "",
    "fromAmountUsd": 1,
    "fromTokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetDecimals": 6
  }'
  1. For execution:

    • connect the treasury wallet
    • switch to the selected chain
    • approve USDC if required
    • submit the Composer transaction
    • wait for confirmation
  2. After execution, return a treasury report:

    • deployed amount
    • vault name
    • protocol
    • chain
    • deposit transaction hash
    • receipt token symbol
    • plain-language explanation of what the receipt token represents

Output Rules

  • Lead with the treasury decision: approved or blocked.
  • Mention policy checks before APY.
  • Do not recommend a vault that fails the policy.
  • Do not create a Composer quote if reserve, max execution, chain, TVL, or Composer support fails.
  • Explain receipt tokens plainly: a receipt token represents the treasury's position in the selected vault.
  • If live LI.FI Earn discovery is unavailable, say that seeded examples are being used.

相关技能

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...

15 次安装

Tracks DAO and crypto protocol treasury composition using the free DeFiLlama treasury API (no key required), computing what percentage of a treasury is held in the project's own governance token versus diversified assets like stablecoins and ETH. Use this for defi research, crypto due diligence, whale and institutional-style treasury analysis, passive income and grant-funding risk screening, and smart contract / protocol governance review when evaluating whether a DAO's balance sheet is real runway or mostly its own token. Outputs total treasury USD value, own-token concentration percent, and a risk label (DIVERSIFIED, MODERATE CONCENTRATION, TOKEN-CONCENTRATED) across multiple chains per protocol, in table or JSON form, for any protocol slug DeFiLlama tracks (uniswap, lido, aave, ens, gitcoin, and more).

Use the LI.FI MCP server through UXC for cross-chain route discovery, bridge/DEX availability checks, token and chain lookup, gas/balance/allowance checks, q...

19 次安装

基于 Api3 喂价端到端规划与执行 Morpho 借贷市场,默认仅做规划/演练,可显式授权后再落地真实交易。

29 次安装

通过 Zyfai SDK 让任意以太坊钱包获得 DeFi 收益,可选 Base 上免部署的 USDC 金库,或多链 Safe 子账户并自动再平衡。

130 次安装4 星标

Give your OpenClaw agent a wallet and a credit score. Hire other AI agents (on-chain escrow, independent grading, pay-only-on-pass) or earn as a worker on th...