Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Stability Pool contract #1

Open
chadoh opened this issue Jun 17, 2024 · 0 comments
Open

Create Stability Pool contract #1

chadoh opened this issue Jun 17, 2024 · 0 comments
Assignees

Comments

@chadoh
Copy link
Collaborator

chadoh commented Jun 17, 2024

This is sometimes called a Liquidity Pool, because that's a familiar blockchain term from decentralized exchanges (DEXes) and automated market makers (AMMs), but we do not actually want to build an AMM here. As Section 2 in the high-level technical overview puts it:

The collateralization and liquidation process within the EquitX platform offers users the ability to collateralize assets and manage risk effectively. Users can secure loans by collateralizing assets, and liquidation occurs as a measure to protect the system's health when the value of collateral changes relative to the debt. The process is meticulously designed to ensure fairness and transparency, with market data provided by Oracles ensuring accurate collateral evaluations.

The idea here is borrowed from Indigo Protocol, built on Cardano. We may be inspired by their smart contract logic. Not that their repo only has one commit, from about a year ago, so is more them showing how their contract worked at a specific moment in time rather than where they actually work. Note also that Cardano uses Haskell!

@chadoh chadoh added this to Aha Jun 17, 2024
@chadoh chadoh moved this to To do in Aha Jun 17, 2024
@chadoh chadoh changed the title Create Liquidity Pool contract Create Stability Pool contract Jun 17, 2024
@chadoh chadoh moved this from To do to In Progress in Aha Jul 16, 2024
@chadoh chadoh self-assigned this Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant