# Claim And Redeem Rent

Once users purchase property tokens, they can claim and redeem rent in real-time, with earnings accumulating every second.

In this tutorial, we will guide users through the steps to claim and redeem rent. Start by selecting the "Claim/Redeem Rent" option on the 0xequity App's main page.

Users can see the available rent to claim here

<figure><img src="/files/HdSavK9NIAwZfSqk3rGw" alt=""><figcaption></figcaption></figure>

When the user clicks on the "Claim" button to initiate a transaction, a request popup will appear, prompting the transaction process.

<figure><img src="/files/OAxpfrIjfiAezHvnKXme" alt=""><figcaption></figcaption></figure>

After granting permission for the transaction, a modal will appear displaying the transaction overview. It provides details about the network, the property from which rent is being claimed, and the tokens being received.

<figure><img src="/files/YV8DoECTi6GJzT5FpPun" alt=""><figcaption></figcaption></figure>

1. Network: The blockchain network from which the user is sending cryptocurrency.
2. **Claim Rent**: Displays the property for which the user is claiming rent.
3. **Receiving Value**: Indicates the amount the user will receive.<br>

Click on the "Confirm" button to complete the transaction.\
\
Now you can see the transaction is completed.

<figure><img src="/files/nMCwEHBXmwPchN9guQsQ" alt=""><figcaption></figcaption></figure>

After you claim your rent, you'll receive a yield NFT. This NFT shows how much rent you've earned from a particular property. However, you might have to wait for up to two weeks before you can exchange this NFT for an actual USDC.

Once the waiting period is over, you can redeem the NFT. In this demo, the NFT is named "Yield #12." To get the USDC from this NFT, you'll need to click the "redeem" button.

<figure><img src="/files/mGLpA1MONAkcsDYykoTl" alt=""><figcaption></figcaption></figure>

1. **NFT**: Represents the NFT the user receives after claiming rent.
2. **Amount**: Denotes the value the user will receive upon redeeming the NFT.<br>

When the user clicks on the "Redeem" button to initiate a transaction, a request popup will appear, prompting the transaction process.

<figure><img src="/files/OAxpfrIjfiAezHvnKXme" alt=""><figcaption></figcaption></figure>

Once permission is granted for the transaction, a modal will pop up showing an overview of the transaction. This overview includes information about the network, the property from which the rent is being claimed, and the tokens being received.

<figure><img src="/files/br9GzTBcnh5ri8ChiSRl" alt=""><figcaption></figcaption></figure>

1. Network: The blockchain network from which the user is sending cryptocurrency.
2. **Redeem Rent**: Displays the property NFT for which the user is redeeming rent.
3. **Receiving Value**: Indicates the amount the user will receive.

Click on the "Confirm" button to complete the transaction.\
\
Now you can see the transaction is completed but can see the transaction details from the "View Transaction" option.

<figure><img src="/files/qI9OK8grLIhjaxZZVzd3" alt=""><figcaption></figcaption></figure>

We have now successfully redeemed our rent and received USD, which is reflected in the balance of our wallet.


---

# 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.0xequity.com/how-can-i/claim-and-redeem-rent.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.
