AgentSkillsCN

using-boros-adapter

如何在 Wayfinder Paths 中使用 Boros 适配器,实现固定利率的市场数据与交易执行(市场发现、报价生成、tick 数学计算,以及交易中的常见陷阱)。

SKILL.md
--- frontmatter
name: using-boros-adapter
description: How to use the Boros adapter for fixed-rate market data and execution in Wayfinder Paths (market discovery, quoting, tick math, and transaction gotchas).
metadata:
  tags: wayfinder, boros, fixed-rate, orderbook, execution

When to use

Use this skill when you are:

  • Discovering Boros markets and quoting APRs
  • Building fixed-rate strategies (tenor curves, orderbook-driven pricing)
  • Executing Boros actions (deposit/withdraw, place/cancel, close positions)

How to use