Project Name: Mar Finance
Project Track: DeFi
Team Name: Mar Finance
Team Member(s): 2 team members: Bryan and Luiz
HackerEarth Project Link: Mar Finance - HackaTRON Season 5 - Submission | HackerEarth Hackathons
Project Goal: mar.finance basically implements Decentralized Asset Management with ERC 6551. We want to give the opportunity to investors sees their money been managed with full security and auditability
Project Value:
1 - Innovation: There are no solutions (or few) that implements a full descentralized flow in the asset management industry (only crypto funds represents more than 1 billion dollars, but the solution can be extended to other markets), primordialy because the recent creation of ERC 6551 that can allow better the action of hold assets
2 - Autonomy and Control: Investors and managers have more control over their assets and investments, without the influence or interference of centralized entities (that is one of the strongest principles to buy crypto today).
3 - Cost-Effectiveness: By eliminating intermediaries (like the custodian), the platform can potentially reduce the costs associated with asset management, including fees that would normally be paid to distributors and custodians.
Project Info:
Deck: https://github.com/luiz-lvj/tron-hackathon/blob/master/presentation/mar_finance.pdf
Demo: Loom | Free Screen & Video Recording Software | Loom
Github repo: GitHub - luiz-lvj/tron-hackathon
Project Website:
https://mar-finance.vercel.app/
Project Test Instructions: You can test the smart contracts in the mar_finance folder of the repository, runnning forge test.
Project Details:
This project uses ERC 6551 to allow managers to hold assets from investors. In this way, we can basically make a descentralized asset management using EVM. The platform is designed for the two publics: The investors, who will be able to invest their tokens in really great funds around the work in a safe way, and the managers, who will be able to manage and hold investor tokens and can have a profit to themselves. This ERC allows an nft owner to have control over an account, but with customizable features, such as limitations to the possible transactions made. The marFinance contract implements the ERC721 tokens (NFT) and creates the controllable addresses, which we call Safe Accounts. Also, every fund has a quota (or share), which is an ERC20 token, also deployed when the NFT is created. With these features, the investors are able to invest with a stablecoin (say ZUSD) and get 1:1 quotas in exchange.
Smart Contract links:
-
QuotaToken Implementation address: BTTCSCAN | BitTorrent (BTT) Blockchain Explorer
-
Registry address: BTTCSCAN | BitTorrent (BTT) Blockchain Explorer
-
Stablecoin address: BTTCSCAN | BitTorrent (BTT) Blockchain Explorer
-
SafeAccount address: BTTCSCAN | BitTorrent (BTT) Blockchain Explorer
-
Beacon address: BTTCSCAN | BitTorrent (BTT) Blockchain Explorer
-
MarFinance address: BTTCSCAN | BitTorrent (BTT) Blockchain Explorer
Project Milestones:
- Idea done
- Frontend done Connection with Firebase done
- Smart Contracts deployment done
- Working in integrate better the web3 connections with frontend
- Working in populate the firebase database and best connection with the website