> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boundlessfi.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Refunds and cancellation

> What happens to your contribution if a crowdfunding project is cancelled or paused.

> **TL;DR:** If a project is cancelled, the funds still held in escrow are refunded on-chain. Partner contributions are refunded first, then the remaining balance is returned proportionally. The rules are enforced by the escrow contract, not by manual review.

## What you'll learn

* When refunds happen
* How the refund amount is worked out
* What pausing a project means for your contribution

***

## When refunds happen

Your contribution goes into [on-chain escrow](/concepts/escrow-and-human-review) and is released to the creator milestone by milestone as work is approved. If a project is cancelled before all milestones are delivered, whatever is **still in escrow** is refunded. Funds already released for approved milestones are not clawed back.

## How refunds are calculated

Refunds follow a fixed priority that the contract enforces:

1. **Partner contributions** are refunded first.
2. The **remaining balance** is returned proportionally (pro rata) to backers, based on what's left in escrow.

<Frame caption="On cancellation, partner contributions are refunded first, then the remaining balance is returned pro rata to backers.">
  <img src="https://mintcdn.com/boundless-bb5af936/SRy6_o7Nl_hCFvuz/images/diagrams/refund-priority.svg?fit=max&auto=format&n=SRy6_o7Nl_hCFvuz&q=85&s=15bfb2f67f428d6cb11f5a7e873b3af3" alt="Refund priority: partner contributions first, then pro-rata backer residual" width="640" height="180" data-path="images/diagrams/refund-priority.svg" />
</Frame>

Because this runs on-chain, there's no manual reconciliation and no one deciding case by case, the same rules apply to every project.

## If a project is paused

An admin can pause a live project while looking into a concern. While it's paused, contributions and milestone releases are blocked, but the escrow balance is untouched. The project can then be unpaused or cancelled. If it's cancelled, the refund rules above apply.

## Next steps

* [Milestones and releases](/backers/milestones-and-releases)
* [Escrow and human review](/concepts/escrow-and-human-review)
* [Handle disputes](/help/disputes-and-moderation)
