KyberSwap Docs
Search
K
Comment on page

Elastic SDK

Overview

Effortlessly interact with our Elastic smart contracts in a TypeScript environment via the KyberSwap Elastic SDK. Extending upon the Core SDK's OOP approach, the Elastic SDK provides developers with various abstractions required to conveniently and correctly structure Elastic smart contract trade and liquidity management operations for execution on-chain. This includes the safe handling of different data types (position, trades, etc.) as well as additional checks on math and smart contract encoding functions.
Please refer to the Classes section for the list of classes defined by the Core SDK.
Note that our codebase uses the monicker ProMM to refer to our Elastic protocol.
GitHub Repo: KyberSwap Elastic SDK