Smart Contract Deployment
Two models are available for deploying smart contracts:
Dedicated Smart Contracts per Asset:
Each asset is tokenized with its own customized smart contract. This model offers flexibility, allowing specific conditions to be embedded within the contract, such as revenue-sharing models, compliance rules, and performance metrics.
Unified Smart Contract Deployment for Multiple Assets: In this model, a single multipurpose smart contract manages multiple assets. Each asset is registered within the contract along with its metadata (ownership records, valuation, conditions). This approach simplifies deployment but requires robust metadata management.
Last updated