> For the complete documentation index, see [llms.txt](https://www.digitalnations.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/nfts/nft-ecosystem/digital-art/art.md).

# Art

Art is another popular category of NFT, representing 9% of the total digital art market and \~6% of all NFTs.&#x20;

Perhaps the most famous example of digital art is Beeple’s *Everydays – The First 5,000 Days*, a collage of 5,000 digital images that sold for $69M in 2021.  The work was notable because it was the first purely digital work sold by a major auction house.&#x20;

&#x20;                                             **Beeple’s Everydays Sold for $69 Million in 2021**

<figure><img src="/files/nHJbIbbTvkLlz1Q5PASR" alt=""><figcaption></figcaption></figure>

While the sale of *Everydays* was groundbreaking, it’s likely just the tip of the iceberg, as artists are using the functionality of smart contracts and NFTs to experiment with new designs.

One of the most popular is known as generative art – art made in partnership with a computer.&#x20;

Unlike traditional art, generative artists don’t directly create their works.  Instead, they write a software program that defines an acceptable “universe” of artistic elements such as shapes, colors and basic geometries.   When this code is executed, the computer then randomly assembles these elements to create distinct works.&#x20;

As such, each piece is unique and neither the artist nor the buyer has any idea what it’s going to look like until the process is complete.&#x20;

This represents an important evolution – while digital artists have long used computers as a ***medium*** to make art (much like a painter would use oil or a sculptor clay), generative art takes this a step further and leverages the computer as a ***co-creator*****.**&#x20;

Similar to Monet’s impressionism in the late 19th century, Picasso’s cubism in the early 20th and Warhol’s Pop Art in the 60s, many argue that generative art best captures the zeitgeist of our time – one where the line between human and machine is beginning to blur.&#x20;

One of the most popular platforms for generative art is Art Blocks, which allows artists to create and sell their works.  Popular collections include:

* **Ringers**:  A series of 1,000 generative art NFTs created by Dmitri Cherniak
* **Fidenza**:  A curated collection of 999 works produced by Tyler Hobbs
* **Chromie Squiggles**:  An art collection created by Snowfro, a Mexico-city born technologist and generative artist

To date, the platform has recorded over $1B in sales including:

<figure><img src="/files/Gttcmu1azlcGFlHWMtJR" alt=""><figcaption><p>Figures as of 5.28.22</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/nfts/nft-ecosystem/digital-art/art.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
