# FAQ

### General

**What chain is Creator Vault built on?**

Camp Network.

**What token does Creator Vault use?**

**$CAMP**. Campaign funding, bounty rewards, fees, and gas all use $CAMP.

**Do I need CAMP even if I’m only browsing?**

No. You only need CAMP when you submit on-chain transactions.

**Are there hidden fees?**

No. Fees are explicit and deducted on-chain during withdrawals and bounty distributions.

See [Withdrawals, fees, and refunds](/documentation/creator-vault/campaigns/withdrawals-fees-and-refunds.md).

**Is Creator Vault audited?**

Audits is ongoing..

### Camp Origin SDK

**Why do I need to connect Origin?**

Creator Vault integrates with Camp’s **Origin SDK**.

* Campaign creation can fetch media + socials from your Origin setup.
* Bounty submissions can fetch X/TikTok usernames and post URLs from the source.

If you skip Origin auth, submissions may miss key metadata.

### Campaigns

**What happens if a campaign does not reach its goal?**

After the deadline, the creator can withdraw whatever was raised.

Refunds are only possible before withdrawal, and require creator approval.

**Can a creator withdraw more than once?**

No. Withdrawal is one-time per campaign.

**How fast are withdrawals?**

On-chain. Funds arrive as soon as the withdrawal transaction confirms.

**Can I create multiple campaigns?**

Yes. There is no fixed limit.

**Can I contribute more than once to the same campaign?**

yes.

Receipt minting is typically limited to **one receipt per tier/custom funding per campaign, per wallet**.

### Bounties

**Can the bounty creator withdraw the reward pool after depositing?**

No. Bounty reward pools are locked.

**Can rewards be distributed early?**

No. Distribution is only possible after the end date.

**Can rewards be distributed twice?**

No. Distribution is one-time and irreversible.

**How are winners chosen?**

The bounty creator selects winners after the deadline, based on the instructions.

**Are bounties only for promotion, or also for hackathons/builds?**

Both. Bounties can be promotion/content tasks or hackathon/build tasks.

### NFT receipts

**Do I always get an NFT when I support a campaign?**

Yes. A receipt NFT is minted after a successful funding transaction.

**Can I transfer or trade the receipt NFT?**

Yes. It is an ERC721.

### Supporter perks

**Do all contributions include perks?**

No. Perks are optional and tier-specific. Always check the tier description.

**How do I claim perks?**

Perk fulfillment is usually handled off-chain by the creator. After you contribute, you may be prompted for contact or fulfillment details (email, shipping address, etc.).

**What if I funded but didn’t receive my perk?**

* Confirm your tier includes a perk.
* Confirm you submitted the contact / fulfillment form (if shown).
* Reach out to the campaign creator.

{% hint style="warning" %}
Share only the info needed to fulfill your perk. Never share seed phrases or private keys.
{% endhint %}

### Refunds

**Can I get a refund if a campaign fails?**

Only if:

* The deadline has passed.
* The goal was not reached.
* The creator has not withdrawn.
* The creator approves you for refund on-chain.

**What if the creator withdraws before approving refunds?**

Refunds become unavailable.

### Fees and contracts

**What is the platform fee?**

Default: **1%**.

**Where do platform fees go?**

To the platform fee wallet.

Contract addresses are network-specific. See [Smart contract architecture](/documentation/creator-vault/reference/smart-contract-architecture.md).

### Support

**How do I contact support?**

Official URLs: see [Official links](/documentation/creator-vault/help/official-links.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/help/faq.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.
