LogoLogo
ston.fi/docs
ston.fi/docs
  • User section
    • About
    • STON.fi Protocol
    • Fees
    • Glossary
    • Procedure for Adding Tokens to the Default List
    • Whitepaper
  • Developer section
    • Architecture
    • SDK
      • DEX v1 guide
        • reference
        • swap
        • provide liquidity
        • refund liquidity
        • burn liquidity tokens
      • DEX v2 guide
        • swap
        • provide liquidity
        • refund liquidity
        • burn liquidity tokens
        • withdraw fee from vault
      • Farm guide
        • stake in farm
        • claim farm rewards
        • unstake from farm
        • destroy farm NFT
      • Transaction sending guide
        • via ton
        • via tonweb
        • via tonconnect
      • v0.5 > v1.0.0 migration guide
      • v0.5 (deprecated)
        • DEX guide
          • swap
          • provide liquidity
          • refund liquidity
          • burn liquidity tokens
        • Farm guide
          • stake in farm
          • claim farm rewards
          • unstake from farm
          • destroy farm NFT
        • Transaction sending guide
          • via ton
          • via tonweb
          • via tonconnect
      • v0.4 > v0.5 migration guide
      • v0.4 (deprecated)
        • perform a swap operation
        • provide liquidity
        • refund liquidity
        • burn liquidity tokens
        • using get methods
        • create a custom router revision
    • API reference v1
      • Router
      • Pool
      • LpAccount
      • LpWallet
    • API reference v2
      • Router
      • Pool
      • LpAccount
      • LpWallet
      • Vault
      • Swap examples
      • LpProvide examples
      • Vault examples
      • Op Codes
    • DEX API
    • OMNISTON
      • Resolvers (How to become a resolver)
      • Swap overview
      • Swap extra
      • Swap grpc
      • React
      • Nodejs
      • Referral fees
    • Quickstart Guides
      • Swap Guide
      • Omniston Guide
  • Help
    • Contact Us
Powered by GitBook
On this page
  • Overview
  • Key benefits
  • Use Case
  • Swap
  • SDK
  • Application
Export as PDF
  1. Developer section

OMNISTON

This section contains information about OMNISTON protocol

PreviousDEX APINextResolvers (How to become a resolver)

Last updated 5 days ago

Overview

Omniston is a decentralized liquidity aggregation protocol designed specifically for TON Blockchain. It aggregates liquidity from various sources, including:

  • AMM DEXs

  • On-chain RFQ resolvers (TON)

The Request for Quote (RFQ) mechanism allows users to get the most competitive price quote from resolvers, including external DEX platforms.

Omniston demo App is live! See

Key benefits

Omniston offers several advantages:

  • Provides users with the best pricing conditions

  • Access to a wide range of tokens across different liquidity sources within the ecosystem

  • Flexibility to set fees

  • Allows seamless integration by providing access to all liquidity sources in one unified platform, eliminating the need for third-party solutions

Use Case

For example, when a user wants to swap Token A for Token B, they initiate a swap request through Omniston. The protocol aggregates quotes from all connected liquidity sources, including external DEX platforms, and presents the user with the most favorable offer.

Swap

SDK

Omniston SDK packages for developers:

Application

For instructions on performing a swap using the Omniston protocol, see the .

for JavaScript/TypeScript applications.

for use in React or Next.js applications.

For information about implementing referral fees in your application, see the .

for application developers.

omniston.ston.fi
Swap overview
Node.js SDK
React SDK
Referral Fees guide
Source code for the demo App