> For the complete documentation index, see [llms.txt](https://guide.muzzle.run/muzzle-run-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/racing/racing-funds.md).

# Racing Funds

You can enter paid races by depositing funds in to the racing contract or burning rabbits for racing credits. If you have enough racing credits to enter a race they will always be used first. Your funds (excluding racing credits) can be withdrawn at any time. If the races require Froth you will only need to hold Froth in your Metamask wallet. There is no need to add funds to your racing funds.

### Add Racing Funds

All racing funds are held and managed by the racing contract. You can deposit funds by&#x20;

* Visit the "[**Funds & Credits**](https://app.muzzle.run/funds?action=Racing)" tab from the left-hand navigation menu and click "Racing"
* Click "Switch to deposit"
* Enter your deposit amount in Matic
* Approve the Metamask prompt

Your funds will be available in about a minute and can then be used to enter paid races

### Withdraw

Any funds you have deposited (and not used) or won from paid racing are available to withdraw into your Metamask at any time by

* Clicking the racing tab
* Click "Funds" in the top menu&#x20;
* Click "Withdraw"
* Approve the Metamask prompt

Your funds will be displayed in your Metamask account in about 1 minute


---

# 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://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/racing/racing-funds.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.
