๐Ÿ”ฌ
Molecule Docs
  • Introduction
    • ๐Ÿ”ฌWhat is Molecule?
    • ๐Ÿ’กWhy Molecule?
  • Proof of Invention (PoI)
    • ๐Ÿ’กIntro to Proof of Invention (PoI)
    • ๐Ÿ’ฎHow to register inventions?
    • โš™๏ธAPI Access (Beta)
  • MOLECULE LABS
    • ๐ŸงชIntro to Molecule Labs
    • ๐Ÿง‘โ€๐Ÿ”ฌSubmit a Project
    • ๐Ÿ“How is data stored?
  • IP-NFTs
    • โšกIntro to IP-NFT
    • ๐Ÿ›๏ธIP-NFT legal structure
    • โ“Why mint an IP-NFT?
    • โœจHow to mint an IP-NFT?
    • ๐Ÿ› ๏ธTechnical Components of IP-NFTs
      • โš™๏ธTechnical Details for Developers
      • ๐Ÿ“ญSmart Contract Addresses
  • ๐Ÿง‘โ€๐Ÿ”ฌIP Tokens
    • ๐Ÿ’ŠWhat are IP Tokens?
    • โœจHow to tokenize IPTs from an IP-NFT?
    • โš–๏ธWhat are risks of IP-NFTs and IPTs?
    • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆWhat is a crowdsale of IPTs?
    • โœจHow to participate in a crowdsale of IPTs?
  • IP Tokenization Guide
    • ๐Ÿ—บ๏ธIP Tokenization Guide
    • ๐ŸฆWallets
Powered by GitBook
On this page
  • Introduction
  • Understanding Ethereum Smart Contracts
  • CrowdSale.sol
  • LockingCrowdsale.sol
  • StakedLockingCrowdsale.sol
  • VITA-FAST Example
  • Conclusion
  1. IP Tokens

What is a crowdsale of IPTs?

Crowdsales of IPTs enable researchers to raise funding for the development of an IP-NFT.

PreviousWhat are risks of IP-NFTs and IPTs?NextHow to participate in a crowdsale of IPTs?

Last updated 11 months ago

Introduction

In an era of decentralized finance and blockchain technology, new ways of funding projects are rapidly emerging. Among these, the CrowdSale.sol, LockingCrowdsale.sol, and StakedLockingCrowdsale.sol are Ethereum smart contracts that provide unique fundraising mechanisms, particularly suitable for funding scientific research.

Understanding Ethereum Smart Contracts

Before we delve into specifics, let's briefly define an Ethereum smart contract. These are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code. They automate transactions and eliminate the need for intermediaries, reducing cost and increasing transparency.

CrowdSale.sol

is the fundamental contract that enables the creation of a crowdsale, which is a fundraising mechanism where individuals contribute in return for dIPs of a project.

Think of this as a digital variant of traditional fundraising, where instead of getting a thank-you note or a freebie, contributors receive tokens that might have utility in the project's ecosystem, or even represent shares in an organization.

Use Case in Scientific Research:

Scientific research can propose a project, define the number of tokens up for sale, the price per token, and the duration of the sale. Supporters of the project can purchase these tokens, effectively funding the research.

LockingCrowdsale.sol

extends the capabilities of CrowdSale.sol by adding a locking mechanism to the tokens purchased during the crowdsale. This means that the tokens contributors receive are "locked" for a certain period, and cannot be transferred or sold until the lock expires.

Use Case in Scientific Research:

This can be particularly useful in scientific research as it ensures that contributors (token holders) are committed to the project for a certain duration. It can help to avoid quick sell-offs and stabilize the project's token economy.

StakedLockingCrowdsale.sol

Use Case in Scientific Research:

For instance, a research project could require that contributors not only purchase project tokens but also stake a certain amount of a specific token (like a governance token of the research platform). This would ensure the contributors have a sustained interest in the project's success. The staked tokens could be returned over time, potentially with interest or rewards, further incentivizing long-term involvement.

VITA-FAST Example

Conclusion

By employing such contracts, scientific research projects can create a community of contributors and, through staking and vesting mechanisms, encouraged to stay involved over time. This can provide a robust and committed source of funding, contributing significantly to the advancement of a research project.

adds another layer of complexity and control. Here, in addition to the purchase, contributors also need to stake (lock up as collateral) a certain amount of another token to participate in the crowdsale. These staked tokens may also be vested over time, providing an added incentive for contributors to remain engaged with the project over a longer period.

๐Ÿง‘โ€๐Ÿ”ฌ
๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ
CrowdSale.sol
ERC20 tokens
LockingCrowdsale.sol
StakedLockingCrowdsale.sol
Alice and Bob place bids in a crowdsale of VITA-FAST IPTs. The crowdsale has a 2-day Sale Period. The total bids (20 ETH) exceeded the Fundraise Goal (16 ETH), so the refunds (4 ETH + 4,000 VITA) are returned after the Sale Period ends and the crowdsale is settled. Because VITA is the Staked Token for this crowdsale, only the amount of VITA locked can be bid in the crowdsale. Refunds are given pro rata at the conclusion of the Sale Period; Alice's bid (15 ETH) was three times Bob's bid (5 ETH), so her refund (3 ETH + 3,000 VITA) is three times Bob's (1 ETH + 1,000 VITA). After settlement, allocations of IPTs can be claimed, but are locked (non-transferrable) for the duration of the 60-day Locking Period. After the Locking Period, Locked IPTs and vested VITA (vVITA) can be unlocked, making them transferrable.