-
Notifications
You must be signed in to change notification settings - Fork 118
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
Capped Crowdsale #205
Comments
No. Not unless the issuer needn't be trusted in order to return whatever coins may have arrived after the crowdsale ended. |
The same trust is implied if we cap - say 5 users send payment during a Less of an issue for non BTC crowdsales as we can refund MP derived Thanks
|
This is not about trust, but functionallity. If I want to sell exactly 10 items, because I own 10 items, then I don't want to gamble and issue 15, only because I missed the perfect timing to shutdown. |
Agreed, not against a cap at all (actually pro cap) just highlighting that
|
I agree. But as it stands any purchase from a crowdsale is made with I would support capping if capped crowdsales only allowed purchases with MP I realize that this doesn't address similar situations with the regular end But, at the end of the day though, I thought the whole idea of a crowdsale If you only have 10 items, under what circumstances is a crowdsale more |
Did you see #132?
There is indeed an overlap between the available mechanisms, but in this specific context: everything that differentiates a token creation/sale from a crowdsale:
The example with 10 tokens probably seems trivial, but when I think about MaidSafeCoin... a cap by amount would have been handy there. In the end it's all pretty similar, whether it's a deadline or a cap.. or a specific block height at which a crowdsale terminates. |
Thanks for linking pointing out that issue @dexX7.
The problem with this is that trusting an issuer doesn't mean that the issuer is prompt, infallible, etc.
Does this mean to imply that an asset can't be issued by an anonymous issuer? Or that Master Protocol has the requirement of trust between issuer and investor? To frame this with the context of the "competition," colored coins boast that one of the benefits is that the tokens can persist beyond the life/intent of the issuer (no reference ATM, but I'll see if I can find it). Granted, the token models are drastically different, but the requirement of trust is very limiting, especially for smart property. For example, it's conceptually reasonable for an anonymous, untrusted issuer to crowdsale smart property that grant rights to any "state machine" that requires that tokens input.
** Failed dex trade: https://groups.google.com/a/mastercoin.org/forum/#!topic/dev/78suD_l-Mgs Why not just give them what they want, and do it the right way? I propose implementing the investment send transaction type, and adding the option for a max quantity of coins/tokens created in a crowdsale. Of course, this doesn't address the exact same set of issues that bitcoin has when involved in crowdsales that cannot be resolved without trust. But, it's a step in the right direction. |
I agree capping, and probably other features, would be great for our users. That's not to say that we shouldn't plan these things, talk about them, do On Fri, Jun 20, 2014 at 7:37 AM, LOLLOLOOLOL [email protected]
|
The general capping requirement is already in the spec for crowdsales. An excerpt from the tx51 description:
So the clients will have to implement the logic for that admittedly rare case. The main (only?) difference for the issue under discussion is that the cap would be a number less than the max number of tokens that can be issued. |
Ah @marv-engine: I think what was proposed here by Ron was not the max. number of coins cap, but something user defined like "the crowdsale ends, if 1000 tokens were sold". |
@dexX7 Yes, I understand. It's the same thing - set and obey a limit for the number of coins that can be issued in a crowdsale. The default limit is 92,233,720,368.54775807 divisible tokens or 9,223,372,036,854,775,807 indivisible tokens. Also, at some point there was discussion about setting a limit on the number of coins issued for each currency accepted. |
Renamed title from 'Include a cap on the number of tokens in a crowdsale' to 'Capped Crowdsale' |
Many people want to cap the number of tokens issues in their crowdsales.
This is currently achieved by manual means.
Should we allow capping directly in the protocol?
The text was updated successfully, but these errors were encountered: