Skip to main content

Rust Integration

thinking cat

Overview

Jupiter is one of the most widely integrated protocols, so a lot of work is involved in minimizing issues on new integrations and making each integration valuable to our users and partners.

Our top priority is securing the best prices and the best token selection for our users, so we will focus on DEXes that will bring the most benefits to them.

We do not charge fees for integration.

Guidelines

Minimum DEX TVL of $500k

  • Given the amount of integration work involved, a DEX must have enough liquidity to be useful for trading and to attract volume.
  • Each market/pool must have a minimum liquidity of $500 to show up on Jupiter. You can keep up to date on how we list tokens here

An API for listing/delisting pools on the DEX

  • This will allow us to automatically track new markets as you add them to your DEX.

Provide a Rust SDK

  • Your SDK should implement this interface: DEX Integration.
  • We are soon migrating to a Rust SDK and so are asking all integrated DEXes to create a Rust SDK version or give access to the code for us to include.

Security Audit