Smart contract types
Nexlabs has been building for over 2 years behind the scenes on an extensive product line of smart contracts. Each smart contract is maintained and publically accessible in its own git repo, found in the Nexlabs repo.
Cross chain model The Cross-Chain Model is a smart contract structure designed for products and portfolios where the underlying assets are not on a single chain but spread across multiple chains. This model uses Chainlink CCIP to manage and swap underlying assets across multiple chains via Uniswap. Git repo Stock model The Stock Model is a smart contract structure specifically designed for tokenized stock shares, managing these shares on behalf of users. The Nex Stock Model integrates with the Dinari protocol, which acts as the middleware and tool for buying and selling tokenized shares. Git repo
Cefi model The CeFi Model is a combination of smart contracts, trade bots, and wallets used to manage index portfolios for cryptocurrencies. This model is designed for products where the underlying assets are traded on centralized exchanges. In this model, centralized exchanges serve as the tool for buying and selling the underlying assets. Git repo
Single chain model This model is used when all underlying assets are available on a single chain. Smart contracts utilize Uniswap to buy and sell the underlying assets for issuance and redemption. Git repo
Build your own index (upcoming, see roadmap) This smart contract will enable user to build on top of one of the above shown smart contracts. Users may select any asset from a curated set and under the hood, the required smart contracts will be connected with as plug-and-play modules.
Last updated