> For the complete documentation index, see [llms.txt](https://crdc.gitbook.io/creepto-dracula/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crdc.gitbook.io/creepto-dracula/project-details/nft-budget-allocation.md).

# NFT Budget Allocation

**Phase 1 Costs Breakdown**

| Phase 1 Budget Allocation | Percentage |
| ------------------------- | ---------- |
| Animated Comedy Series    | 70%        |
| Marketing                 | 20%        |
| Team                      | 10%        |

**Phase 2, 3, 4 Costs Breakdown**

| Phase 2, 3, 4 Budget Allocation | Percentage | Details                           |
| ------------------------------- | ---------- | --------------------------------- |
| Animated Comedy Series          | 60%        | *2 seasons with 10 episodes each* |
| Marketing, Airdrops, Giveaways  | 20%        |                                   |
| Token Launch                    | 10%        |                                   |
| Team                            | 10%        |                                   |

**Animated Comedy Series Costs Breakdown**

| Animated Comedy Series Allocation                                                                                                                                                                                                                                  | Price     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| <p>Illustration of the main character, namely:</p><ul><li>illustration of the character in all positions</li><li>Illustration of mouth courts for voice</li><li>Hand illustration</li><li>Illustration of expressions (cheerful, sad, nervous) and so on</li></ul> | 5000 USDT |
| The character's rig, his basic animation![](/files/V3bq0ICPQgWCXFUwgbv2)                                                                                                                                                                                           | 2000 USDT |
| <p>Illustration of the first episode, namely:</p><ul><li>Storyboard</li><li>Backgrounds Illustration</li><li>Another character</li></ul>                                                                                                                           | 5000 USDT |
| Animation of the first episode (pilot) + Sound FX                                                                                                                                                                                                                  | 3000 USDT |
| For each new episode produced (illustration + animation + Sound FX included)                                                                                                                                                                                       | 6000 USDT |
| Voiceover for each episode                                                                                                                                                                                                                                         | 2000 USDT |

*\* Prices may vary depending on the scenario and complexity of each episode*


---

# 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://crdc.gitbook.io/creepto-dracula/project-details/nft-budget-allocation.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.
