Glitter Finance
  • Introduction
    • Disclaimer
    • Avoiding Crypto Scams
    • Glitter Finance Links
    • Glitter Finance Community Bug Bounty Program
  • Glitter Crosschain Platform
    • Bridge FAQ
      • General Bridge Questions
      • Algorand
      • Solana
      • Ethereum
      • Avalanche
      • Polygon
      • Tron
    • New Interface Overview
    • Bridging Tutorials
      • Algorand to Solana
      • Solana to Algorand
      • USDC: Swap Tutorial
    • USDC and EUROC Transfer
      • Audit Report for USDC Swap
    • Supported Wallets
      • Wallets Compatibility / Mapping
    • Bridging Security
    • Audits
    • Incorrect/Failed Transactions
    • Bridge Core MVP
      • Disclaimer and Key Terms
      • Bridge Core MVP
        • Core Concept
        • Bridge Relayer
        • Sending Request
        • Receiving Request
        • Glitter Bridge Protocol
        • Relaying Request
    • Token Bridge v2
      • Infrastructure
      • Lifecycle of the validator
      • Potential issues
      • Supported Networks, Token Bridge v2
      • Supported Networks, Token Bridge MVP v1
    • Glitter SDK
    • Glitter Widget
    • Supported Tokens
  • Glitter Bridge Explorer
    • Glitter Bridge Explorer
    • Glitter Bridge Explorer Guide
    • Deep Analytics
  • Glitter Arbitrage and Liquidation Bot
    • Glitter Arbitrage Bot
    • What are Arbitrage Loops?
    • State of the Project
  • Brand Assets
    • Logo
      • Clearspaces
      • Logo Dont's
      • Logo Assets
        • Horizontal logotype
        • Vertical logotype
        • Logotype Box
    • Glitter Colors
      • Backgrounds
  • Rainbow Network
    • Overview
Powered by GitBook
On this page
  1. Glitter Arbitrage and Liquidation Bot

What are Arbitrage Loops?

PreviousGlitter Arbitrage BotNextState of the Project

Last updated 2 years ago

Arbitrage loops can be thought of as chained loops that execute configured sequences of cross-chain bridging via the and subsequent swap operations over the SDKs of decentralised exchanges. These loops are configured to execute every few minutes and in essence this enables operations to execute using strategies like the following:

  1. Bridge from a cryptocurrency on a given network (such as ALGO on Algorand) to a wrapped token on another network (such as xALGO on Solana) via the Glitter SDK.

  2. Swap the wrapped token from the previous step (e.g. xALGO) for a given network’s primary currency (such as SOL on Solana) in a liquidity pool via an exchange SDK (such as the Raydium SDK).

  3. Bridge the token (e.g. SOL) received at the previous step via the Glitter SDK to obtain another network’s wrapped currency (in this case xSOL on Algorand).

  4. To complete the loop, swap the wrapped token (i.e xSOL on Alogrand) for a network’s primary currency (ALGO) using an exchange SDK (such as the Tinyman SDK).

We have deemed loops like the one above the “Wrapped Token Arbitrage” strategy of performing token arbitrage, and aim to explore and develop upon this initial approach going forward. Further strategies and protocols are coming soon!

Glitter SDK