Difference between revisions of "FAQ"
Line 1: | Line 1: | ||
Here you can find an overview of the most frequently asked questions. | Here you can find an overview of the most frequently asked questions. | ||
− | == What is DeFiChain == | + | == General FAQ == |
+ | |||
+ | === What is DeFiChain === | ||
DeFi stands for Decentralized Finance. It describes the idea of not needing a trusted third-party to execute financial services, but with a blockchain in its place to enable people, and in the future, machines to become their own bank for these services, removing counterparty risks. | DeFi stands for Decentralized Finance. It describes the idea of not needing a trusted third-party to execute financial services, but with a blockchain in its place to enable people, and in the future, machines to become their own bank for these services, removing counterparty risks. | ||
− | == Why not use the Bitcoin blockchain? == | + | === Why not use the Bitcoin blockchain? === |
The Bitcoin blockchain was created for a single specific financial service – the decentralized and censorship-resistant store of value used as a medium of exchange, and perhaps a unit of account in the future. It does this better than other blockchains. However, beyond that, it lacks technical capabilities necessary for the infrastructure of other DeFi services. | The Bitcoin blockchain was created for a single specific financial service – the decentralized and censorship-resistant store of value used as a medium of exchange, and perhaps a unit of account in the future. It does this better than other blockchains. However, beyond that, it lacks technical capabilities necessary for the infrastructure of other DeFi services. | ||
− | == Why not use the Ethereum blockchain? == | + | === Why not use the Ethereum blockchain? === |
Ethereum was meant to be a general-purpose platform. In principle, one could do anything with Ethereum, rendering it the jack of all trades but master of none. Problems such as the DAO and parity hack reveal the challenge to keep smart contracts secure, due to their general and universal nature. | Ethereum was meant to be a general-purpose platform. In principle, one could do anything with Ethereum, rendering it the jack of all trades but master of none. Problems such as the DAO and parity hack reveal the challenge to keep smart contracts secure, due to their general and universal nature. | ||
− | == Problems with the Wallet APP == | + | === Problems with the Wallet APP === |
* [[How_to_"rescue"_stuck_DFI|Help I can't send my DFIs from the Wallet anymore!]] | * [[How_to_"rescue"_stuck_DFI|Help I can't send my DFIs from the Wallet anymore!]] |
Revision as of 20:12, 12 January 2021
Here you can find an overview of the most frequently asked questions.
General FAQ
What is DeFiChain
DeFi stands for Decentralized Finance. It describes the idea of not needing a trusted third-party to execute financial services, but with a blockchain in its place to enable people, and in the future, machines to become their own bank for these services, removing counterparty risks.
Why not use the Bitcoin blockchain?
The Bitcoin blockchain was created for a single specific financial service – the decentralized and censorship-resistant store of value used as a medium of exchange, and perhaps a unit of account in the future. It does this better than other blockchains. However, beyond that, it lacks technical capabilities necessary for the infrastructure of other DeFi services.
Why not use the Ethereum blockchain?
Ethereum was meant to be a general-purpose platform. In principle, one could do anything with Ethereum, rendering it the jack of all trades but master of none. Problems such as the DAO and parity hack reveal the challenge to keep smart contracts secure, due to their general and universal nature.