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

How to implement Liquidation #4

Open
julia-light opened this issue Jan 20, 2022 · 1 comment
Open

How to implement Liquidation #4

julia-light opened this issue Jan 20, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@julia-light
Copy link

I wanna ask how to implement liquidation based on Polkadot in the future. Whether there will also be a role of liquidator. I saw that the fund pool behind Antimatter allows the lending of assets that exceed the collateral. How does this ensure default and asset safety?

@4his2 4his2 added the good first issue Good for newcomers label Jan 20, 2022
@4his2
Copy link
Collaborator

4his2 commented Jan 20, 2022

In Antimatter, Exchange Pool and Asset Pool will be connected, and both mortgaged assets and traded assets will be locked in smart contracts. Liquidation is permissionless and everyone can participate, but we plan to establish a decentralized liquidation fund on the chain, and conduct regular liquidation through Offchain Worker. Welcome to contribute. Need help:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants