Crates.io | serp-market |
lib.rs | serp-market |
version | 0.5.3 |
source | src |
created_at | 2021-03-28 10:10:28.493448 |
updated_at | 2021-03-28 10:16:12.376974 |
description | Setheum Elastic Reserve Protocol (SERP) Market Pallet |
homepage | https://setheum.xyz |
repository | https://github.com/Setheum-Labs/serp-market/ |
max_upload_size | |
id | 374608 |
size | 55,324 |
SERP-Market Stablecoin SERP Module based on Stp258Standard
built on top of Stp258Serp
and SerpTraits
.
This is the SerpMarket
Pallet that trades with the SERP system
to make trades for Nativecurrency in this case called Dinar, and Sett-Currencies(Multiple stablecoins).
The SERP-Market expands or contract supply/issuance by deposit creating and slashing to and from the accounts associated with the SerpMarket. It implements the following trait.
SerpMarket
- Abstraction over a stablecoin stability system based on the DS3 (Dinar-Sett Stability System) on the SERP.
The trait implements expand_supply
and contract_supply
SERP functions.The SerpMarket
module depends on the Serp-traits
and Stp258-currencies
modules for the currencies in to adjust the stablecoin supply.
This module is based on the STP-258 Standard built on the STP-258 SERP implementing the SERP Traits.