Skip to content
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

Save new users a lot of pain from rug pullers #142

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ export class UpdateProfileComponent implements OnInit, OnChanges {

founderRewardTooltip() {
return (
"When someone purchases your coin, a percentage of each coin purchase " +
"gets allocated to you as a founder reward.\n\n" +
"A value of 0% means that no new coins get allocated to you when someone buys, " +
"whereas a value of 100% means that nobody other than you can ever get coins because 100% of " +
"every purchase will just go to you.\n\n" +
"Setting this value too high will deter buyers from ever " +
"purchasing your coin. It's a balance, so be careful or just stick " +
"with the default."
"When someone purchases your coin, a percentage is allocated to you as a 'founder reward'.\n\n" +
"A FR of 0% means no value gets rewarded to you for each coin purchased, " +
"whereas a FR of 100% means no one other than you gets the value because 100% goes to you.\n\n" +
"Setting your FR too high will deter others from buying your coin. " +
"Setting it too low risks automated bots profitting at your expense. It's a balance, so be careful.\n\n" +
"Please consider keeping your FR at 100% until you've " +
"bought what you'd like of your own coin. After that, many in the community use a value of 10-20%."
);
}

Expand Down