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

staking faq updates #549

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1748,11 +1748,13 @@
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION": "How is the pre-configured set of validators determined?",
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER": "The pre-configured set of validators is used to determine the default validator to stake to. Please refer to this {DOCUMENT_LINK} for more information.",
"FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?",
"FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_ANSWER": "Use of any DeFi protocol comes with risks. In the case of staking, it is important to understand that unstaking tokens takes 30 days, which means there is a period of illiquidity during which you will not be able to transfer your tokens, even in the case of protocol or market volatility. Additionally, users should do their own due diligence on validators before staking their assets with one. Validators who violate protocol rules may be penalized by having tokens staked to them slashed (i.e. burned) or being jailed which will prevent them from earning rewards. While the frontend selects the validator that tokens get staked to from a trusted set based on historical performance, there is no guarantee of a validator’s future conduct.",
"FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_ANSWER": "Use of any DeFi protocol comes with risks. In the case of staking, it is important to understand that unstaking tokens takes 30 days, which means there is a period of illiquidity during which you will not be able to transfer your tokens, even in the case of protocol or market volatility. Additionally, users should do their own due diligence on validators before staking their assets with one. Validators who violate protocol rules may be penalized by having tokens staked to them slashed (i.e. burned) or being jailed which will prevent them from earning rewards.",
"FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?",
"FAQ_WHAT_IS_STAKING_ANSWER": "dYdX Chain uses Proof-of-Stake for its consensus mechanism. Token holders can stake their tokens to validators in order to help secure the network and validate transactions, and in exchange earn USDC rewards from trading and gas fees that the protocol collects. All fees are paid to stakers, less any fees sent to the insurance fund and validator commissions. Reward rates are based on data from {HERE_LINK}. There is no guarantee of future reward rates, which may fluctuate based on protocol conditions.",
"FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
"FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
"FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION": "Which validators are available for staking?",
"FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER": "The site picks an initial default validator based on lowest commission and stakeweight among a pre-configured set, but you are free to make an alternate selection. This site permits you to stake to any validator in the active set that is not jailed, and you may stake to any validator not shown on this site by using an alternate portal such as {KEPLR_LINK}. Please refer to this {DOCUMENT_LINK} for more information on the pre-configured set used for the initial default selection.",
"TRADING_REWARDS_UNAVAILABLE_IN_US": "These third-party products and services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}."
},
"EPOCH_END_MODAL": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.130",
"version": "1.1.131",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,8 @@ export const APP_STRING_KEYS = {
FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION',
FAQ_WHAT_IS_STAKING_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHAT_IS_STAKING_ANSWER',
FAQ_WHAT_IS_STAKING_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHAT_IS_STAKING_QUESTION',
FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER',
FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION',
FAQ_WHO_IS_ELIGIBLE_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_ANSWER',
FAQ_WHO_IS_ELIGIBLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_QUESTION',
FOR_TRADING: 'APP.TRADING_REWARDS.FOR_TRADING',
Expand Down
Loading