diff --git a/docs/.vuepress/configs/sidebar.ts b/docs/.vuepress/configs/sidebar.ts index 274b157..2fdffe9 100644 --- a/docs/.vuepress/configs/sidebar.ts +++ b/docs/.vuepress/configs/sidebar.ts @@ -7,15 +7,16 @@ export const sidebar: Record = { text: 'Intro', children: [ '/about', - '/about/networks', - '/about/why-nft', + '/about/approach.md', + '/about/timeline.md', + '/about/networks.md', ], }, { text: 'Functionality', children: [ { - text: 'Token types', + text: 'Token types ▾', link: '/about/token-types/main-types.md', collapsible: true, children: [ @@ -26,7 +27,7 @@ export const sidebar: Record = { ], }, { - text: 'NFT Features', + text: 'NFT Features ▾', link: '/about/nft-features/native.md', collapsible: true, children: [ @@ -40,9 +41,10 @@ export const sidebar: Record = { }, //'/about/network-features/evm.md', //'/about/network-features/smart-contracts.md', + '/about/network-features/pricing.md', //'/about/network-features/sponsoring.md', '/about/network-features/staking.md', - '/about/network-features/pricing.md', + ] }, { diff --git a/docs/about/approach.md b/docs/about/approach.md new file mode 100644 index 0000000..e364e9a --- /dev/null +++ b/docs/about/approach.md @@ -0,0 +1,111 @@ +# NFT 2.0 approach + +The landscape of NFTs is evolving rapidly. While early iterations of NFTs focused primarily on digital art and collectibles, the future holds much more significant potential. NFTs are reshaping various industries by introducing verifiable ownership, scarcity, and interoperability in digital and physical assets. They are not just about owning a piece of art or a collectible; they represent a paradigm shift in how we perceive ownership and value in the digital age. + +## NFT is a How, not a What + +Think of NFTs as the plastic cards of the digital age. They can be anything: a membership card, a bank account, a coffee shop loyalty card, or your apartment ownership confirmation. It's not about what they are, but how they function. NFTs represent a powerful technology with specific technical features that provide substantial benefits across various industries. + +- **On-Chain Data**: Storing critical information directly on the blockchain ensures immutability and transparency. + + > Imagine having budget expenditure data stored on the blockchain. This ensures that the data is immutable and transparent, making it easier for citizens to verify the proper use of public funds. + +- **Unique Metadata**: Each NFT contains unique metadata that provides detailed information about the asset it represents. + + > Imagine writing a song. The NFT for this song contains the song itself, along with its creation date, your authorship, and other important details. This ensures that no one else can ever claim rights to your work. + +- **Immutable Proof of Ownership**: NFTs offer a secure and tamper-proof record of ownership, ensuring that the true owner of a digital or physical asset can always be verified. + + > Imagine owning a car and having the ownership documents stored as an NFT. You no longer need to carry physical papers, as the NFT provides a secure and verifiable proof of ownership that can be easily accessed when needed. + +- **Verification of Authenticity**: NFTs enable the verification of an asset’s authenticity, reducing the risk of fraud and counterfeiting. + + > Imagine completing an online course and receiving your certificate as an NFT. Employers can instantly verify the authenticity of your certificate. Your competitor with a fake certificate is no longer a threat in the job market. + +- **Decentralization**: Operating on decentralized networks reduces reliance on centralized authorities. + + > Imagine the records of your car ownership being stored on a decentralized network. This ensures that even if the government registry is hacked or fails, the data proving that the car belongs to you remains accessible and secure. + +- **Flexibility and Innovation**: The NFT standard is continually evolving, with new use cases and applications emerging regularly. This flexibility allows for constant innovation and adaptation to new technological and market developments. + +## Unique Network NFT 2.0 Features +Unique Network offers a range of advanced NFT features to make any use case real: + +- [Native NFTs](nft-features/native.md) +- [Multimedia NFTs](nft-features/multimedia.md) +- [Nested NFTs](nft-features/nested.md) +- [Dynamic NFTs](nft-features/dynamic.md) +- [Customizable NFTs](nft-features/customizable.md) +- [Composable NFTs](nft-features/composable.md) + +For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](token-types/nft.md) + +## Just a few Use Cases for NFTs 2.0 + +- **Government Registers** + +Secure and transparent land and property registers, vehicle registrations, and other official records can be maintained using NFTs. + +- **Certificates and Diplomas** + +Academic credentials and professional certificates can be issued as NFTs, making them easily verifiable and tamper-proof. + +- **Supply Chain Management** + +NFTs can be used to track the provenance and authenticity of products, like pharmaceuticals and medical supplies, through their lifecycle. + +- **Intellectual Property** + +NFTs can provide proof of ownership and authenticity for patents, trademarks, and copyrights. + +- **In-Game or Virtual World Assets** + +Unique items in video games, such as avatars, weapons, and skins, can be represented as NFTs. + +- **Charity and Crowdfunding** + +NFTs can be used to transparently track donations and the distribution of funds, ensuring accountability and trust in charitable activities. Donors can see exactly how their contributions are being used, increasing transparency and engagement. + +- **Carbon Credits or Energy Trading** + +Tokenized carbon credits that allow individuals and companies to trade and offset their carbon footprint. NFTs representing shares in renewable energy projects or individual solar panels, enabling decentralized energy markets. + +- **Voting Systems** + +Secure, transparent, and tamper-proof voting records for elections and governance. + +- **Legal Documents** + +Digital contracts, wills, and other legal documents that are immutable and verifiable. + +## Endless Use Cases + +The use cases for NFTs are virtually limitless, extending far beyond the examples provided here. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+ +
+ +--- + +## Related Articles + +- [Native NFTs](nft-features/native.md) +- [Multimedia NFTs](nft-features/multimedia.md) +- [Nested NFTs](nft-features/nested.md) +- [Dynamic NFTs](nft-features/dynamic.md) +- [Customizable NFTs](nft-features/customizable.md) +- [Composable NFTs](nft-features/composable.md) + +For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](token-types/nft.md) diff --git a/docs/about/index.md b/docs/about/index.md index bdb651b..018b442 100644 --- a/docs/about/index.md +++ b/docs/about/index.md @@ -1,65 +1,56 @@ -# Why Unique? +# About ## What is Unique Network? -Unique Network is a next-generation blockchain platform specifically designed for NFTs. +[Unique Network](https://unique.network/) is a next-generation blockchain platform specifically designed for NFTs. -Unique Network was the first team on Polkadot dedicated to NFTs, established in 2020. Since then, we have continued to lead the way in NFT innovation. - -Unique Network offers unparalleled customization, scalability, and interoperability, making it the ideal platform for advanced and innovative NFT applications. +Unique Network was the [first team on Polkadot dedicated to NFTs](timeline.md), established in 2020. Since then, we have continued to lead the way in NFT innovation. Unique Network offers unparalleled customization, scalability, and interoperability, making it the ideal platform for advanced and innovative NFT applications. ## Our Mission -We view NFTs as flexible metadata containers that can store a wide range of information, making them powerful tools for various applications beyond simple trading. Our mission is to empower creators, developers, and users with innovative tools and technologies that enhance the NFT experience and unlock new possibilities. +We view NFTs as [flexible metadata containers](approach.md) that can store a wide range of information, making them powerful tools for various applications beyond simple trading. Our mission is to empower creators, developers, and users with innovative tools and technologies that enhance the NFT experience and unlock new possibilities. ## Key Features -### Highly customizable NFTs -Our platform allows for the creation of highly customizable NFTs, enabling users to define unique attributes and functionalities for their digital assets. These NFTs can act as containers for diverse types of metadata, offering new ways to interact with and utilize digital assets. Learn more about [all NFT capabilities](./token-types/nft.md). - -### Interoperability -Unique Network ensures seamless interaction between Polkadot and EVM ecosystems, enhancing the reach and functionality of your NFTs across various platforms. Learn more about our [EVM side](./network-features/evm.md). +### 🎨 Highly Customizable NFTs +Our platform allows for the creation of highly customizable NFTs, offering new ways to interact with and utilize digital assets. Learn more about [all NFT capabilities](./token-types/nft.md). -Moreover, we are proud to have been the pioneers in the Polkadot ecosystem since 2020, and as of 2024, our team is honored to lead the NFT XCM development, guiding the broader community on seamlessly transferring NFTs between different chains. +### 🛠️ Friendly Tools +Our intuitive tools and comprehensive SDKs make it easy for anyone, from beginners to experienced developers, to create, manage, and innovate NFTs. -### Friendly Tools -Our intuitive tools and comprehensive SDKs make it easy for anyone, from beginners to experienced developers, to create, manage, and trade NFTs. Our tools also support the use of NFTs as metadata containers, facilitating innovative use cases. +### 🔗 Interoperability +Unique Network ensures seamless interaction between Polkadot and EVM ecosystems, enhancing the reach and functionality of your NFTs across various platforms. ## Why Choose Unique Network? Unique Network stands out in the crowded NFT space for several reasons: - **Versatility**: Our approach to NFTs opens up a wide range of applications and possibilities. -- **Support**: We provide extensive documentation, guides, and support to help you succeed. +- **Support**: We provide extensive guides and support to help you succeed. - **Sustainability**: Built on the Polkadot ecosystem, our platform is designed for sustainability and long-term growth. -For detailed information, including statistics and comprehensive details, visit our [Developer Page](https://unique.network/developer/). - -## Join the Unique Network Community +For detailed information visit our [Website](https://unique.network/developer/). -Become a part of our growing community of creators, developers, and NFT enthusiasts. Here are some ways to get involved: +## Join Unique Network Community -- **Telegram**: Join the Unique Network Community on [Telegram](https://t.me/UniqueNetwork). -- **Twitter**: Follow us on [Twitter](https://twitter.com/Unique_NFTchain) for the latest updates. -- **GitHub**: Contribute to our open-source projects on [GitHub](https://github.com/UniqueNetwork). +- [Telegram](https://t.me/UniqueNetwork) +- [Twitter](https://twitter.com/Unique_NFTchain) +- [Discord](https://discord.com/invite/uniquenetwork) -## Contact Us +## Build with us! -If you have any questions or need further assistance, please feel free to reach out: - -- **Email**: [support@unique.network](mailto:support@unique.network) +- GitHub: Contribute to our open-source projects on [GitHub](https://github.com/UniqueNetwork) +- Grant Fund: Access the [NFTs 2.0 CODECRAFT ](https://unique.network/blog/your-access-to-nfts-2-0-codecraft-grant/) +- Support Email: [support@unique.network](mailto:support@unique.network) +- Developer Support: [Telegram for developers](https://t.me/unique_network_support) We are excited to have you on board and can't wait to see what you will create with Unique Network! -Explore our [main website](https://unique.network/) for more details and updates. - - -## Related Articles -- [Our Networks](./networks.md) -- [Why we believe in NFT](./why-nft.md) -- [Unique NFT capabilities](./token-types/nft.md) - +
+
--- -*Unique Network - Redefining NFTs for a Unique Future* +- [Our Networks](./networks.md) +- [Our approach to NFT](./approach.md) +- [Unique NFT capabilities](./token-types/nft.md) \ No newline at end of file diff --git a/docs/about/network-features/pricing.md b/docs/about/network-features/pricing.md index fbbf118..59ca608 100644 --- a/docs/about/network-features/pricing.md +++ b/docs/about/network-features/pricing.md @@ -16,20 +16,30 @@ By maintaining these affordable and predictable costs, we aim to make NFT creati ## Networks and Native Tokens -Unique Network operates across several networks, each with its own native token. These tokens are used to facilitate transactions, including the creation and management of NFTs, RFTs, and fungible tokens. +
+ Unique Network Logo + Unique Network (Polkadot Parachain) +
-### Unique Network (Polkadot Parachain) - **Currency**: UNQ -- **Obtain QTZ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) +- **Obtain UNQ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges +- **Tech info**: [Go to References](https://docs.unique.network/reference/#unique-polkadot-parachain) + +
+ Quartz logo + Quartz (Kusama Parachain) +
-### Quartz (Kusama Parachain) - **Currency**: QTZ - **Obtain QTZ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) +- **Tech info**: [Go to References](https://docs.unique.network/reference/#unique-polkadot-parachain) +
+ Opal + Opal (Testnet) +
-### Opal (Testnet) - **Currency**: OPL - **Obtain OPL**: Use the Telegram faucet bot [@UniqueFaucetBot](https://t.me/UniqueFaucetBot) -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) +- **Tech info**: [Go to References](https://docs.unique.network/reference/#unique-polkadot-parachain) + diff --git a/docs/about/network-features/staking.md b/docs/about/network-features/staking.md index b3250d0..0d4e5c7 100644 --- a/docs/about/network-features/staking.md +++ b/docs/about/network-features/staking.md @@ -16,7 +16,7 @@ Unique Network offers a straightforward staking process for its native tokens, U ## How to Stake ### Step-by-Step Guide: -1. **Access the Staking Hub**: Visit the [Unique Staking Hub](https://unique.network/staking-hub) to get started. +1. **Access the Staking Hub**: Visit the [Unique Staking Hub](https://unique.network/staking/) to get started. 2. **Connect Your Wallet**: Connect your wallet that holds UNQ or QTZ tokens. 3. **Select the Amount to Stake**: Choose the amount of tokens you wish to stake. 4. **Confirm the Transaction**: Confirm the staking transaction in your wallet. @@ -37,19 +37,26 @@ Currently, users can stake their tokens only using Substrate wallets. However, f ## Networks and Native Tokens -Unique Network operates across several networks, each with its own native token. These tokens are used to facilitate transactions, including the creation and management of NFTs, RFTs, and fungible tokens. - -### Unique Network (Polkadot Parachain) +
+ Unique Network Logo + Unique Network (Polkadot Parachain) +
- **Currency**: UNQ -- **Obtain QTZ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) +- **Obtain UNQ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges +- **Tech info**: [Go to References](https://docs.unique.network/reference/#unique-polkadot-parachain) + +
+ Quartz logo + Quartz (Kusama Parachain) +
-### Quartz (Kusama Parachain) - **Currency**: QTZ - **Obtain QTZ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) +- **Tech info**: [Go to References](https://docs.unique.network/reference/#unique-polkadot-parachain) + +
--- -Visit our [Staking Hub](https://unique.network/staking-hub) and start staking today! \ No newline at end of file +Visit our [Staking Hub](https://unique.network/staking/) and start staking today! \ No newline at end of file diff --git a/docs/about/networks.md b/docs/about/networks.md index 30572a1..44a42bb 100644 --- a/docs/about/networks.md +++ b/docs/about/networks.md @@ -1,66 +1,76 @@ # Networks -Unique Network operates across several blockchain networks, each tailored to specific use cases and providing unique features and capabilities. +Unique Network operates across several blockchain networks, each tailored to specific use cases and providing unique features and capabilities: -## Unique Network (Polkadot Parachain) +- [Unique Network (Polkadot Parachain)](#unique-network-polkadot-parachain) +- [Quartz (Kusama Parachain)](#quartz-kusama-parachain) +- [Opal (Testnet)](#opal-testnet) + +## Unique Network Logo Unique Network (Polkadot Parachain) Unique Network is a next-generation blockchain platform specifically designed for NFTs. As a parachain within the Polkadot ecosystem since 2022, it offers unparalleled customization, scalability, and interoperability for digital assets. ### Key Information: - **Currency**: UNQ -- **Relay Chain**: Polkadot -- **Max Supply**: 1,000,000,000 UNQ -- **Supply at Genesis**: 67,770,563 UNQ -- **Inflation**: 10% in the first year, gradually decreasing to 4% by the 10th year -- **Obtain UNQ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges. -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) + - **Max Supply**: 1,000,000,000 UNQ + - **Inflation**: 10% in the first year, gradually decreasing to 4% by the 10th year + - **Utility**: Explore more on the [Website](https://unique.network/about/) +- **Obtain UNQ**: [List of exchanges](https://unique.network/ecosystem/#dex) +- **Network Tech info**: [References](../reference/index.md#unique---polkadot-parachain) + +### Branding: +- [Download SVG icon](https://ipfs.unique.network/ipfs/QmbJ7CGZ2GxWMp7s6jy71UGzRsMe4w3KANKXDAExYWdaFR) +- [More logo variants](https://drive.google.com/drive/folders/1P43JMREgF4vrFsfBlbmPoivr_K9j7IBn) +- Primary Color: #00BFFF + -### Token Utility: -- **Transaction Fees**: All network fees are paid in UNQ, including micro-gas fees for NFT and smart contract transactions. -- **Staking**: UNQ holders can participate in on-chain staking mechanisms such as App Promotion Staking, Reputation Staking, and Vote Staking (Governance) to earn rewards. -- **Governance**: UNQ holders can fund upgrades, deploy technical assets, and supervise treasury funds through governance participation. -For more details about UNQ, please visit our [Website](https://unique.network/about/). -## Quartz (Kusama Parachain) +## Quartz logo Quartz (Kusama Parachain) Quartz operates as a parachain within the Kusama network since 2021, Polkadot's canary network, which allows for more experimental and fast-paced development. ### Key Information: - **Currency**: QTZ -- **Total Supply**: 1,000,000,000 QTZ -- **Circulating Supply at Genesis**: 36,697,268 QTZ -- **Inflation**: 10% in the first year, decreasing consistently to 4% by the 10th year -- **Obtain QTZ**: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges. -- **Tech info**: Visit [Network list](https://docs.unique.network/reference/#unique-polkadot-parachain) - -### Token Utility: -- **Transaction Payments**: Transaction fees proportional to the complexity of applications, including NFT transactions (e.g., 0.1 QTZ per transaction) and smart contract transactions (e.g., 0.2 QTZ per transaction), paid to the treasury. -- **Staking**: QTZ tokens support various staking functions, including App Promotion Staking, Smart Contract Endowment, Reputation Staking, and Vote Staking (Governance). - -For more details about QTZ, please visit our [Website](https://unique.network/quartz/). - -## Opal (Testnet) + - **Total Supply**: 1,000,000,000 QTZ + - **Inflation**: 10% in the first year, decreasing consistently to 4% by the 10th year + - **Utility**: Explore more on the [Website](https://unique.network/quartz/) +- **Obtain QTZ**: [List of exchanges](https://unique.network/ecosystem/#dex) for the list of exchanges. +- **Network Tech info**:[References](../reference/index.md#quartz---kusama-parachain) + +### Branding: +- [Download SVG icon](https://ipfs.unique.network/ipfs/QmaGPdccULQEFcCGxzstnmE8THfac2kSiGwvWRAiaRq4dp) +- [More logo variants](https://drive.google.com/drive/folders/18DjgKAfeQFkhgBOVfywpv7PrstFWd-2W) +- Primary Color: #FF4D6A + + +## Opal Opal (Testnet) Unique Network provides an Opal Testnet for users to experiment with all blockchain features in a safe, fee-free environment. Opal is ideal for developers and users who want to test and refine their applications without the risk associated with real-value tokens. ### Key Information: - **Currency**: OPL -- **Supply**: OPL tokens are freely available and have no real-world value. -- **Obtain OPL**: Use the Telegram faucet bot [@UniqueFaucetBot](https://t.me/UniqueFaucetBot). - -Opal tokens (OPL) are used to simulate real network conditions without incurring any costs. This allows developers to thoroughly test their applications and ensure their robustness before deploying them on mainnet. +- **Supply**: OPL tokens are freely available and have no real-world value +- **Obtain OPL**: Use the Telegram faucet bot [@UniqueFaucetBot](https://t.me/UniqueFaucetBot) +- **Network Tech info**: Visit [References](../reference/index.md#opal---testnet) -## Conclusion +### Branding: +- [Download SVG icon](https://ipfs.unique.network/ipfs/QmYJDpmWyjDa3H6BxweFmQXk4fU8b1GU7M9EqYcaUNvXzc) +- Primary Color: ##0CB6B8 + -Unique Network, Quartz, and Opal together form a comprehensive ecosystem for NFT development and deployment, each serving a specific purpose within the blockchain space. Whether you are looking to deploy production-level applications, experiment with new features, or test in a safe environment, Unique Network has the right platform for you. +
+
--- -*Unique Network - Empowering the Future of NFTs and Blockchain* - ## Related Articles -- [About Unique Network](https://unique.network/about/) -- [Token Types](./token-types/main-types.md) -- [NFT Features](./nft-features/overview.md) - [Staking](./network-features/staking.md) +- [Our approach to NFT](./approach.md) +- [Unique NFT capabilities](./token-types/nft.md) diff --git a/docs/about/nft-features/composable.md b/docs/about/nft-features/composable.md index b74e9f7..191b144 100644 --- a/docs/about/nft-features/composable.md +++ b/docs/about/nft-features/composable.md @@ -2,42 +2,62 @@ Composable NFTs represent a new frontier in the world of digital assets by allowing multiple NFTs to be combined and restructured in flexible and innovative ways. Unlike Customizable NFTs, which focus on modifying individual NFTs by adding or removing predefined elements, Composable NFTs offer complete freedom to combine different NFTs without any preset rules. This approach enhances the utility, value, and engagement of NFTs, opening up new possibilities for creativity and customization. -## Real Life Example +## To put it simply -### Customizable vs. Composable -Consider an art project where you can either create an application (Customizable NFTs) or paint on a blank canvas (Composable NFTs). In the first scenario, you have a set of predefined stickers and positions where you can place them. Your creativity is limited to the options provided by the creator. In the second scenario, you have complete freedom to paint, combine different materials, and create an entirely unique piece without any restrictions. This flexibility and lack of predefined roles are what make Composable NFTs truly special. +> Consider an art project where you can either create a collage (Customizable NFTs) or paint on a blank canvas (Composable NFTs). In the first scenario, you have a set of predefined stickers and positions where you can place them. Your creativity is limited to the options provided by the creator. In the second scenario, you have complete freedom to paint, combine different materials, and create an entirely unique piece without any restrictions. This flexibility and lack of predefined roles are what make Composable NFTs truly special. ## Key Features -### Unlimited Creativity -Composable NFTs enable users to combine different digital assets without any predefined roles, fostering creativity and innovation. This allows for the creation of complex and unique compositions that would not be possible with standalone or customizable NFTs. +- **Unlimited Creativity**: + Composable NFTs enable users to combine different digital assets without any predefined roles, fostering creativity and innovation. This allows for the creation of complex and unique compositions that would not be possible with standalone or customizable NFTs. -### Increased Utility -By merging multiple NFTs, users can create assets with enhanced functionality and value. This can include combining visual, audio, and interactive elements to create rich and engaging digital experiences. +- **Increased Utility**: + By merging multiple NFTs, users can create assets with enhanced functionality and value. This can include combining visual, audio, and interactive elements to create rich and engaging digital experiences. -### No Smart Contracts Required -Composable NFTs can be created and managed without the need for complex smart contract development. This simplifies the process and reduces potential security risks associated with smart contracts. +- **No Smart Contracts Required**: + Composable NFTs can be created and managed without the need for complex smart contract development. This simplifies the process and reduces potential security risks associated with smart contracts. ## Use Case Examples -### Gaming -- **Modular Game Worlds**: Players can combine different NFT-based game assets like terrains, buildings, and NPCs to create unique gaming levels or experiences, offering unlimited creative freedom. +### 🎮 Gaming +Players can combine different NFT-based game assets like terrains, buildings, and NPCs to create unique gaming levels or experiences, offering unlimited creative freedom. -### Fashion & Retail -- **Wardrobe Compositions**: Shoppers mix and match individual garment NFTs from arbitrary collections to create complete outfits, sharing or trading looks with others, without any preset combinations. +### 👗 Fashion & Retail +Shoppers mix and match individual garment NFTs from arbitrary collections to create complete outfits, sharing or trading looks with others, without any preset combinations. -### Music & Entertainment -- **Fan-Curated Playlists**: Users create unique music experiences by compiling a track list from various artists, with each track represented as an NFT. Create music compositions by creating a time-based sample and track segment arrangement (audio-NFT compositing). +### 🎵 Music & Entertainment +Users create unique music experiences by compiling a track list from various artists, with each track represented as an NFT. Create music compositions by creating a time-based sample and track segment arrangement (audio-NFT compositing). -### Art & Digital Collectibles +### 🖼️ Art & Digital Collectibles - **Virtual Galleries**: Art enthusiasts create personalized art exhibitions by combining artworks from different artists into a single, navigable 3D space, allowing for unique and dynamic displays. -### Real Estate & Virtual Spaces -- **Modular Building Sets**: Users can create complex structures by combining basic building block NFTs, allowing for the construction of unique virtual environments, providing complete architectural freedom. +### 🏠 Real Estate & Virtual Spaces +Users can create complex structures by combining basic building block NFTs, allowing for the construction of unique virtual environments, providing complete architectural freedom. +## Your Case + +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit into this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? + +Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+
+ +--- ## Related Articles -Unique Network offers a range of advanced NFT features to make any use case real: +[NFT Features Overview](../token-types/nft.md) - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) @@ -45,5 +65,4 @@ Unique Network offers a range of advanced NFT features to make any use case real - [Dynamic NFTs](../nft-features/dynamic.md) - [Customizable NFTs](../nft-features/customizable.md) - [Composable NFTs](../nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](../token-types/nft.md) \ No newline at end of file + \ No newline at end of file diff --git a/docs/about/nft-features/customizable.md b/docs/about/nft-features/customizable.md index d21cbf2..897f0d9 100644 --- a/docs/about/nft-features/customizable.md +++ b/docs/about/nft-features/customizable.md @@ -1,55 +1,66 @@ # Customizable NFTs -## Overview +Customizable NFTs are designed to allow users to modify and personalize their digital assets. Building on the foundation of dynamic and nested NFTs, the concept of customizable NFTs further expands the landscape of digital asset interaction. In these cases, the trigger that causes the NFT change is an ‘update of NFTs relationships’ event: creation of the NFT bundle or its recomposition in various ways. Customizable NFTs allow for the crafting of specific collections with predetermined roles and relationships, enabling users to create intricate and interactive digital assets. -Customizable NFTs are designed to allow users to modify and personalize their digital assets. - -Building on the foundation of dynamic and nested NFTs, the concept of customizable NFTs further expands the landscape of digital asset interaction. - -In these cases, the trigger that causes the NFT change is an ‘update of NFTs relationships’ event: creation of the NFT bundle or its recomposition in various ways. Customizable NFTs allow for the crafting of specific collections with predetermined roles and relationships, enabling users to create intricate and interactive digital assets. - -## Real Life Example - -### Game character -Imagine you are playing an online game and have a base character NFT. You can customize this character by equipping it with various items like armor, weapons, and accessories, each represented as separate NFTs. These items can change the character's appearance and attributes, providing a unique and personalized gaming experience. This customization is straightforward and intuitive, similar to dressing up a virtual character in different outfits and gear. - -### Music track -Imagine you are a music producer. You start with a several beat NFT as the base, then add separate NFTs for guitar riffs, bass lines, and drum elements. By mixing these NFTs, you create unique tracks, with each element customizable and tradable. This allows you to use the same beat NFT across multiple tracks while varying other layers to produce different compositions. +## To put it simply +> Imagine you are a music producer. You start with a beat NFT as the base, then add separate NFTs for guitar riffs, bass lines, and drum elements. By mixing these NFTs, you create unique tracks, with each element separate and tradable. This also allows you to use the same beat NFT across multiple tracks while varying other layers to produce different compositions. ## Key Features -### Enhanced Personalization -Customizable NFTs allow users to personalize their digital assets by equipping them with other NFTs. This can include adding new features, appearances, or functionalities, making each NFT unique. +- **Enhanced Personalization**: + Customizable NFTs allow users to personalize their digital assets by equipping them with other NFTs. This can include adding new features, appearances, or functionalities, making each NFT unique. -### Multi-Layered Ownership -These NFTs support multi-layered ownership structures, where a single NFT can own multiple other NFTs. This enables the creation of complex asset hierarchies and enhances the flexibility and utility of digital assets. +- **Multi-Layered Ownership**: + These NFTs support multi-layered ownership structures, where a single NFT can own multiple other NFTs. This enables the creation of complex asset hierarchies and enhances the flexibility and utility of digital assets. -### Visual and Functional Changes -Customizable NFTs can undergo visual and functional changes based on the equipped NFTs. This provides a dynamic and engaging experience for users, as their NFTs can evolve and adapt over time. +- **Visual and Functional Changes**: + Customizable NFTs can undergo visual and functional changes based on the equipped NFTs. This provides a dynamic and engaging experience for users, as their NFTs can evolve and adapt over time. -### No Smart Contracts Required -Customizable NFTs can be created and managed without the need for complex smart contract development. This simplifies the process and reduces potential security risks associated with smart contracts. +- **No Smart Contracts Required**: + Customizable NFTs can be created and managed without the need for complex smart contract development. This simplifies the process and reduces potential security risks associated with smart contracts. ## Use Case Examples -### Gaming +### 🎮 Gaming Players can customize their game assets by choosing from a variety of options for environments, characters, and tools, creating a personalized gaming experience. -### Fashion & Retail +### 👗 Fashion & Retail Customers can design their own clothing by selecting styles, colors, and accessories from a brand's digital collection, making each piece unique to their taste. -### Music & Entertainment +### 🎵 Music & Entertainment Fans can customize their fan-cards by collecting badges from each concert they attend, creating a personalized memento of their concert experiences. -### Art & Digital Collectibles +### 🖼️ Art & Digital Collectibles Collectors can customize digital frames or backgrounds for digital art pieces, adding personal touches while maintaining the integrity and value of the original artwork. -### Real Estate & Virtual Spaces +### 🏠 Real Estate & Virtual Spaces Users can select from various furniture and decor options to design virtual spaces within their NFT properties, allowing for a personalized and unique virtual environment. +## Your Case + +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit into this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? + +Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+
+ +--- + ## Related Articles -Unique Network offers a range of advanced NFT features to make any use case real: +[NFT Features Overview](../token-types/nft.md) - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) @@ -57,5 +68,4 @@ Unique Network offers a range of advanced NFT features to make any use case real - [Dynamic NFTs](../nft-features/dynamic.md) - [Customizable NFTs](../nft-features/customizable.md) - [Composable NFTs](../nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](../token-types/nft.md) \ No newline at end of file + \ No newline at end of file diff --git a/docs/about/nft-features/dynamic.md b/docs/about/nft-features/dynamic.md index 641234c..4bb995e 100644 --- a/docs/about/nft-features/dynamic.md +++ b/docs/about/nft-features/dynamic.md @@ -1,63 +1,80 @@ # Dynamic NFTs -## Overview - Dynamic NFTs are a new and innovative format that allows NFTs to change and evolve over time based on external factors. Unlike static NFTs, which remain unchanged once minted, Dynamic NFTs can alter their metadata in response to various triggers such as user interactions, in-game achievements, or real-time data feeds from external APIs. This dynamic nature transforms NFTs from static collectibles into living digital assets that can offer continuous engagement and interactivity. -## Real Life Examples - -1. **Weather Forecast**: Imagine the weather forecast you see on your phone. It updates itself at predetermined intervals set by the developer, ensuring you always see the most current information. Similarly, a Dynamic NFT can update its attributes or appearance based on real-time data. +## To put it simply -2. **Gaming Character**: Consider a character in a video game that levels up and gains new skills. When a player reaches a new level, the character’s attributes and skills change, and you see these updates reflected in the game menu. The character’s weapons and other items might also change characteristics based on the player's achievements. This all happens automatically based on events programmed by the game developers +> Imagine a game character, represented as an NFT, that can grow both over time and through actions. For example, a magical knight automatically gains experience and levels up every week, but also acquires new abilities and changes appearance after defeating bosses. The character NFT evolves accordingly based on events programmed by the game developers. ## Key Features -### Interactive and Engaging -Dynamic NFTs can respond to user actions and external events, creating a more engaging and interactive experience for users. This can be particularly valuable in gaming and digital art, where user interactions can drive changes in the NFTs. +- **Interactive and Engaging**: + Dynamic NFTs can respond to user actions and external events, creating a more engaging and interactive experience for users. This can be particularly valuable in gaming and digital art, where user interactions can drive changes in the NFTs. -### Real-Time Updates -The metadata of Dynamic NFTs can be updated in real-time based on data from external sources such as APIs. This allows NFTs to reflect real-world events, such as changes in weather, stock prices, or sports scores, providing a richer and more relevant user experience. +- **Real-Time Updates**: + The metadata of Dynamic NFTs can be updated in real-time based on data from external sources such as APIs. This allows NFTs to reflect real-world events, such as changes in weather, stock prices, or sports scores, providing a richer and more relevant user experience. -### Programmable Elements -Dynamic NFTs can include programmable elements that react to specific conditions or triggers. These elements can be coded to change the NFT's attributes, unlock new content, or modify its appearance or functionality based on user interactions or external data. +- **Programmable Elements**: + Dynamic NFTs can include programmable elements that react to specific conditions or triggers. These elements can be coded to change the NFT's attributes, unlock new content, or modify its appearance or functionality based on user interactions or external data. -### Adaptive Design -Dynamic NFTs can be designed to adapt over time, reflecting changes in the environment or user behavior. For example, an NFT artwork could change colors or shapes depending on the time of day or the weather, creating a more immersive and responsive user experience. +- **Adaptive Design**: + Dynamic NFTs can be designed to adapt over time, reflecting changes in the environment or user behavior. For example, an NFT artwork could change colors or shapes depending on the time of day or the weather, creating a more immersive and responsive user experience. ## Benefits for Users -### Continuous Engagement -Dynamic NFTs provide continuous engagement by evolving and changing over time. This keeps users interested and invested in the NFTs, as they can see their assets grow and develop. The constant evolution of Dynamic NFTs creates a sense of ongoing interaction and involvement for the user. +- **Continuous Engagement**: + Dynamic NFTs provide continuous engagement by evolving and changing over time. This keeps users interested and invested in the NFTs, as they can see their assets grow and develop. The constant evolution of Dynamic NFTs creates a sense of ongoing interaction and involvement for the user. -### Personalized Experiences -Dynamic NFTs can offer personalized experiences by adapting to individual user actions and preferences. This can create a more tailored and unique experience for each user, making their NFTs feel more relevant and personal. +- **Personalized Experiences**: + Dynamic NFTs can offer personalized experiences by adapting to individual user actions and preferences. This can create a more tailored and unique experience for each user, making their NFTs feel more relevant and personal. -### Increased Value -The dynamic nature of these NFTs can increase their value, as NFTs that evolve based on user achievements or real-world events may become more desirable and valuable over time. Collectors and investors may find these evolving assets more appealing due to their unique and changing characteristics. +- **Increased Value**: + The dynamic nature of these NFTs can increase their value, as NFTs that evolve based on user achievements or real-world events may become more desirable and valuable over time. Collectors and investors may find these evolving assets more appealing due to their unique and changing characteristics. -### Real-Time Interaction -Users can interact with Dynamic NFTs in real-time, seeing immediate changes based on their actions or external inputs. This real-time interaction enhances the user's sense of connection and control over their digital assets. +- **Real-Time Interaction**: + Users can interact with Dynamic NFTs in real-time, seeing immediate changes based on their actions or external inputs. This real-time interaction enhances the user's sense of connection and control over their digital assets. ## Use Case Examples -### Gaming +### 🎮 Gaming: Evolving Characters Dynamic NFTs can be used in games to create evolving characters, items, and worlds. For example, a character NFT can gain new abilities or change appearance based on the player's actions and achievements in the game. This adds a layer of depth and immersion to the gaming experience. -### Digital Art +### 🖼️ Digital Art: Interactive Artwork Artists can create dynamic digital art that changes over time or in response to viewer interactions. This can include pieces that evolve based on the time of day, weather conditions, or user input, offering a more engaging and interactive artistic experience. -### Collectibles +### 🧸 Collectibles: Digital Pets Dynamic NFTs can be used to create dynamic collectibles that change and grow over time. For example, a digital pet NFT can evolve and gain new features as the owner interacts with it. This ongoing evolution can increase the collectible's appeal and value. -### Financial Instruments +### 💹 Financial Instruments: Real-Time Updates Dynamic NFTs can represent financial instruments that change value based on market conditions. For example, an NFT representing a stock portfolio can update its value in real-time based on stock prices, providing a transparent and up-to-date representation of the portfolio's value. -### Music and Entertainment +### 🎵 Music and Entertainment: Interactive Experiences Dynamic NFTs can be used in music and entertainment to create interactive experiences. For example, a music NFT could change its composition or visuals based on listener interactions or external data, offering a unique and evolving experience for fans. +## Your Case + +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit into this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? + +Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs****: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+
+ +--- ## Related Articles -Unique Network offers a range of advanced NFT features to make any use case real: +[NFT Features Overview](../token-types/nft.md) - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) @@ -65,5 +82,4 @@ Unique Network offers a range of advanced NFT features to make any use case real - [Dynamic NFTs](../nft-features/dynamic.md) - [Customizable NFTs](../nft-features/customizable.md) - [Composable NFTs](../nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](../token-types/nft.md) \ No newline at end of file + \ No newline at end of file diff --git a/docs/about/nft-features/multimedia.md b/docs/about/nft-features/multimedia.md index 14d5634..4ccca42 100644 --- a/docs/about/nft-features/multimedia.md +++ b/docs/about/nft-features/multimedia.md @@ -1,26 +1,50 @@ # Multimedia NFTs -Multimedia NFTs are a unique NFT format that enables the storage of multiple files within a single token. These NFTs seamlessly integrate various file types such as images, videos, audio, 3D models, PDFs, text or JSON files, without the need for complex smart contracts. +Multimedia NFTs are a unique NFT format that enables the storage of multiple files within a single token. These NFTs seamlessly integrate various file types such as images, videos, audio, 3D models, PDFs, text, or JSON files, without the need for complex smart contracts. ## Key Features -### Store Any Digital Files in One NFT -Enjoy maximum convenience by storing diverse media formats in a single NFT or several files of the same format, the choice is yours. -### Add New Files Over Time -Greater flexibility and customization as you can update your NFT with new files whenever needed. -### Seamless Integration -Integrate various media formats and structured data to transform how you share, collaborate, and interact with digital assets. +- **Store Any Digital Files in One NFT**: + Enjoy maximum convenience by storing diverse media formats in a single NFT or several files of the same format, the choice is yours. + +- **Add New Files Over Time**: + Greater flexibility and customization as you can update your NFT with new files whenever needed. + +- **Seamless Integration**: + Integrate various media formats and structured data to transform how you share, collaborate, and interact with digital assets. ## Use Cases -### Advanced NFT Collections -Traditional NFTs typically feature a single image per token. With Multimedia NFTs, we can add elements such as a GIF, 3D model and even an MP3 file. +- **Advanced NFT Collections**: + Traditional NFTs typically feature a single image per token. With Multimedia NFTs, we can add elements such as a GIF, 3D model, and even an MP3 file. -### Programmable Elements -A Multimedia NFT can store technical data in it. For example you can put JSON file with various information such as personalized settings along with character images or video. As users interact with your dApp, you can update the JSON file within the NFT to reflect changes. +- **Programmable Elements**: + A Multimedia NFT can store technical data in it. For example, you can put a JSON file with various information such as personalized settings along with character images or video. As users interact with your dApp, you can update the JSON file within the NFT to reflect changes. + +## Need use case ideas? + +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit into this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? + +Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+
+ +--- ## Related Articles -Unique Network offers a range of advanced NFT features to make any use case real: +[NFT Features Overview](../token-types/nft.md) - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) @@ -28,5 +52,4 @@ Unique Network offers a range of advanced NFT features to make any use case real - [Dynamic NFTs](../nft-features/dynamic.md) - [Customizable NFTs](../nft-features/customizable.md) - [Composable NFTs](../nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](../token-types/nft.md) \ No newline at end of file + \ No newline at end of file diff --git a/docs/about/nft-features/native.md b/docs/about/nft-features/native.md index 318da1f..7f3bf43 100644 --- a/docs/about/nft-features/native.md +++ b/docs/about/nft-features/native.md @@ -4,14 +4,12 @@ Native NFTs on Unique Network represent a groundbreaking approach to creating and managing non-fungible tokens. Unlike traditional NFTs that rely heavily on smart contracts, Native NFTs are built directly into the blockchain protocol. This integration offers significant advantages in terms of simplicity, speed, cost efficiency, and security, making them a superior choice for a wide range of applications. -## Comparison - -### Smart Contract NFTs (Old Approach) +## How Unique Native NFTs differs from Smart Contract NFTs (Old Approach) Smart Contract NFTs, also known as traditional NFTs, typically reside on blockchains like Ethereum and require smart contracts for their creation and management. These NFTs have become the standard by being the first to leverage existing blockchain infrastructure, even though it was not originally designed to store them. The majority of Smart -**Real Life Example** -Let's say you want to have a car. And you decide to build a car from scratch. You hire a team of designers and engineers, find a nearest manufacturer and make an order. After several months, you finally have a custom-built car, you send it for safety audit and it hopefully passes. However, any future repairs or upgrades will require going back to the original team, and if they missed something, like windshield wipers, you're stuck with the issue. This represents the traditional smart contract NFTs, which are complex and require ongoing expensive specialized support. +**To put it simply** +Let's say need a car. And you decide to build it from scratch. You hire a team of designers and engineers, find a nearest manufacturer and make an order. After several months, you finally have a custom-built car, you send it for safety audit and it hopefully passes. However, any future repairs or upgrades will require going back to the original team, and if they missed something, like windshield wipers, you're stuck with the issue. This represents the traditional smart contract NFTs, which are complex and require experienced developers and ongoing expensive support. #### Disadvantages - **Complexity**: The use of smart contracts requires technical knowledge, making it less accessible for non-developers. @@ -23,29 +21,51 @@ Let's say you want to have a car. And you decide to build a car from scratch. Yo Native NFTs are an NFT format built by the Unique Network blockchain that enables the minting of NFTs in seconds without using smart contracts or complex tools. This streamlined process offers greater accessibility and efficiency for creating and managing NFTs. **Native NFTs fully support the ERC-721 standard and its extensions**, ensuring compatibility and interoperability while providing additional flexibility and freedom. -**Real Life Example** +**To put it simply** You need a car. You go to a reputable car dealership. The dealership has already taken care of everything – design, manufacturing, safety tests, and regulatory compliance. You simply choose the car you like, pay for it, and drive away. The process is quick, safe, and hassle-free. This is akin to Native NFTs on our chain, where everything is streamlined and user-friendly. ## Native NFTs Key Features -### Simplified Creation and Management -Native NFTs eliminate the need for complex smart contracts, streamlining the creation and management process. This accessibility allows users, regardless of their technical expertise, to mint NFTs in seconds. The straightforward process encourages broader adoption and experimentation with NFTs. +- **Simplified Creation and Management**: + Native NFTs eliminate the need for complex smart contracts, streamlining the creation and management process. This accessibility allows users, regardless of their technical expertise, to mint NFTs in seconds. The straightforward process encourages broader adoption and experimentation with NFTs. + +- **Customization and Flexibility**: + Native NFTs are fully compatible with the ERC-721 standard, but offering extensive customization options. This flexibility allows creators to define unique attributes and functionalities for their NFTs, catering to specific needs and enhancing the value proposition of their digital assets. + +- **Enhanced Speed and Efficiency**: + The absence of smart contract execution in Native NFTs results in faster minting and transaction times. This efficiency ensures a seamless user experience, particularly important during periods of high network activity. Quick processing times enhance user satisfaction and facilitate real-time interactions. + +- **Cost Efficiency**: + Native NFTs significantly reduce transaction fees by bypassing the need for smart contracts. Lower costs make it economically viable for users to create, trade, and manage NFTs, fostering a more inclusive environment for NFT innovation. This affordability is crucial for attracting new users and supporting diverse use cases. + +- **Robust Security**: + By embedding NFT functionality directly into the blockchain, Native NFTs minimize the security risks associated with smart contracts, such as vulnerabilities and exploits. This intrinsic security framework provides a more reliable environment for managing digital assets, ensuring the integrity and safety of NFT transactions. -### Customization and Flexibility -Native NFTs are fully compatible with the ERC-721 standard, but offering extensive customization options. This flexibility allows creators to define unique attributes and functionalities for their NFTs, catering to specific needs and enhancing the value proposition of their digital assets. +## Need use case ideas? -### Enhanced Speed and Efficiency -The absence of smart contract execution in Native NFTs results in faster minting and transaction times. This efficiency ensures a seamless user experience, particularly important during periods of high network activity. Quick processing times enhance user satisfaction and facilitate real-time interactions. +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit into this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? -### Cost Efficiency -Native NFTs significantly reduce transaction fees by bypassing the need for smart contracts. Lower costs make it economically viable for users to create, trade, and manage NFTs, fostering a more inclusive environment for NFT innovation. This affordability is crucial for attracting new users and supporting diverse use cases. +Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: -### Robust Security -By embedding NFT functionality directly into the blockchain, Native NFTs minimize the security risks associated with smart contracts, such as vulnerabilities and exploits. This intrinsic security framework provides a more reliable environment for managing digital assets, ensuring the integrity and safety of NFT transactions. +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+
+ +--- ## Related Articles -Unique Network offers a range of advanced NFT features to make any use case real: +[NFT Features Overview](../token-types/nft.md) - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) @@ -53,5 +73,4 @@ Unique Network offers a range of advanced NFT features to make any use case real - [Dynamic NFTs](../nft-features/dynamic.md) - [Customizable NFTs](../nft-features/customizable.md) - [Composable NFTs](../nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](../token-types/nft.md) \ No newline at end of file + \ No newline at end of file diff --git a/docs/about/nft-features/nested.md b/docs/about/nft-features/nested.md index 7543210..ceebcd4 100644 --- a/docs/about/nft-features/nested.md +++ b/docs/about/nft-features/nested.md @@ -4,54 +4,68 @@ Nested NFTs, also known as Bundled NFTs or NFT Containers, are a unique format that allows one NFT to own other NFTs, forming a parent-child relationship in a tree structure. This nesting mechanism enables the creation of complex hierarchies of digital assets within a single token, turning it into a multi-dimensional, multi-layered entity. Unlike traditional NFTs, which are standalone, Nested NFTs offer enhanced functionality and versatility, making them ideal for various advanced applications. -Although nesting sounds complex, creating a bundle is indeed as simple as making one transfer transaction. Any NFT in our network can be read as an address, allowing it to own other assets, whether they are other NFTs or coins. +Although nesting sounds complex, creating a bundle is indeed as simple as making one transfer transaction. Any NFT in our network can be read as an address, allowing it to own other assets, whether they are other NFTs or coins. -The nesting depth of a bundle is limited to 5 generations (or 5 layers deep). +The nesting depth of a bundle is limited to 5 generations (or 5 layers deep). -## Real Life Example +## To put it simply -Imagine you have a bag. Inside this bag, you can put different items: a wallet, books, and gadgets. Inside the wallet, you can have several items such as cards, photos, and money. - -This illustrates how Nested NFTs work. You have a main NFT (the bag) that contains other NFTs (the wallet, books, gadgets), and those NFTs can contain even more NFTs (cards, photos) or coins (money). +> Imagine you have a bag. Inside this bag, you can put different items: a wallet, books, and gadgets. Inside the wallet, you can have several items such as cards, photos, and money. This illustrates how Nested NFTs work. You have a main NFT (the bag) that contains other NFTs (the wallet, books, gadgets), and those NFTs can contain even more NFTs (cards, photos) or coins (money). ## Key Features -### No Smart Contracts Required -Nested NFTs can be created and managed without the need for complex smart contract development. This simplifies the process and reduces potential security risks associated with smart contracts. +- **No Smart Contracts Required**: Nested NFTs can be created and managed without the need for complex smart contract development. This simplifies the process and reduces potential security risks associated with smart contracts. -### Hierarchical Structures -Nested NFTs allow embedding or linking one NFT within another, creating rich, hierarchical digital asset structures. This feature is particularly useful for applications that require complex asset relationships. +- **Hierarchical Structures in One transfer**: Nested NFTs allow embedding or linking one NFT within another, creating rich, hierarchical digital asset structures. This feature is particularly useful for applications that require complex asset relationships. -### Simplified Management -By nesting multiple NFTs within a single parent NFT, users can manage numerous assets through a single NFT. This simplifies portfolio and transaction processes, making it easier to handle large collections of digital assets. The process of creating a bundle is as simple as a transfer transaction, making it intuitive and logical, much like putting items into a bag. +- **Simplified Management**: By nesting multiple NFTs within a single parent NFT, users can manage numerous assets through a single NFT. This simplifies portfolio and transaction processes, making it easier to handle large collections of digital assets. The process of creating a bundle is as simple as a transfer transaction, making it intuitive and logical, much like putting items into a bag. ## Benefits for Users -### Enhanced Interactivity -Nested NFTs enable unique interactions between nested elements, offering users a rich and engaging experience. This can be particularly valuable in interactive applications such as games and digital storytelling. +- **Enhanced Interactivity**: Nested NFTs enable unique interactions between nested elements, offering users a rich and engaging experience. This can be particularly valuable in interactive applications such as games and digital storytelling. -### Increased Value -The ability to nest NFTs can create new value dynamics, as certain combinations of nested assets might become highly sought after. This can increase the overall value of digital collections. +- **Increased Value**: The ability to nest NFTs can create new value dynamics, as certain combinations of nested assets might become highly sought after. This can increase the overall value of digital collections. -### Creative Freedom -Nested NFTs allow for new forms of artistic and creative expression, enabling intricate and multi-layered digital creations. Artists and creators can explore complex compositions and innovative presentations. +- **Creative Freedom**: Nested NFTs allow for new forms of artistic and creative expression, enabling intricate and multi-layered digital creations. Artists and creators can explore complex compositions and innovative presentations. ## Use Case Examples -### Digital Storytelling +### 📖 Digital Storytelling Authors can nest chapters or scenes within a complete book or movie NFT. This structure provides a cohesive and interactive way to present digital stories, allowing for a richer narrative experience. -### Art Installations +### 🎨 Art Installations Represent physical art installations as a primary NFT, with individual pieces as nested NFTs. This allows for a comprehensive digital representation of complex art projects, enhancing the display and interaction possibilities. -### Gaming -In-game assets such as characters, weapons, and armor can be nested under a primary game character NFT. This simplifies asset management and enhances the gaming experience by creating a unified structure for all in-game items. +### 🎮 Gaming: In-game Assets +In-game assets such as characters, weapons, and armor can be nested under a primary game character NFT. This simplifies asset management and enhances the gaming experience by creating a unified structure for all in-game items. -### Fashion and Retail +### 👗 Fashion & Retail: Virtual Showrooms Brands can create virtual showrooms where customers design their own clothing by selecting styles, colors, and accessories from a brand's digital collection. Each selected item can be a nested NFT within a main wardrobe NFT. +## Your Case + +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit into this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? + +Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider and use the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` + +
+
+ +--- + ## Related Articles -Unique Network offers a range of advanced NFT features to make any use case real: +[NFT Features Overview](../token-types/nft.md) - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) @@ -59,5 +73,4 @@ Unique Network offers a range of advanced NFT features to make any use case real - [Dynamic NFTs](../nft-features/dynamic.md) - [Customizable NFTs](../nft-features/customizable.md) - [Composable NFTs](../nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](../token-types/nft.md) \ No newline at end of file + \ No newline at end of file diff --git a/docs/about/tech-concepts/addresses/index.md b/docs/about/tech-concepts/addresses/index.md index c2c7203..13d904c 100644 --- a/docs/about/tech-concepts/addresses/index.md +++ b/docs/about/tech-concepts/addresses/index.md @@ -3,7 +3,7 @@ An address represents an identity - usually of a person or an organization - capable of making transactions or holding funds. Although addresses are most often used to represent a person, that doesn't have to be the case. An address can be used to perform operations on behalf of a user or another entity or to perform operations autonomously. In addition, any single person or entity could have multiple -addresses for different purposes. All [our networks](/networks/index.md) are Substrate-based blockchains, and you can have specialized addresses for holding funds that +addresses for different purposes. All [our networks](../../networks.md) are Substrate-based blockchains, and you can have specialized addresses for holding funds that are separate from addresses used for making transactions. ### Substrate addresses diff --git a/docs/about/timeline.md b/docs/about/timeline.md new file mode 100644 index 0000000..fc3f888 --- /dev/null +++ b/docs/about/timeline.md @@ -0,0 +1,101 @@ +# Timeline + +Unique Network has a rich history of innovation and achievement. We were the first team in the Polkadot ecosystem to recognize the transformative potential of NFTs. As pioneers, we have achieved several significant firsts: +- The first NFT-specific parachain (2020). +- The first NFT collection on Polkadot (2021). +- The first NFT marketplace on Polkadot (2021). +- The first NFT XCM channel (2023). +We continue to lead the way, having been entrusted with, and eagerly undertaking, the task of developing global NFT XCM in 2024. + +Here are the key milestones that have shaped our journey from inception to the present and our ambitious plans for the future. + +## 2020: Establishing a Strong Foundation + +**Foundation** +- ✅ Unique Network founded on Polkadot +- ✅ Developed the NFT Tracking Module (NFT Palette), a cornerstone for NFT innovation + +**Recognition** +- ✅ Awarded with "Build a Blockchain Champion" and "Community Choice" at Hackusama 2020 + +**Technical Advancements** +- ✅ Delivered Web3 Foundation grant for pioneering Substrate C++ API development +- ✅ Delivered Web3 Foundation grant for groundbreaking Polkadot Substrate .NET API +- ✅ Delivered SR25519 library in C and C#, enabling more dApp creators on Polkadot +- ✅ Delivered PostgreSQL Indexer and Consensus Ensurer, boosting blockchain efficiency + +## 2021: Accelerating Growth and Engagement + +**Development** +- ✅ Published Unique Network Technical Paper +- ✅ Developed core Unique Native NFT functionality and metadata standard 一 no smart contracts needed +- ✅ Launched UI for NFT Wallet, Collection Administrator, and Block Explorer + +**Network Launches** +- ✅ Won the 14th Kusama Parachain slot for Quartz network +- ✅ Quartz network produced the first block on 2021-11-27 +- ✅ Launched Opal Network testnet (for External use) and Sapphire (for Internal use) + +**Firsts** +- ✅ Created First NFT collection on Polkadot 一 Substrapunks +- ✅ Launched First NFT Marketplace on Polkadot + +## 2022: Expanding Reach and Capabilities + +**Development** +- ✅ Developed Unique RFT (fractional NFT) +- ✅ Developed Unique Nested NFTs +- ✅ Developed UNQ and QTZ staking mechanisms +- ✅ Implemented EVM Smart contracts +- ✅ Launched SDK (JS/TS Library + Rest API) + +**Network Launches** +- ✅ Won the 14th Polkadot Parachain slot for Unique Network +- ✅ Unique Network produced the first block on 2022-06-04 + +**Global Engagement** +- ✅ Engaged in over 20 global events +- ✅ Partnered with COP27, DigitalArt4Climate, Lemonade Social, OG Protocol, etc. + +## 2023: Broadening Horizons + +**Development** +- ✅ Built the first NFT XCM channel in the Polkadot ecosystem +- ✅ Developed Ethereum API for native NFT, Fractional NFT, and Fungible collections +- ✅ Launched SDKs for iOS, Android, and Unity +- ✅ Launch Customizable NFT Marketplace + +**Global Engagement** +- ✅ Engaged in Polkadot Relayers Incubator 2023 and over 50 global events +- ✅ Partnered with DUNDAS, Victoria Bousis, AngelHack, DEGA, etc. + +## 2024: The Future Look Ahead + +**Recognition** +- ✅ Outpace Solana and Polygon in NFT minting speed, exceeding 5300 NFTs per minute +- ✅ Earn approval for the NFT XCM 'Cross Chain NFTs' proposal + +**Development** +- ✅ Release Unique NFT Metadata Standard 2.0 +- ⏳ Launch a set of Customizable NFTs development tools +- ⏳ Complete NFT XCM Milestones 2-4 - Integration Tools, New Asset Transactor integrations, XCM Asset Metadata Operations RFC + +**Engagement** +- ⏳ Continue integrating Unique Network’s advanced NFT mechanics to wallets and marketplaces +- ⏳ Deepen the Engagement in Gaming, Event Management, Multifaceted Art, and Environmental Use Cases +- ⏳ Continue our Journey to true Mass Adoption of the most powerful Unique Network’s Advanced NFTs + +
+ +Unique Network's journey is marked by a series of strategic advancements and innovations, each contributing to our mission of redefining NFTs and blockchain technology. As we continue to grow and evolve, we remain committed to pushing the boundaries of what's possible, driving mass adoption, and creating value for our community. + +
+ +
+ +--- + +## Related Articles +- [Our Networks](./networks.md) +- [Our approach to NFT](./approach.md) +- [Unique NFT capabilities](./token-types/nft.md) diff --git a/docs/about/token-types/coins.md b/docs/about/token-types/coins.md index 84fd931..6875d48 100644 --- a/docs/about/token-types/coins.md +++ b/docs/about/token-types/coins.md @@ -44,6 +44,12 @@ Unique Network fully supports the ERC-20 standard, enabling the creation and man - **Incentive Programs**: Develop and implement reward programs using ERC-20 tokens to incentivize user participation and loyalty. - **Governance**: Utilize ERC-20 tokens for decentralized governance, allowing stakeholders to vote on key decisions affecting the ecosystem. +
+ +
+ +--- + ## Related Articles - [Token Types overview](./coins.md) diff --git a/docs/about/token-types/main-types.md b/docs/about/token-types/main-types.md index 7286358..d2d66e6 100644 --- a/docs/about/token-types/main-types.md +++ b/docs/about/token-types/main-types.md @@ -1,6 +1,9 @@ -# Token Types +# Overview -In the world of blockchain technology, there are various types of tokens that serve different purposes and functionalities. This section will explain the primary types of tokens: coins, NFTs (Non-Fungible Tokens), and Fractional NFTs, provide definitions, and clarify the differences between them. +In the world of blockchain technology, there are various types of tokens that serve different purposes and functionalities. This section will explain the primary types of tokens, and clarify the differences between them: +- [Coins](#coins) +- [NFTs (Non-Fungible Tokens)](#non-fungible-tokens-nfts) +- [Fractional NFTs](#fractional-nfts-rfts) ## Coins diff --git a/docs/about/token-types/nft.md b/docs/about/token-types/nft.md index 08bcb3f..58c17f7 100644 --- a/docs/about/token-types/nft.md +++ b/docs/about/token-types/nft.md @@ -2,52 +2,58 @@ Non-Fungible Tokens (NFTs) are unique digital assets that represent ownership or proof of authenticity of a specific item, whether digital or physical. -# Unique NFT Features Overview +At Unique Network, we approach NFTs as both a groundbreaking technology and versatile metadata containers. This perspective allows us to unlock a wide range of applications and functionalities beyond traditional use cases. Learn more about our innovative approach and the potential of NFTs [here](../approach.md). -## Introduction +#### Native and Multimedia NFTs -The world of NFTs (Non-Fungible Tokens) is rapidly evolving, bringing with it a variety of innovative features that enhance digital ownership, interactivity, and customization. This section provides an overview of the key NFT features available on Unique Network, showcasing how each feature contributes to the versatility and functionality of NFTs. By exploring these features, users can gain a deeper understanding of the potential applications and benefits of NFTs in various industries. +All NFTs on Unique Network are both Native and Multimedia. This foundational approach ensures that NFTs are integrated directly into the blockchain protocol and can store multiple file types within a single token. -## Native and Multimedia NFTs +- [Native NFTs](../nft-features/native.md): Simplified creation and management, enhanced security, and cost efficiency. +- [Multimedia NFTs](../nft-features/multimedia.md): Ability to store and update multiple file types, providing enhanced flexibility and customization. -All NFTs on Unique Network are both Native and Multimedia. This foundational approach ensures that NFTs are integrated directly into the blockchain protocol and can store multiple file types within a single token. +## Advanced NFT features overview + +The advanced features of NFTs on Unique Network are designed to complement and enhance each other. The core features: + +- **Nested NFTs** provide the ability to create hierarchical structures in one transfer transaction. +- **Dynamic NFTs** enable real-time updates and interactivity. + +Using these, more advanced configurations can be created: +- **Customizable NFTs = Nested + Dynamic + Predefined equipment rules** +- **Composable NFTs = Nested + Dynamic + Unlimited user creativity** + +The NFT features listed here are not fixed types of NFTs; there's no need to choose in advance. Any collection owner has the flexibility to utilize them, adding additional functionalities even after the collection is created. You can combine features to achieve the desired result or restrict all modifications to ensure that the collection remains unchanged forever. -### Key Benefits: -- **Native NFTs**: Simplified creation and management, enhanced security, and cost efficiency. -- **Multimedia NFTs**: Ability to store and update multiple file types, providing enhanced flexibility and customization. +These capabilities are managed through collection settings, providing complete control over how your NFTs evolve and interact. -## Advanced Features -### Nested NFTs +## 1. Nested NFTs -[Nested NFTs](../nft-features/nested.md) allow one NFT to own other NFTs, forming a hierarchical structure. This nesting mechanism enables the creation of complex digital assets within a single token, enhancing the functionality and organizational structure of NFTs. +[Nested NFTs](../nft-features/nested.md) allow one NFT to own other NFTs, forming a hierarchical structure, in one transfer transaction. This nesting mechanism enables the creation of complex digital assets within a single token, enhancing the functionality and organizational structure of NFTs. #### Key Benefits: - Creation of multi-layered, hierarchical digital assets - Simplified management of complex collections - Enhanced interactivity and engagement -### Dynamic NFTs +## 2. Dynamic NFTs -[Dynamic NFTs](../nft-features/dynamic.md) stand at the forefront of digital innovation, with the ability to alter their metadata in response to external triggers. These triggers can range from in-game achievements and user interactions to real-time data feeds from external APIs. +[Dynamic NFTs](../nft-features/dynamic.md) stand at the forefront of digital innovation, with the ability to alter their metadata in response to external triggers. These triggers can range from in-app or on-chain events and user interactions to real-time data feeds from external APIs. #### Key Benefits: - Continuous engagement through dynamic updates - Real-time interaction based on external data - Transformation from static to living digital assets -## Advanced Plus Features - -### Customizable NFTs +## 3. Customizable NFTs [Customizable NFTs](../nft-features/customizable.md) allow users to modify and personalize their digital assets. By equipping NFTs with other NFTs, users can create specific collections with predetermined roles and relationships. #### Key Benefits: - Enhanced personalization and customization - Structured approach to NFT relationships -- Multi-layered ownership for greater flexibility -### Composable NFTs +## 4. Composable NFTs [Composable NFTs](../nft-features/composable.md) offer complete freedom to combine different NFTs without any preset rules. This feature enables the creation of entirely new entities by merging various NFTs, allowing for unmatched creativity and innovation. @@ -56,27 +62,32 @@ All NFTs on Unique Network are both Native and Multimedia. This foundational app - Dynamic and flexible asset composition - Enhanced utility and value of digital assets -## How These Features Interconnect +
-The advanced features of NFTs on Unique Network are designed to complement and enhance each other. The core features that form the foundation are Nested and Dynamic NFTs, upon which other features build: +## Use Cases -- **Nested NFTs** provide the ability to create hierarchical structures. -- **Dynamic NFTs** enable real-time updates and interactivity. +The use cases for Unique Network NFTs are virtually limitless, extending far beyond the examples we can fit to this article. Whether you're in gaming, art, real estate, healthcare, or any other field, NFTs have the potential to revolutionize your industry. Want more examples of how our technology can be applied to your specific sector? Simply copy and paste the following prompt into your favorite AI tool for tailored suggestions: + +```plaintext +How can NFTs from Unique Network be used in [your industry/application/business]? Provide 10 ready-to-implement ideas that are likely to be popular with users. Describe each idea in detail and explain why you think users will like it. Consider the following advanced features of Unique Network NFTs: + +- **Native NFTs**: Built directly into the blockchain protocol, allowing for simplified creation and management without the need for smart contracts. This ensures faster transactions, lower costs, and enhanced security. +- **Multimedia NFTs**: Store and update multiple file types (e.g., images, audio, video, 3D models, documents) within a single NFT, offering greater flexibility and richer user experiences. +- **Nested NFTs**: Enable an NFT to own other NFTs, forming hierarchical structures. This allows for complex asset organization and management, such as bundling in-game items or creating collections of related assets. +- **Dynamic NFTs**: Capable of changing their metadata based on external triggers, such as user interactions, in-game achievements, or real-time data feeds. This feature enables continuous engagement and evolving digital assets. +- **Customizable NFTs**: Allow users to modify and personalize their NFTs by equipping them with other NFTs. This supports specific collections with predetermined roles and relationships, enhancing personalization and structured ownership. +- **Composable NFTs**: Provide the freedom to combine different NFTs without preset rules, allowing for the creation of entirely new entities. This feature supports dynamic and flexible asset composition, fostering unlimited creative possibilities. +``` -Using these foundational features, more advanced configurations can be created: -- **Customizable NFTs = Nested + Dynamic + Preset Rules**: Customizable NFTs build on nested and dynamic capabilities with specific, predetermined roles and relationships. -- **Composable NFTs = Nested + Dynamic**: Composable NFTs utilize nested and dynamic functionalities without preset rules, allowing for complete flexibility and creative freedom. -By understanding and utilizing these features, users can unlock the full potential of NFTs, creating rich, interactive, and highly personalized digital experiences. +
+ +
--- -## Related Articles -- [Token Types overview](./coins.md) -- [Coins](./coins.md) -- [Frational NFTs](./rft.md) +## Related Articles -For more detailed information on each feature, please visit the respective pages: - [Native NFTs](../nft-features/native.md) - [Multimedia NFTs](../nft-features/multimedia.md) - [Nested NFTs](../nft-features/nested.md) diff --git a/docs/about/token-types/rft.md b/docs/about/token-types/rft.md index c6345cf..3467942 100644 --- a/docs/about/token-types/rft.md +++ b/docs/about/token-types/rft.md @@ -14,7 +14,11 @@ Unique Network takes a different approach. We do not need to lock our NFTs in co When creating a collection, users can choose between NFT or RFT collections. They can then specify data about the collection (name, description, symbol, attributes) and the number of ownership shares specific to each RFT. For example, users can create tokens divided into 100,000 shares and then sell them to the community. Each RFT holder can re-sell their share or buy more token shares. -NFT owners can also fractionalize their tokens to create RFTs. The owner of all RFT parts can de-fractionalize their RFT back to the original NFT and operate with it as a standard NFT. +
+ +
+ +--- ## Related Articles diff --git a/docs/about/why-nft.md b/docs/about/why-nft.md deleted file mode 100644 index 344c03e..0000000 --- a/docs/about/why-nft.md +++ /dev/null @@ -1,136 +0,0 @@ -# Why we believe in NFT - -The landscape of NFTs is evolving rapidly. While early iterations of NFTs focused primarily on digital art and collectibles, the future holds much more significant potential. NFTs are reshaping various industries by introducing verifiable ownership, scarcity, and interoperability in digital and physical assets. They are not just about owning a piece of art or a collectible; they represent a paradigm shift in how we perceive ownership and value in the digital age. - -NFTs provide a unique way to ensure the authenticity and provenance of assets, making them invaluable for sectors where proof of ownership, originality, and history are crucial. The integration of NFTs into more advanced use cases, such as digital identity, real estate, and supply chain management, demonstrates their potential to revolutionize these fields. - -As we move forward, the demand for more efficient, scalable, and secure NFT solutions will only grow. Native NFTs, which are simpler, faster, and more cost-effective, are positioned to meet these demands better than traditional smart contract-based NFTs. The future of NFTs lies in their ability to seamlessly integrate into various applications, and Native NFTs, with their enhanced usability and lower barriers to entry, represent the next step in this evolution. - -## NFT is a How, not a What - -Think of NFTs as the plastic cards of the digital age. They can be anything: a membership card, a bank account, a coffee shop loyalty card, or your apartment ownership confirmation. It's not about what they are, but how they function. NFTs represent a powerful technology with specific technical features that provide substantial benefits across various industries. - -- **Verification of Authenticity**: NFTs enable the verification of an asset’s authenticity, reducing the risk of fraud and counterfeiting. - - Imagine graduating from a university and receiving your diploma as an NFT. With NFTs, employers and institutions can instantly verify its authenticity, ensuring your credentials are genuine and eliminating the risk of fake diplomas. Your competitor with a counterfeit diploma is no longer a threat in the job market. - -- **Immutable Proof of Ownership**: NFTs offer a secure and tamper-proof record of ownership, ensuring that the true owner of a digital or physical asset can always be verified. - - Imagine inheriting a family estate and receiving an NFT that represents the title deed. This NFT provides a secure and tamper-proof record of ownership, making it impossible for anyone to contest your inheritance, eliminating the risk of inheritance disputes. - -- **Unique Metadata**: Each NFT contains unique metadata that provides detailed information about the asset it represents, such as ownership history, creation date, and provenance. - - Imagine writing and recording a song for the first time. The NFT for this song contains unique metadata, detailing its creation date, your authorship, and other important attributes. This ensures that no one else can claim rights to your work. - -- **On-Chain Data**: Storing critical information directly on the blockchain ensures immutability and transparency. - - Imagine having government officials' tax declarations or budget expenditure data stored on the blockchain. This ensures that the data is immutable and transparent, making it easier for citizens to verify the proper use of public funds and hold officials accountable. - -- **Decentralization**: Operating on decentralized networks reduces reliance on centralized authorities. This ensures greater security, transparency, and resistance to censorship. - - Imagine the records of your car ownership being stored on a decentralized network. This ensures that even if the government registry is hacked or fails, the data proving that the car belongs to you remains accessible and secure. - -- **Flexibility and Innovation**: The NFT standard is continually evolving, with new use cases and applications emerging regularly. This flexibility allows for constant innovation and adaptation to new technological and market developments. - -## Unique Network NFT 2.0 Features -Unique Network offers a range of advanced NFT features to make any use case real: - -- [Native NFTs](nft-features/native.md) -- [Multimedia NFTs](nft-features/multimedia.md) -- [Nested NFTs](nft-features/nested.md) -- [Dynamic NFTs](nft-features/dynamic.md) -- [Customizable NFTs](nft-features/customizable.md) -- [Composable NFTs](nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](token-types/nft.md) - -## Use Cases for NFTs 2.0 - -### Government Registers -Secure and transparent land and property registers, vehicle registrations, and other official records can be maintained using NFTs. This reduces bureaucracy, prevents fraud, and enhances the efficiency of public services. - -### Certificates and Diplomas -Academic credentials and professional certificates can be issued as NFTs, making them easily verifiable and tamper-proof. This ensures authenticity and can streamline the verification process for employers and institutions. - -### Real Estate -NFTs can represent ownership records and property titles. This can streamline real estate transactions, reduce fraud, and provide a transparent record of ownership and property history. - -### Supply Chain Management -NFTs can be used to track the provenance and authenticity of products through their lifecycle. This ensures transparency and trust in the supply chain, making it easier to verify the origin and quality of goods. - -### Intellectual Property -NFTs can provide proof of ownership and authenticity for patents, trademarks, and copyrights. This simplifies the management and enforcement of intellectual property rights, ensuring that creators are properly credited and compensated. - -### Healthcare -In the healthcare industry, NFTs can securely store and share medical records while maintaining patient privacy. This enables better data management, reduces the risk of data breaches, and ensures that medical records are accurate and accessible. - -### Proof of Attendance Protocol (POAP) -NFTs can serve as certificates of participation in events, providing an easy way to prove and verify attendance. This can be used for conferences, concerts, and other events where proof of attendance is valuable. - -### In-Game Items -Unique items in video games, such as avatars, weapons, and skins, can be represented as NFTs. This allows players to truly own and trade their in-game assets, adding value and enhancing the gaming experience. - -### Virtual World Assets -NFTs can represent objects in virtual worlds where proof of ownership or creation is essential. This includes virtual land, buildings, and other digital properties in metaverses and virtual environments. - -### Charity and Fundraising -NFTs can be used to transparently track donations and the distribution of funds, ensuring accountability and trust in charitable activities. Donors can see exactly how their contributions are being used, increasing transparency and engagement. - -### Smart Cities -NFTs representing ownership and access rights to smart city infrastructure like electric vehicle charging stations, smart benches, and IoT devices. - -### Carbon Credits -Tokenized carbon credits that allow individuals and companies to trade and offset their carbon footprint. - -### Energy Trading -NFTs representing shares in renewable energy projects or individual solar panels, enabling decentralized energy markets. - -### Automated Compliance -NFTs that ensure regulatory compliance by automatically updating and recording changes in real-time. - -### Voting Systems -Secure, transparent, and tamper-proof voting records for elections and governance. - -### Fashion and Wearables -Digital fashion items and wearables that can be used in virtual environments and metaverses. - -### Crowdfunding -Transparent tracking and distribution of funds raised for projects. - -### Legal Documents -Digital contracts, wills, and other legal documents that are immutable and verifiable. - -### Luxury Goods -Authenticity and ownership records for high-value items like jewelry, watches, and designer goods. - -### Ticketing Systems -Secure and tamper-proof event tickets that prevent fraud and scalping. - -### Digital Twins -Virtual representations of physical objects that can be used for maintenance, monitoring, and simulation. - -### Subscription Services -NFTs representing subscriptions to digital content, services, or memberships. - -### Travel and Hospitality -Ownership and transfer of travel vouchers, hotel reservations, and loyalty points. - -### Insurance -NFTs representing insurance policies and claims, enabling faster and more transparent processing. - -### Agriculture -Tracking the origin and quality of agricultural products, ensuring food safety and authenticity. - -### Pharmaceuticals -Ensuring the authenticity and traceability of pharmaceuticals and medical supplies. - -## Related Articles - -- [Native NFTs](nft-features/native.md) -- [Multimedia NFTs](nft-features/multimedia.md) -- [Nested NFTs](nft-features/nested.md) -- [Dynamic NFTs](nft-features/dynamic.md) -- [Customizable NFTs](nft-features/customizable.md) -- [Composable NFTs](nft-features/composable.md) - -For more information on NFTs, their uses, and their advantages, explore the detailed articles linked above or an [NFT Features Overview](token-types/nft.md) diff --git a/docs/reference/index.md b/docs/reference/index.md index 413ad72..d59eb3a 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -6,6 +6,8 @@ The Unique Mainnet is the production environment. The UNQ token has value and all NFTs, RFTs, and Fungible tokens may have value and are never destroyed by the network updates. +To obtain UNQ: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges. + ## Quartz - Kusama parachain @@ -14,23 +16,19 @@ The Quartz Mainnet is the production environment. The QTZ token has value and all NFTs, RFTs, and Fungible tokens may have value and are never destroyed by the network updates. +To obtain QTZ: Visit our [Ecosystem page](https://unique.network/ecosystem/#dex) for the list of exchanges. + -QTZ token can be obtained on [MEXC](https://www.mexc.com/ru-RU/exchange/QTZ_USDT) or -with [Karura SWAP](https://apps.karura.network/swap). ## Opal - testnet Unique Network provides an Opal Testnet to its users to play with all blockchain features in a safe and free of network fees environment. - - -OPL token has no value and can be obtained from the Telegram faucet bot: - -[**@UniqueFaucetBot**](https://t.me/unique2faucet\_opal\_bot) **for Opal** +To obtain OPL: Use the Telegram faucet bot [@UniqueFaucetBot](https://t.me/UniqueFaucetBot) -The NFTs, Fungible, and ReFungible tokens minted on the Opal Testnet should also have no value. +