You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-26
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
12
12
##
13
13
14
-
**A payment protocol designed for creators**, it bridges the gap between creators and fans, where fans can **donate, sponsor, subscribe**, and more, while creators receive **fees and yield**.
14
+
**A payment protocol designed for creators**, it bridges the gap between creators and fans, where fans can **donate,
15
+
sponsor, subscribe**, and more, while creators receive **fees and yield**.
15
16
16
17
- For fans, pay early and earn more;
17
18
- For creators, long-term income from fees and yield;
@@ -21,20 +22,25 @@
21
22
- Made for creators like startups, indie hackers and KOLs.
22
23
23
24
## Bug Bounty
25
+
24
26
If you are interested in the smart contracts, here's a simple bug bounty:
The contract uses a sigmoid bonding curve for dynamic pricing. When you buy, it mints tokens and drives prices up, then when you sell, it burns tokens and drives prices down. The staked ETH is allocated in an interest-rate market to generate sustainable rewards, which are then redistributed to the creators.
34
+
The contract uses a sigmoid bonding curve for dynamic pricing. When you buy, it mints tokens and drives prices up, then
35
+
when you sell, it burns tokens and drives prices down. The staked ETH is allocated in an interest-rate market to
36
+
generate sustainable rewards, which are then redistributed to the creators.
> SharesFactory is the core contract that contains the bonding curve and yield aggregator logic where you can mint, buy, and sell shares, as well as change yield strategies and claim yields.
72
+
> SharesFactory is the core contract that contains the bonding curve and yield aggregator logic where you can mint, buy,
73
+
> and sell shares, as well as change yield strategies and claim yields.
> YieldAggregator is a yield strategy contract that provides a common interface for SharesFactory to use, such as deposit, withdraw, and claimable. However, the underlying logic can be any yield strategy, such as Aave, Pendle and LRT, or nothing at all.
84
+
> YieldAggregator is a yield strategy contract that provides a common interface for SharesFactory to use, such as
85
+
> deposit, withdraw, and claimable. However, the underlying logic can be any yield strategy, such as Aave, Pendle and
Thanks to [Simon de la Rouviere](https://docs.google.com/document/d/1VNkBjjGhcZUV9CyC0ccWYbqeOoVKT2maqX0rK3yXB20), whose ideas inspired *V4V* to combine curated market with bonding curves, and to the ideal S-curve model from [sound protocol](https://github.com/soundxyz/sound-protocol), we’ve also learned the principle of minimalism from [friend tech](https://www.friend.tech) and [bodhi](https://bodhi.wtf).
114
+
Thanks to [Simon de la Rouviere](https://docs.google.com/document/d/1VNkBjjGhcZUV9CyC0ccWYbqeOoVKT2maqX0rK3yXB20), whose
115
+
ideas inspired *V4V* to combine curated market with bonding curves, and to the ideal S-curve model
116
+
from [sound protocol](https://github.com/soundxyz/sound-protocol), we’ve also learned the principle of minimalism
117
+
from [friend tech](https://www.friend.tech) and [bodhi](https://bodhi.wtf).
0 commit comments