# Getting started

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: 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:

```
GET https://creator-vault.gitbook.io/documentation/creator-vault/welcome/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
