Please describe your proposed solution.
The P2P-DeFi Protocols project seeks to establish the basic building blocks of p2p finance on Cardano. it is a family of synergistically composable DeFi protocols with high security and availability guarantees. Currently, it is composed of four core protocols:
- Cardano-Swaps - a p2p-exchange protocol for swapping fungible tokens. Featuring one-way swaps for normal users and two-way swaps for market makers, it doubles as the liquidity "base" for composition with the other three protocols.
- Cardano-Loans - a p2p-lending/borrowing protocol featuring trade-able "Bond" NFTs, fixed or compounding interest, on-chain loan term negotiations, and an on-chain credit history. Enables the formation of a Cardano-native credit/debt market.
- Cardano-Options - a p2p-options protocol for writing, buying, and exercising (trade-able) American-style covered options contracts.
- Cardano-Secondary-Market - a p2p-aftermarket protocol for buying/selling NFTs, especially well suited for "Financial NFTs" (i.e. Bonds, Options, e.t.c.).
All four of these are already working prototypes. For more details on each protocol, please visit the respective Github repos linked above.
Here are some high-impact features shared by all four protocols:
-
Censorship Resistance - The protocols are fully peer-to-peer, 100% permissionless, and do not rely on any "specialized" oracle/batcher/indexing software. Since there are no special entities, there are no single points of failure, resulting in the lowest attack surface of any DeFi architecture. Assets are not only safe, but the protocols inherit the same availability guarantees as the Cardano blockchain itself.
-
Native Composability - The protocols are synergistic and highly composable with one another, especially from the buyer's perspective. For example, the output of a swap can be used as the input to purchase an (aftermarket) options contract, which itself can be used as an input to exercise the underlying option, all in one transaction. See here for a visual.
-
Endogenous Liquidity - There are no "DEX" Tokens, hence no way to artificially incentivize liquidity (i.e. yield farming). Instead, liquidity arises solely from the natural incentive to compose profitable strategies. This is feasible thanks to low fees and high composability.
-
Full Custody - users always maintain complete spending and delegation control over their assets. The only exception is when locking is required to enforce protocol logic, which restricts spending (but never restricts staking). Since there are no special actors to incentivize, fees are about an order of magnitude lower than comparable protocols.
For a full list of features shared by all p2p-DeFi protocols, please refer to the broad overview document here. The scope of this proposal is to continue the development, documentation and peripheral support of the four protocols.