> For the complete documentation index, see [llms.txt](https://docs.eesee.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesee.io/documentation/welcome-to-eesee/introduction/how-it-works.md).

# How it works?

**eesee** is your premier destination for Digital Assets, supercharging transactions and simplifying your digital asset acquisitions.

### For Sellers:

Navigating the digital frontier of Digital Assetss can be a daunting task for sellers. With unpredictable market fluctuations and discerning buyers, striking a favorable deal often feels challenging. **eesee** is revolutionizing the Digital Assets space for sellers, ensuring swift sales, maximized returns, and an expanded, eager audience. Let's delve into the specifics:

As a seller looking to sell a high-value digital asset, you simply enter the platform and set two variables for your asset:&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Total Price</strong></td><td>The exact amount you want your asset to be sold for. </td><td></td></tr><tr><td><strong>Price per Ticket</strong></td><td>The price of each ticket participant pays to enter the collective ticketed market for the specific Digital Assets.</td><td></td></tr><tr><td><strong>Fees</strong></td><td>A small charge imposed by the platform for facilitating transactions.</td><td></td></tr><tr><td><strong>Royalties</strong></td><td>On <strong>eesee</strong>, creators set their royalty rates, ensuring they earn from secondary sales—a feature not common in many Digital Assets marketplaces.</td><td></td></tr></tbody></table>

**Formula**

$$Total Price = (Number.of.Tickets \* Price.Per.Ticket)\* (1-fee-royalty)$$

***

### For Buyers:

The allure of the Digital Assets world is undeniable, but for many potential buyers, the path to acquiring these digital treasures often seems paved with obstacles, from exorbitant prices to limited choices.\
\
Eesee provides buyers with an **affordable, transparent, and rewarding Digital Assets experience.**

As a Buyer, you simply pay for a ticket, or several tickets, and secure your spot to bag this high-level **Digital Assets** at a pocket-friendly rate potentially.

\
After ticket sales accumulate the total asset value set by the seller, [Gelato VRF](https://docs.gelato.network/web3-services/vrf/how-does-gelato-vrf-work) - On-Chain Verifiable Randomness impartially chooses the winner on-chain. The seller gets the actual asset worth, and one participant becomes the new owner of the digital asset.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.eesee.io/documentation/welcome-to-eesee/introduction/how-it-works.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
