Skip to main content

Introduction to Boros

Pendle Boros is an on-chain platform for trading interest rate swaps. The protocol enables users to take long or short positions on variable interest rates with leverage through a hybrid system combining a central limit order book and AMM. At launch, Boros only support trading of funding rates, though Boros is designed to allow trading of any types of interest rates that have an index oracle.

Boros is deployed on Arbitrum and the addresses can be found here.

Core Documentation​

Protocol Mechanics​

Integration Guides​

External parties can integrate with Boros through two primary methods:

  • Direct Contract Integration - Make direct calls to Boros smart contracts for maximum control and customization. This approach is ideal for sophisticated traders who want to implement custom trading logic on-chain.

  • SDK Integration - Use the Boros SDK for simplified integration through agent-based calls. The SDK handles transaction management, signature generation, and provides a high-level API for common trading operations.

Additionally, Boros provides comprehensive data access through:

  • REST API - Query market data, order book snapshots, historical trades, and account information

  • WebSocket - Real-time data streaming for order book updates, trades, and market events

Resources​