2024-04-29 17:49:02 +00:00
|
|
|
|
|
|
|
## Consensus 3.X Oracles used
|
|
|
|
|
|
|
|
Oracles are external resources of information.
|
|
|
|
|
|
|
|
The TFChain captures and holds that information so we get more certainty about the accuracy.
|
|
|
|
|
|
|
|
We have oracles for price & reputation for e.g. TF Farmers and 3Nodes.
|
|
|
|
|
|
|
|
These oracles are implemented on TF_CHAIN for TFGrid 3.0.
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
|
|
|
|
|
|
|
|
graph TB
|
|
|
|
subgraph Digital Currency Ecosystem
|
|
|
|
money_blockchain[Money Blockchain Explorers]
|
|
|
|
Exch1[Money Blockchain Decentralized Exchange]
|
|
|
|
OracleEngine --> Exch1[Polkadot]
|
|
|
|
OracleEngine --> Exch1[Money Blockchain Exchange]
|
|
|
|
OracleEngine --> Exch2[Binance Exchange]
|
|
|
|
OracleEngine --> Exch3[other... exchanges]
|
|
|
|
end
|
|
|
|
subgraph ThreeFold Grid
|
|
|
|
Monitor_Engine --> 3Node1
|
|
|
|
Monitor_Engine --> 3Node2
|
|
|
|
Monitor_Engine --> 3Node3
|
|
|
|
end
|
|
|
|
subgraph TFChainNode1[TFGrid Blockchain Node]
|
|
|
|
Monitor_Engine
|
|
|
|
Explorers[TFChain Explorers]-->TFGridDB --> BCNode
|
|
|
|
Explorers --> BCNode
|
|
|
|
ConsensusEngine1-->BCNode[Blockchain Validator Node]
|
|
|
|
ConsensusEngine1 --> money_blockchain[Money Blockchain]
|
|
|
|
ConsensusEngine1 --> ReputationEngine[Reputation Engine]
|
|
|
|
ReputationEngine --> Monitor_Engine[Monitor Engine]
|
|
|
|
ConsensusEngine1 --> OracleEngine[Oracle For Pricing Digital Currencies]
|
|
|
|
end
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
> TODO: outdated info
|
|
|
|
|
2024-10-04 06:02:33 +00:00
|
|
|
!!wiki.include page:consensus3_toc
|