> For the complete documentation index, see [llms.txt](https://contract-wizard.gitbook.io/contract-wizard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contract-wizard.gitbook.io/contract-wizard/misc/budget.md).

# Budget

## Current Budget

Right now the project is entirely self funded. This project needs to bring in something at the very least to pay for the server backend hosting. The Contract Wizard is deployed to mainnet, and will exist there for as long as Ethereum does. If something bad ever happens where the front end is no longer, and the overall goal of decentralizing the whole thing isn't accomplished, the Contract Wizard and all the functions of the 721J will still work.

The costs have been eth to deploy the contracts, and to commission art, which come as they happen. Then there's server backend costs which are a regular cost. I have also spent a large amount of time learning how to, designing, and making all this.

I must keep going and find a way! Have been working on this all day every day since the end of 2021, and it is currently 2025. Learned so much, built a lot and still a long way to go!

If I can pay for the servers and make anything at all I'd like to pay my mom back. Would like to have a life that is worth living would like to prove to someone that I am worth more than nothing would like to prove that all these years grinding this open music thing that is for everyone to be appreciated by enough people to make the years of getting rugged over and over in web3 worth it. None of this would have gotten built without the support of the people I love and I really want to be able to pay my mom back for all the great things she's done.


---

# 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://contract-wizard.gitbook.io/contract-wizard/misc/budget.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.
