Welcome to the frontend repository for Metatron DAO. This repository contains the React-based frontend for Metatron, a platform that democratizes access to venture capital by connecting startups and investors, with a particular focus on underserved markets like Africa.
Metatron DAO is revolutionizing the venture capital landscape by enabling startups to tokenize real-world assets and secure funding through a decentralized platform. Our mission is to break down traditional barriers to investment, offering startups in emerging markets access to global investors, and providing investors with vetted, high-potential opportunities.
- Startup and Investor Gallery: Browse a comprehensive gallery of verified startups and investors within the Metatron ecosystem.
- Web3 Integration: Seamlessly connect your Web3 wallet to interact with the platform and explore investment opportunities.
- RWA Tokenization: For approved startups, access tools to tokenize real-world assets, opening new avenues for raising capital.
- Decentralized Governance: Participate in onchain voting to verify startups and decide on funding allocations, ensuring transparency and community-driven decisions.
- Token Staking: Stake METATRON tokens to earn rewards, enhancing participation in the ecosystem and providing additional utility to token holders.
- Frontend: Built with React, providing a modern, dynamic user interface.
- Blockchain Integration: Powered by Polygon for high throughput and low-cost transactions.
- Web3 Wallet Connection: Integrated with popular Web3 wallets like MetaMask to enable seamless interactions with the blockchain.
- ThirdWeb SDK: Leverage the ThirdWeb Connect SDK for seamless staking, token management, and smart contract interactions.
Clone the repository and install the dependencies:
git clone https://github.com/metatron-dao/frontend.git
cd frontend
npm install
npm run dev
The Metatron staking system allows users to stake their METATRON tokens and earn rewards over time. The staking system offers the following benefits:
- Passive Income: Earn additional METATRON tokens based on the amount staked and duration
- Ecosystem Participation: Active stakeholders can gain additional governance rights
- Reward Flexibility: Claim rewards at any time or compound them by re-staking
- Connect your Web3 wallet on the Profile page
- Navigate to the "Your Rewards" section
- View your available token balance, current staked amount, and pending rewards
- Click "Stake Tokens" to initiate the staking process
- Approve the token allowance transaction (first-time only)
- Enter the amount you wish to stake and confirm
- Navigate to the "Your Rewards" section on your Profile page
- Click "Withdraw Tokens"
- Specify the amount you wish to withdraw
- Confirm the transaction
Staking contract interactions are powered by the ThirdWeb Connect SDK and our custom ERC-20 staking contract.