From 5fa2d123b791189cef1b89ef1af175c6e4b675d9 Mon Sep 17 00:00:00 2001 From: bear Date: Mon, 24 Feb 2025 15:27:02 +0800 Subject: [PATCH] Add Snapshot card with detailed overview and technical information --- cards/Snapshot.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cards/Snapshot.md diff --git a/cards/Snapshot.md b/cards/Snapshot.md new file mode 100644 index 0000000..7120065 --- /dev/null +++ b/cards/Snapshot.md @@ -0,0 +1,36 @@ +#show-card + +## Introduction + +[Snapshot](https://snapshot.box/) is a decentralized voting system that allows projects to create and manage proposals off-chain, while still leveraging the security and transparency of blockchain technology. It is widely used in the decentralized finance ([[DeFI]]) and decentralized autonomous organization ([[DAO]]) ecosystems. + +## Service Provided + +Snapshot provides a lightweight, off-chain voting mechanism that enables projects to make decisions without incurring high transaction fees. It solves the problem of expensive on-chain governance by allowing votes to be cast off-chain and then verified on-chain. This brings value by making governance more accessible and cost-effective for projects of all sizes. + +## Technical Details + +Snapshot uses IPFS to store proposals and votes, ensuring data integrity and decentralization. It integrates with various blockchain networks to verify voter eligibility and tally votes. The system supports multiple voting strategies, including single-choice voting, weighted voting, and quadratic voting, providing flexibility for different governance models. +## Social Media + +- [X](https://x.com/SnapshotLabs) +- [Site](https://snapshot.org/) +- [Docs](https://docs.snapshot.org/) + +## Team + +Snapshot was developed by [Snapshot Labs](https://snapshot.mirror.xyz/), a team of experienced developers and blockchain enthusiasts dedicated to improving decentralized governance. +## Latest Updates + +- 2024 Q4: Global expansion and ecosystem growth +- 2024 Q3: Launch of advanced protocol modules +- 2024 Q2: Integration with major ecosystem partners +- 2024 Q1: Mainnet launch with full feature set +- 2023 Q4: Testnet launch with core functionality +- 2023 Q3: Protocol concept and whitepaper released + +## References + +- [Snapshot Documentation](https://docs.snapshot.org/) +- [Snapshot GitHub](https://github.com/snapshot-labs/snapshot) +- [Snapshot Blog](https://medium.com/snapshot-labs) \ No newline at end of file