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

# Getting started

Connect a wallet, get CAMP, and launch your first campaign or bounty.

Creator Vault runs on Camp Network. You use $**CAMP token** for contributions, rewards, and gas.

### Prerequisites

* An EVM wallet (for example, MetaMask or Rabby).
* A small amount of $**CAMP** for gas.
* Optional: extra $CAMP to fund a campaign or bounty.

{% hint style="info" %}
If your wallet is on the wrong network, switch to **Camp Network** when prompted. Acquire CAMP from supported on-ramps or exchanges.
{% endhint %}

### Quick path

* Want to raise funds? Start with [Campaigns](/documentation/creator-vault/campaigns.md).
  * Ready to ship? Go to [Create a campaign](/documentation/creator-vault/campaigns/create-a-campaign.md).
* Want to incentivize promotion? Start with [Bounties](/documentation/creator-vault/bounties.md).
  * Ready to ship? Go to [Create a bounty](/documentation/creator-vault/bounties/create-a-bounty.md).

### What to do next

* Learn how supporters contribute: [Fund a campaign](/documentation/creator-vault/campaigns/fund-a-campaign.md)
* Learn how payouts work: [Withdrawals, fees, and refunds](/documentation/creator-vault/campaigns/withdrawals-fees-and-refunds.md)
* Review platform guarantees: [Security model](/documentation/creator-vault/reference/security-model.md)


---

# 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://creator-vault.gitbook.io/documentation/creator-vault/welcome/getting-started.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.
