# What is CSR?

[Contract Secured Revenue](https://canto.mirror.xyz/QjMcVxG65ScvuK0uMQ9W7I0gyo77jrEUIKibxWz0ebI) (CSR) is a mechanism in which 20% of gas fees that would otherwise be burned (in accordance with EIP-1559), are redirected to an NFT owned by the deployer of a smart contract.

In practice, this may act as a gas-rebate or another source of revenue for the contract deployer.

More information can be found at:

* [Github page for CIP-1 ](https://github.com/Canto-Improvement-Proposals/CIPs/blob/main/CIP-001.md)
* [Canto Documentation](https://docs.canto.io/evm-development/contract-secured-revenue)
* [Our twitter thread explainer](https://twitter.com/csrCANTO/status/1653815703948910596)


---

# 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://csrfi.gitbook.io/csrfi/welcome/what-is-csr.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.
