-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from permaweb/docs
update docs with ao info
- Loading branch information
Showing
9 changed files
with
112 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
# Core concepts | ||
## Core concepts | ||
|
||
#### Fundamental concepts of Helix and the permaweb | ||
|
||
## Atomic asset | ||
### Atomic asset | ||
|
||
An atomic asset is a unique digital item stored on Arweave. Unlike traditional NFTs, the asset data is uploaded together with a smart contract in a single transaction which is inseparable and does not rely on external components. | ||
|
||
On other chains, the asset data, metadata, and smart contract are typically separate from each other with the smart contract linking to the other components. Atomic assets ensure that all data is stored together onchain to ensure permanence and accessibility. | ||
|
||
Read more about atomic assets [here](https://cookbook.arweave.dev/concepts/atomic-tokens.html). | ||
|
||
### Atomic asset collections | ||
#### Atomic asset collection | ||
|
||
Atomic asset collections are groups of atomic assets bundled together and displayed as a collection on the UCM. These collections can consist of existing atomic assets owned by the user, newly uploaded assets, or a combination of both. | ||
|
||
 | ||
 | ||
|
||
## Ardrive Turbo | ||
### Ardrive Turbo | ||
|
||
[Ardrive Turbo](https://ardrive.io/turbo-bundler/) is a payment service that bridges fiat currency to $AR and bundles data into larger, more efficient uploads to the Arweave network. Turbo credits are purchased with fiat currency through a Stripe integration on Helix. | ||
|
||
## Universal Data License (UDL) | ||
All uploads to the permaweb via Helix is done with Turbo credits. Support for uploads with $AR are under development. | ||
|
||
### Universal Data License (UDL) | ||
|
||
The Universal Data License defines the terms and conditions for using media assets on the permaweb. The UDL establishes a framework for licensing digital media such as images, videos, audio, graphics and more. | ||
|
||
Instead of platforms setting the terms and conditions, on the permaweb creators define how their media can be utilized. | ||
|
||
You can read the full UDL [here](https://orgsxgbx4x37hfuoidzzzuixdwsi57e2eetei2ew6mzwqkxikhoa.arweave.net/dE0rmDfl9_OWjkDznNEXHaSO_JohJkRolvMzaCroUdw). | ||
|
||
 | ||
 | ||
|
||
## Universal Content Marketplace (UCM) | ||
### Universal Content Marketplace (UCM) | ||
|
||
The Universal Content Marketplace (UCM) is a revolutionary protocol built on the permaweb, specifically designed to enable trustless exchange of atomic assets. It empowers creators and users alike to interact, trade, and transact with any form of digital content, from images and music to videos, papers, components, and even applications. | ||
|
||
You can learn more about UCM [here](https://ucm-wiki.g8way.io/#/en/Introducing-the-Universal-Content-Marketplace-protocol-UCM). | ||
You can learn more about UCM's latest migration onto AO here. [here](#). | ||
|
||
Explore [BazAR](https://bazar.arweave.dev/#/), the first digital content marketplace built on the UCM protocol. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
### Creating best practices | ||
|
||
Creating atomic assets may seem daunting at first, but once you understand a few basic tools and concepts, you'll be well on your way to becoming a permaweb pro. Here are a few tips to keep in mind when creating on the permaweb. | ||
|
||
#### 1. Set up your permaweb profile | ||
|
||
Just like on web2 social media, you wouldn’t want to share content from an incomplete profile. The same applies to the permaweb. When you create your permaweb profile, you can set your name, @username, bio, profile picture, and banner image. Learn more about how to create a permaweb profile [here](#). | ||
|
||
#### 2. Decide if you are creating a collection or single uploads | ||
|
||
Are you uploading a collection of atomic assets or a single atomic asset? This decision will determine how your assets are displayed and discovered. | ||
|
||
**Collection page** | ||
|
||
Collections allow you to create your own custom branding with a header image, thumbnail image, and description. Recommended size for collection images: | ||
|
||
- **Header:** 16:9 aspect ratio, 1920 x 1080 pixels. | ||
- **Thumbnail:** 1:1 aspect ratio, 300 x 300 pixels. | ||
|
||
**Collection assets** | ||
|
||
When uploading content to your collection, ensure you name the assets, provide a description, and include tags that represent the style and theme you are sharing. | ||
|
||
When uploading, your assets will be displayed in the collection from newest to oldest. So, the first asset that you upload to Helix will display first in the collection. | ||
|
||
**Single atomic assets** | ||
|
||
You can also upload as many single atomic assets as you’d like. These atomic assets are standalone and not part of a collection. The upload process is the same for single atomic assets, just without the collection page details. | ||
|
||
#### 3. 1-1 vs fractionalized | ||
|
||
Atomic assets can be 1-1 or fractionalized, meaning users can purchase portions of an asset. The creator can determine the number of fractional shares for an atomic asset before uploading. | ||
|
||
#### 4. Double check all information | ||
|
||
Before uploading, it is important that the order, name, description, fractionalization info, and all other information are accurate and free of errors. Once uploaded to the permaweb, this information cannot be changed. | ||
|
||
#### 5. Upload and share with the permaweb community | ||
|
||
After uploading your atomic asset, it’s time to share it with the permaweb community. Tag [@OurBazAR](https://x.com/OurBazAR) in posts on X with your newly created atomic asset! | ||
|
||
You can also check out other permaweb social platforms to share your work, such as [Typr](https://www.typr.day/#/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### Create atomic assets | ||
|
||
Creating atomic assets isn't just about creating digital content; it's about empowering creators to take control of their creative works and create economic value on their own terms. By bringing your content fully onchain, with real-world rights, you're not just showcasing your creativity; you're creating a new internet economy that is owned by the creators and forever preserved on the Arweave network. | ||
|
||
#### Why create atomic assets? | ||
|
||
**Atomic assets are permanent**. Your digital creations can live forever on Arweave’s permaweb. You no longer have to worry about centralized platforms controlling content that users create. | ||
|
||
**Atomic assets are fully onchain**. Many NFT marketplaces handle transactions onchain, but the art itself often lives on centralized servers. In this case, you do not truly own the digital content. On Arweave, you will see that the full asset (content and metadata) lives fully onchain in one transaction. | ||
|
||
**You can leave a lasting digital impact**. With atomic assets on Arweave, you are essentially creating a digital archive of content that is unique to you. Creating atomic assets allows you to archive your work in a decentralized space, ensuring its longevity and accessibility for future generations. | ||
|
||
#### Why the permaweb? | ||
|
||
Creating on the permaweb opens the doors to instant sharing and engagement across permaweb platforms. Content is no longer siloed in centralized platforms. Your work becomes discoverable and collectible by people who appreciate and value great content. As the permaweb social sphere widens, your atomic assets will have an even broader reach. | ||
|
||
#### Earn on your own terms | ||
|
||
Creating on the permaweb provides an opportunity to capture value from your creative endeavors. With the economic freedom offered by atomic assets, creators can monetize their work directly, bypassing traditional intermediaries and unlocking new revenue streams. | ||
|
||
Creators can also set the terms for how their content can be used with the Universal Data License (UDL). Creators can upload atomic assets with UDL tags in the metadata, indicating how the media is licensed. This programmable data license gives creators full control over how their atomic assets are accessed and used. Learn more about UDL [here](#). | ||
|
||
#### Conclusion | ||
|
||
Atomic assets on Arweave are about building a fairer and freer internet where creators own and control their content. By creating with BazAR, you're contributing to a decentralized ecosystem where creators are empowered to monetize their creativity on their own terms, free from the constraints of traditional platforms and advertisers. So, why wait? [Create atomic assets](https://helix.arweave.dev/) and join us in shaping the future of digital ownership and expression. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters