> For the complete documentation index, see [llms.txt](https://docs.quipuswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quipuswap.com/smart-contracts/farming/burner-contract/entrypoints-overview/burn_callback.md).

# burn\_callback

An entrypoint receives the balance response from the **QUIPU token** contract for the **Burner** contract and transfers all QUIPU tokens from **Burner** contract to the `zero_address` (locks token forever).

### Usage

Only [QuipuSwap Governance token](https://tzkt.io/KT193D4vozYnhGJQVtw7CoxxqphqUEEwK6Vb/operations/) can call this entrypoint.

### Errors

* `Burner/not-QS-GOV-token` - `sender` is not the [QuipuSwap Governance token](https://tzkt.io/KT193D4vozYnhGJQVtw7CoxxqphqUEEwK6Vb/operations/).
