From 057b304f787dcebb947c0bd8ce0ab1e53aa0c3b2 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 29 Apr 2025 16:16:47 -0400 Subject: [PATCH] docs: update faq --- docs/resources/faq.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/resources/faq.md b/docs/resources/faq.md index 9aaf0e62c..998b86a93 100644 --- a/docs/resources/faq.md +++ b/docs/resources/faq.md @@ -4,6 +4,38 @@ # FAQ +## General + +:::{dropdown} What advantages does Dash Platform have over other projects? + +Dash Platform has numerous significant advantages, including: + +- Simple onboarding: No need to write Solidity or deploy custom contracts. +- Document-based schema design: Familiar JSON-based approach for [data + contracts](../explanations/platform-protocol-data-contract.md) with built-in data validation + instead of low-level smart contracts. +- Decentralized API: Query data directly from the network through the [Evonode-hosted + API](../explanations/dapi.md). +- Verifiable data: Efficient [GroveDB proofs](https://www.grovedb.org/) for query responses provide + transparent data integrity. + +Although the current feature set covers many use cases, future versions will include features like +smart contracts to make it even more competitive and directly comparable with projects like +Ethereum, etc. + +::: + +:::{dropdown} When will Dash Platform be available? + +It already is! Dash Platform [launched on +mainnet](https://www.dash.org/news/dash-evolution-v1-0-0-release-announcement/) in Q3 2024 and has +had multiple releases since then to add features such as [NFTs](../explanations/nft.md). + +The next major release, v2.0, includes a flexible token system. Multiple teams are working to +improve the SDK experience so developers can more easily get to work building their applications. + +::: + ## DPNS names :::{tip}