Created by Néstor Nicolás Campos Rojas

Inspiration

For years I have wanted to participate in fund initiatives to invest in projects (startups and others), but the bureaucracy, the high requirements, and many other problems make it very difficult. And it is something that not only I experience, but also many other people who have a little money and want to support projects in the medium/long term.

The exact size of the private investment fund market is difficult to determine, as there is no single, comprehensive source of data. However, it is estimated that this market has experienced significant growth in recent decades. According to Bain & Company's Global Private Equity Report 2021, assets under management in the private equity industry reached a record of approximately US$4.6 trillion in 2020.

The United States has traditionally been the leader in the private investment fund market, with many of the largest private equity firms based in the United States. However, in recent years there has been a significant increase in private equity activity in other regions, such as Europe, Asia, and Latin America.

In addition to traditional private equity, there are also other types of private investment funds, such as hedge funds, venture capital funds, and private debt funds. Each of these segments has distinct characteristics and investment approaches.

Therefore, through DAO (decentralized organizations) we can create structures so that anyone can invest, through investment clubs (by affinity of ideas, professional relationship, etc.) through Blockchain from anywhere in the world and with fewer requirements. That is why Sigmachain was born.

In turn, we need these new investment apps to be able to run on specific Blockchains, which is why Sigmachain is also leveraging Theta Metachain to focus on decentralized finance products on its own network.

What it does

Sigmachain allows you to manage investment clubs, and to spread access to participate in investment funds to anyone, decentralized, agile, and without bureaucracy. Sigmachain will also be a blockchain (built with Theta Metachain) with a focus on decentralized finance. To this end, Sigmachain, through these investment clubs, people can:

  • Create investment clubs: Just define a name and the club will be associated with the account of the user who creates it (owner).
  • Join or leave clubs: Anyone with a Theta network account can join the available investment clubs, as well as leave one, with just a couple of clicks.
  • Contribute to the club: Any member of a club can contribute to the common fund (pool), depositing TFuel coins that can be used in proposals.
  • Create and Vote on Proposals: Any member who has contributed funds to the club pool can create proposals, giving a description, amount (not to exceed the pool amount), and recipient, with a view to investing in any business/person in a project. Also, all members can approve or reject the proposal (only one vote per member is allowed on each proposal).
  • Run Proposals: A proposal owner can execute a proposal (if approval is greater than rejection), which will cause the proposal amount to be sent to the specified recipient. The owner can also close a proposal, in case of not continuing with it, either as a cancellation, publication error or to avoid sending funds.

Restrictions

The Sigmachain smart contract has some restrictions, similar to real hedge funds:

  • Up to 99 members per club (in many jurisdictions, such as the USA and Chile, this is the maximum limit of club members for certain purposes and types of clubs).
  • Only members can participate in club instances.
  • Only members who contribute funds to a club have the right to create proposals.
  • Only proposal creators can execute them.

For now, everything works only on testnet.

How we built it

Everything was built only with Javascript (native, no framework), and HTML.

For the backend, a Smart Contract developed with Solidity is used. The Smart Contract code is available on GitHub.

Due to its design, it is possible to run it completely in a local environment or web server.

Due to technical problems, an internal wallet is managed in the system (by local storage in the browser with encrypted data) and it cannot yet be connected to Metamask Wallet.

Challenges we ran into

Given my little experience with NodeJS or any other Javascript framework (my strength is .NET and Python), to get around that problem I decided to use the Browser Javascript SDK for all development, so to achieve something concrete and functional, I preferred that all It was 100% web without a backend other than the smart contract, so any other developer or person can test it in any environment.

Accomplishments that we're proud of

What I am most proud of is the learning process, as I have many ideas and project initiatives for Web 3.0, and now that I know Theta Metachain, they became a relevant opportunity to carry out such projects for private groups and big funds.

What we learned

I had the opportunity to learn much more about Theta Metachain, its Javascript SDK (to connect to the network and published contracts), and how to create smart contracts with the Solidity language.

What's next for Sigmachain

At the project level, with Sigmachain we want to apply grants and funds, and funds to transform Sigmachain into a complete venture capital fund management system to continue evolving.

While at a technical level, we will work on:

  • Publish in Theta metachain.
  • Create the project in Javascript framework (not just HTML as now) and publish in a server.
  • Fix validations and methods.
  • Allow more types of tokens to be managed, not just TFUEL coins.
  • Allow whitelist so that only selected members can join the funds.
  • Manage private funds (not visible to everyone).
  • Add more parameters, such as the minimum amount to be a member of a club, and the number of approvals before executing a proposal, among others.

Additionally, we hope to be able to participate with Theta to learn more and create different products and services.

Built With

Share this project:

Updates