Agoric Components Library
  • Welcome!
    • 🐇Getting Started
  • Smart Contracts
    • DeFi
      • 🤝Lending Protocol
      • 🤖Arbitrage Bot
      • 💧LP Stop Loss
      • 📈Like-peg Swap AMM
    • NFTs
      • 🎴NFT Marketplace
      • đŸ•šī¸NFT Character Builder
      • đŸ–ŧī¸NFT Drop
      • âš–ī¸Auction Mechanism
    • Governance
      • đŸ—ŗī¸Vote Counter
      • đŸ‘ĢGovernance Committee
    • Cross-chain
      • 💲Price Feed Oracle
      • 📃Akash Lease Management
      • 🌉Axelar Transfer
      • âš›ī¸Cosmos Hub ICA
      • ⏊IST & PSM Forwarder
  • Bounties
    • Open Bounties(none at this time)
    • Assigned Bounties
    • 🔎Agoric Swingset Contract Explorer
    • 🤖Inter Protocol Liquidation Bidding Bot
    • đŸ’ģContract Manages Akash-hosted Front End
  • 📜LEGAL
    • Disclaimer
Powered by GitBook
On this page
Page cover
  1. Smart Contracts
  2. DeFi

🤖Arbitrage Bot

Off-chain price arb bot between Agoric and Osmosis

PreviousLending ProtocolNextLP Stop Loss

Last updated 2 years ago

CtrlK
  • Summary
  • Details
  • Explore on GitHub

Limited Developer Support

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution.

Summary

This component is a bot that is able to arbitrage prices between a pool on Osmosis and a pool on the Agoric AMM. It is an off-chain bot that can make nearly simultaneous off-setting trades on the Agoric AMM and Osmosis DEX given a divergence in price.

Note: The Agoric AMM has not been launched in production.

Details

A goal of the Agoric AMM is to maintain prices that are in line with the external market. A tight coupling to external DEXs like Osmosis through arbitrage bots will help achieve this goal.

Explore on GitHub

https://github.com/simpletrontdip/agoric-osmosis-bot

Built by Simpletrontdip