Replies: 1 comment 2 replies
-
I think you should omit this part. Handling fiat is, in general, a regulatory landmine/honeypot, as far as I am aware. The legal and biz dev overhead it would impose on a project is simply not worth it in a world where stablecoins exist. Instead, it might be easier to require a stablecoin to trade. I was thinking about what your minimum viable product might look like and I found this thread:
(emphasis mine) Maybe:
A DEX on Lightning ⚡ is necessarily an L3? (cf. "The Bitcoin Stack"). But:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What?
DEX: Decentralized Exchange using Bitcoin technologies
Why?
How?
DEX will have 2 parts: 1. Spot 2. Derivatives
Other options
There were few more options planned earlier when I started working on this idea with another dev. We had plans to create an android app so providing an option to run full node (pruned) on phone, send bitcoin without internet (using text messages) etc. were also included in it as advanced options. Right now I have decided to work on desktop application using .NET because I don't know Java, Kotlin etc. and other dev isn't interested to work on it anymore.
1. Spot: Buy/Sell bitcoin using fiat
Holds U number of Unroll tokens, completed T number of trades, trading volume above V, etc.
The list of all eligible users will be available in the application, buyer and seller can agree on one of these to hold the 3rd key for trade. This key will be helpful if there are any disputes during the trade.
2. Derivatives: Long/Short few markets using bitcoin
Example of P2P derivatives project using DLC: https://github.com/p2pderivatives/p2pderivatives-client
What have I done until now?
Since its a big project I have divided it in to few parts:
Implementing P2P derivatives for Indian Stock market or/and market for hedging fees should be achievable during the internship using NDLC library in a desktop application with C# Cc: @jesseposner
Beta Was this translation helpful? Give feedback.
All reactions