Agent skill
using-boros-adapter
How to use the Boros adapter for fixed-rate market data, margin flows, and vault execution in Wayfinder Paths (market discovery, vault screening, quoting, and transaction gotchas).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-boros-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, boros, fixed-rate, orderbook, execution, margin, vaults
SKILL.md
When to use
Use this skill when you are:
- Discovering Boros markets and quoting APRs
- Screening Boros vaults by APY, tenor, capacity, and collateral type
- Building fixed-rate strategies (tenor curves, orderbook-driven pricing)
- Executing Boros actions (deposit/withdraw, vault deposit, place/cancel, close positions)
How to use
- rules/what-is-boros.md - Mental model: what Boros is, what “fixed rate” means, and how markets settle
- rules/high-value-reads.md - Market data, vault discovery, and account state reads
- rules/rate-locking.md - How to lock funding for delta-neutral (and how to read “the rate now”)
- rules/execution-opportunities.md - Margin funding, vault deposits, withdrawals, orders, and what can be broadcast
- rules/gotchas.md - Units, isolated vs cross, tick math, and calldata sequencing
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?