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

# Introduction

Getting into a new project, especially one you don't know anything about can be a stressful process. Let's break it down. First the value of the project and then your first steps as a holder.

### Thinking about joining?

Our project is built on a sustainable business model, relying on a Solana Validator for the foundation of the project. Learn more in [Udder Chaos Validator](/project/udder-chaos-validator.md). A basic overview is that we invested over half of our mint proceeds to gain roughly 8% APY in SOL. This creates a steady stream of revenue to continually invest in the growth of Udder Chaos. With a safety net, we can expand into more lucrative revenue streams with no concerns of failure. This creates great opportunities for the project to increase the value of the NFTs, with minimal risk. Holders also earn our SPL token MILK by staking their NFT. This rewards our dedicated holders by granting them access to services at no cost. By continually adding new services/utility, we also raise it's inherent value. If none of the utilities interest you, there is always the option to sell your tokens on an exchange. Holders earn 20 MILK per day!\
\
December 31, 2022 Value\
MILK - $0.00077703\
Udder Chaos NFT - $18\
20 MILK per day - 7,300 MILK annually\
\
**APY 31.5%**\
\
MILK is designed to be a utility token, so if you choose to use it for utilities you have the potential to gain even more value out of it. MILK currently can be used for RPC rentals, NFT rentals, and raffles. It was also used to mint a comic book NFT and will be used for merch as well. You can see more on the future of the token in [Tokenomics](/project/usdmilk-tokenomics.md).\
\
It's important to note that the project does occasionally deviate from our planned roadmap, but only if holders agree on the change in a vote. We will **NEVER** spend excessive funds or make major decisions without a vote.

### Most Important Steps for New Buyers

* Join Discord (<https://discord.gg/udderchaos>)
* Verify your Wallet to get holder only channels (<https://discord.com/channels/927610286901456926/1014657023876534293>)
* Skim through the newsletter and announcements channel for the most recent updates&#x20;

<figure><img src="/files/4H8S2uA9wkliAwT8gIif" alt=""><figcaption></figcaption></figure>

* Stake your Cows (<https://udderchaos.stakooor.app/>)


---

# 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.udderchaos.io/project/introduction.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.
