Skip to main content

Current roadmap

The project was aimed to be public during 2023 but Soroban had multiple changes that required us refactoring our code multiple times too, this is something normal because we are building on a new platform that is being developed (Soroban). Our current roadmap aims to be public during 2024 once Soroban is on mainnet.

Phase 0:

During Phase 0 we will be deploying the protocol to testnet so users can start playing with it. It will have many features turned off like fee paying and some requirements for coins minting. This phase will be used to prepare the contracts for phase 1.

Features included in this phase are:

  • Vaults contract: This is the contract that takes care of the issuance and burning of the stablecoins. It's also the one that accepts liquidations and redeeming of the stablecoins.
  • Safety Pools contracts: These contracts are the place where participants can pool their stablecoins if they want to help the protocol by liquidating Vaults. Read more about them here.
  • Stable Pools: These pools allow users to pool our stablecoins with those issued by others and thus allowing users to seamlessly exchange between them (it's possible that this contract is instead deployed later on mainnet where there is a bigger number of stablecoins). Read more about them here.