Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 748 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 748 Bytes

ArbOp: Liquid Staking Derivatives (LSDs) Arbitrage Opportunity Calculator

ArbOp calculates the potential arbitrage opportunities across various Cosmos liquid staking derivatives (LSDs). It fetches data from various staking contracts and liquidity pools, computes the exchange rates, and identifies the LSDs with the most profitable arbitrage opportunities.

Install the dependencies:

npm install

Server

ArbOp provides a simple Express server that exposes the calculated arbitrage opportunities through an API endpoint. To run the server, execute the following command:

npm start

The server will start running on http://localhost:4000. You can access the arbitrage opportunities by sending a GET request to the /api/arbs endpoint.