-
Notifications
You must be signed in to change notification settings - Fork 21
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
OLD: Implement Curved Bond For SOUL Tokens & Generators #4
Comments
Can you explain more what you mean by the exit is percentage based? With the current oed, if the Eth from sales goes to the poolBalance, then the calculation will end up leaving extra Eth untouchable. If it was to use the bancor curve then there could be an exponential curve of Translating the Bancor reserve terminology back into a curve focused metric would be good for market signaling though. |
Ah, I see what you mean. The ETH changing the curve price would be helpful. I was thinking that the outbound curve (sell) was just percentage based. If there's 100 ETH in the pool and 100 soul tokens outstanding and you sell 1 soul token, you 1% of the pot. However, if it doesn't affect the curve (what my intention was), then it essentially means that will kind of awkwardly rebalance. It will profitable to buy and then immediately sell a soul token. I like it better if the curve is directly affect only based on the ETH in the pool. It's better that way. So it seems a BANCOR curve would be better in this scenario. +1 |
Updates top post to reflect changes. |
Bancor Curve is one of a class of curves that enforce an invariant. The invariant is a property which is always preserved when the action is taking. For example your withdraw function Let E=E_pool Let E+ = E_pool after the withdraw You have I suspect that you intuited this because you want the withdrawal to feel "fair" @simondlr if you can get a sense of what property you want the bond mechanism to preserve, we can just derive the associated curve. I think its important for us to understand how the curve for bonding relates to the curve for withdrawing as well. if we define bonding as given any (E,S) bond e first Do you want these to cancel out? Is it okay if you would get less if you acted immediately in order to ensure actors bond with the intent to wait for art sale ROI? You can also examine the reverse composition and both compositions with intermediate income in Ethereum. The point I am making is we need to know what properties you want the bonding curve to have. Then we can just derive one that has them (or prove it cannot be done). |
IMO the actions of minting SOUL and burning it immediately after should cancel out. Same thing with burning followed by immediate minting. In other words, after both actions the user should end up with the same amount of SOUL/ether they began with (except for the gas spent on the transaction, obviously). |
I agree, yes. There are however scenarios where no minting would result in getting a higher token price if the reserve grows from an art sale. If |
Agree, the cancel out assumes no intermediate state change. We can define the requirement with regard to “immediately” = “no intermediate state change”
Of course if for any reason the system state evolves due any process other than a Bond or Withdraw Ether (which both respect this curve), then they will not just cancel out. I think this means we’ll have the same linear bonding curve on both the Bond and Withdraw mechanisms. Makes intuitive sense to me and counters the argument that its a Ponzi because all net profits from bonding and withdrawing later come from the art auction process not from preying on later investors.
… On Jul 10, 2018, at 11:40 PM, Simon de la Rouviere ***@***.***> wrote:
IMO the actions of minting SOUL and burning it immediately after should cancel out.
I agree, yes.
There are however scenarios where no minting would result in getting a higher token price if the reserve grows from an art sale.
If PRICE = ETH_POOL/(SOUL_SUPPLY*RATIO) then if an art sale comes in, everyone's tokens increases in value.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJ-wni8hTx5rm8WGEuhwJ4eaK4boPkvuks5uFR9RgaJpZM4UqKgN>.
|
Heres an implementation of curve-bonded tokens I put together using Bancors method: |
@mzargham and others ~ you might find this thread and tool useful for LaTeX type math formatting: github/markup#897 & https://www.codecogs.com/latex/eqneditor.php Not officially supported, but does make the math easier to follow 🙂 For example, taking equation above: |
In order to give the autonomous artist life, benefactors can purchase soul tokens based on a curved bond. https://medium.com/@simondlr/tokens-2-0-curved-token-bonding-in-curation-markets-1764a2e0bee5.
UPDATED & EDITED: 30 June 2018
ORIGINAL POST
The text was updated successfully, but these errors were encountered: