Boros Developer Documentation
Boros is an on-chain interest rate swap (IRS) trading platform by Pendle, deployed on Arbitrum. It enables users to take leveraged long or short positions on variable interest rates β starting with funding rates β through a hybrid central limit order book (CLOB) and AMM architecture. These docs are for developers integrating with Boros programmatically, whether through the REST API and SDK, direct smart contract calls, or both.
Choose your pathβ
Building a trading bot or API integration
Use the REST API and SDK via the agent-based Send Txs Bot architecture. Start with Backend Integration > Overview.
Integrating smart contracts directly
Call Boros contracts from your own on-chain or off-chain code. Start with Contracts > Router.
Learning how the protocol works
What's in these docsβ
| Section | Contents |
|---|---|
| Backend Integration | REST API, WebSocket, agent wallet setup, stop orders (TP/SL), transaction submission via Send Txs Bot, best practices |
| Historical Data | Monthly NDJSON exports of trades, OHLCV candles, order book snapshots, settlement rates and market data |
| Mechanics | Order book matching, margin system (cross vs isolated), settlement, fees |
| Contracts | Router, MarketHub, Market, custom types reference, NPM package |
| LitePaper | User-friendly explanation of interest rate swaps with worked examples |
| FAQ | Common questions and troubleshooting |