Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/tutorials/bitcoin-price-feed/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ In this tutorial you will:
- Compile and deploy the entire flow into a local Ethereum network.

!!! tip ""
Remember: using Witnet from Ethereum is specially convenient because
you do not need to own or pay any Wit tokens: you pay the bridge
nodes using ETH and then they spend their own Wit tokens when
Remember: using Witnet from Ethereum is particularly convenient, as
you do not need to own or pay any WIT tokens: you pay the bridge
nodes using ETH and then they spend their own WIT tokens when
posting your requests into Witnet in your behalf.

## How decentralized will this price feed be
Expand All @@ -34,7 +34,7 @@ the data points it provides:
- The price is averaged from two different public APIs, thus mitigating
their influence in the final price.
- The data is relayed by 4 different Witnet nodes, whose reported data
points get aggregated and averaged, filtering out any outliers so as
points are aggregated and averaged, filtering out any outliers so as
to cancel any malicious reporter who may try to leverage a slight
drift of the data point.

Expand Down