# Withdrawals, fees, and refunds

### Withdrawal rules

Creators can withdraw funds in two scenarios.

#### Scenario A: goal reached

* Withdraw immediately when the goal is reached.
* No deadline requirement.
* Amount equals total raised minus platform fee.

#### Scenario B: deadline reached

* Withdraw whatever was raised.
* Applies even if the goal was not reached.
* Prevents funds being locked forever.
* Amount equals total raised minus platform fee.

### Eligibility checklist (before you click withdraw)

* You are connected with the creator wallet that deployed the campaign.
* You are on Camp Network.
* One of these is true:
  * goal is reached, or
  * deadline is passed.
* You understand this is **one-time** and irreversible.

### Withdrawal steps

1. Open your campaign page.
2. Click **Withdraw funds**.
3. Confirm the transaction in your wallet.

### Platform fee

* **Default fee**: 1%&#x20;

Fee is deducted during withdrawal.

#### Fee calculation example

```
Total raised: 1000 CAMP
Fee (1%):     10 CAMP
Creator gets: 990 CAMP
```

### Refund protection

Backers can request refunds only if all conditions are true:

* Deadline has passed.
* Funding goal was not reached.
* Creator has not withdrawn.
* Creator has approved the backer for refund.

#### Refund workflow

1. Campaign fails (goal not reached + deadline passed).
2. Creator chooses: withdraw partial funds **or** approve refunds.
3. Creator approves specific backers (or all backers).
4. Approved backers claim refunds.
5. Once the creator withdraws, refunds are no longer available.

### Backer view: how refunds usually feel

* If you want a refund, you wait for the deadline.
* You request or signal your intent off-chain (community channels).
* The creator approves refunds on-chain.
* You claim on-chain once approved.


---

# 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/campaigns/withdrawals-fees-and-refunds.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.
