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

Epic: Exchange Module #1658

Closed
5 of 10 tasks
SpicyLemon opened this issue Aug 22, 2023 · 1 comment
Closed
5 of 10 tasks

Epic: Exchange Module #1658

SpicyLemon opened this issue Aug 22, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@SpicyLemon
Copy link
Contributor

SpicyLemon commented Aug 22, 2023

Summary

Build an x/exchange module to facilitate the buying and selling of assets.

Problem Definition

Currently, exchanges of assets can only be done with either a smart contract or the groups module.

Each of those has downsides, though. Notably, the assets are sent to an intermediary account while waiting for finalization/clearing/settlement.

Proposal

Create an x/exchange module that utilizes in-place holds and allows owners to put their assets up for sale, and for buyers to express desire to buy.

The module will allow creation of markets that are responsible for match making (among other things). Users can then submit asks and bids using their assets, which are placed in hold until settled or cancelled.

The markets will be able to collect order submission fees and settlement fees, and the exchange (blockchain) will receive a small cut of that.

Sub-tasks


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@SpicyLemon SpicyLemon self-assigned this Aug 22, 2023
@SpicyLemon SpicyLemon added this to the v1.17.0 milestone Aug 22, 2023
@SpicyLemon SpicyLemon changed the title Exchange Module Epic: Exchange Module Oct 9, 2023
@SpicyLemon
Copy link
Contributor Author

Closed since this shipped with v1.17.0, even though there's still some stuff to add later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant