Skip to content

Commit

Permalink
Update tense FAQ (#5871)
Browse files Browse the repository at this point in the history
* updated tense

* minor edits

* Update docs/general/faq.md

Co-authored-by: Radha <[email protected]>

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored May 6, 2024
1 parent 9a6b201 commit 6ed37f3
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,8 @@ provable finality, and has no effective strategy in resisting cartels.
There is no central authority that decides on validators, so there is not per se an _application_
that you can fill out. Registering as a validator is permissionless; in order to become one you must
only set up a validator node and mark your intention to validate on chain. For detailed instruction
on how to do this you can consult the
[Kusama validator guide](../maintain/kusama/maintain-guides-how-to-validate-kusama.md) on validating
for Kusama or the
[Polkadot validator guide](../maintain/maintain-guides-how-to-validate-polkadot.md) for validating
on Polkadot.
on how to do validate you can consult the
{{ polkadot: [Polkadot validator guide](../maintain/maintain-guides-how-to-validate-polkadot.md) :polkadot }}{{ kusama: [Kusama validator guide](../maintain/kusama/maintain-guides-how-to-validate-kusama.md) :kusama }}.

However, once you've set up a validator and have registered your intention it does not mean that you
will be included in the _active set_ right away. The validators are elected to the active set based
Expand All @@ -103,8 +100,9 @@ validators if they apply and fit the requirements.

### How are validators rewarded?

Validators are rewarded from the inflation of the Relay Chain, transaction fees, and tips. However,
they only take a percentage of the former two. More details can be read on the page for
Validators are rewarded from the [inflation of the Relay Chain](../learn/learn-inflation.md),
[transaction fees](../learn/learn-transaction-fees.md), and tips. However, they only take a
percentage of the former two. More details can be read on the page for
[validator payouts](../maintain/maintain-guides-validator-payout.md).

### What is the minimum stake necessary to be elected as an active validator?
Expand All @@ -129,7 +127,7 @@ You can also use some tools some to perform estimations.
- [Validator stats script](https://github.com/w3f/validator-stats) can give you an estimate that is
based on the currently elected set, as well as some statistics about Kusama validators.

### Why will Polkadot have only 1000 validators while other projects have hundreds of thousands?
### Why Polkadot targets 1000 validators while other projects have hundreds of thousands?

Polkadot's goal to have 1000 validators is set to be something that is practically achievable in the
short term with high confidence of good performance in a live environment. Furthermore, validators
Expand Down Expand Up @@ -174,23 +172,22 @@ No - and yes. The Polkadot Relay Chain does not implement smart contracts native
not having smart contracts on the Relay Chain is part of the design philosophy for Polkadot that
dictates that the Relay Chain should be the minimal logic required to accomplish its job.

However, Polkadot will be a platform for other chains that _do_ implement smart contracts. It's
possible for parachains to enable smart contract functionality and then benefit from the security
and interoperability features of Polkadot. Additionally, existing smart contract chains can connect
to Polkadot as a parachain, or via a bridge.
While the Polkadot Relay Chain does not implement smart contracts directly, there are numerous
parachains that do. It's possible for parachains to enable smart contract functionality and then
benefit from the security and interoperability features of Polkadot. Additionally, existing smart
contract chains can connect to Polkadot as a parachain, or via a bridge.

While the Polkadot Relay Chain does not implement smart contracts directly, undoubtedly there will
be parachains that do. So it's better to say that the Polkadot _ecosystem_ has smart contracts
versus "Polkadot has smart contracts."
So it's better to say that the Polkadot _ecosystem_ has smart contracts versus "Polkadot
has smart contracts."

### How will the Polkadot Relay Chain connect to external chains in the ecosystem?
### How does the Polkadot Relay Chain connect to external chains in the ecosystem?

One of the cornerstone interoperability technologies being researched and developed for deployment
on Polkadot is cross-chain bridges. Bridges come in a variety of flavors with varying levels of
trust associated with them. Polkadot is predominantly researching the trust-minimized flavor that
imposes economic costs on the operators of the bridge, and therefore makes it economically secure.
Bridge efforts are being worked on in concert with other projects in the ecosystem. Eventually,
there will be bridges between Polkadot and most of the other major chains.
on Polkadot is cross-chain [bridges](../learn/learn-bridges.md). Bridges come in a variety of
flavors with varying levels of trust associated with them. Polkadot is predominantly researching the
trust-minimized flavor that imposes economic costs on the operators of the bridge, and therefore
makes it economically secure. Bridge efforts are being worked on in concert with other projects in
the ecosystem.

### What is Polkadot's Transactions Per Second (TPS)?

Expand Down Expand Up @@ -356,8 +353,8 @@ Please see information about [Existential Deposits](../build/build-protocol-info

It is important to note that the cost of transferring KSM is dynamic. Currently, the minimum cost of
transferring KSM is 0.01 KSM (the base fee), although this can be changed via governance. However,
actual transaction fees will vary based on a variety of factors. Specifically, fee calculation
follows the following formula:
actual transaction fees vary based on a variety of factors. Specifically, fee calculation follows
the following formula:

```
base_fee + (tx_length * length_fee) + WeightToFee(weight)
Expand Down

0 comments on commit 6ed37f3

Please sign in to comment.