# Redeem Protocol v2

The Redeem Protocol v2 contains receiving `ERC20` functions to let customers can charge fees when holders redeem their NFTs.

We provide two smart contracts - RedeemProtocolFactory and RedeemProtocolRealm. The `Factory` can create a `Realm` and set all the fees of the `Realm`.

## [RedeemProtocolFactory](https://github.com/redeemprotocol/RedeemProtocol-Contracts/blob/master/EVM/contracts/RedeemProtocolFactory.sol)

### Rules

#### ADMIN

`ADMIN` can pause the `Reverse` and set the receiver's address to earn charging of redeeming.

#### OPERATOR

`OPERATOR` can set all of the fees in `Reverse`.

#### ROOT\_CREATOR, REVERSE\_CREATOR

`ROOT_CREATOR` and `REVERSE_CREATOR` can create the reverse.

## [RedeemProtocolRealm](https://github.com/redeemprotocol/RedeemProtocol-Contracts/blob/master/EVM/contracts/RedeemProtocolReverse.sol)

##


---

# 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://docs.redreamer.io/documentation/redeem-protocol/redeem-protocol-v2.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.
