# Events screen

The Events option in Xaman is used to display historical information about your XRP Ledger account.

### How to find it

The **Events** button is one of the main five buttons on the Xaman home screen. Simply tap the Events button to access this feature.

<p align="center"><img src="/files/2Fqx3yPafkQV78sWtN7v" alt=""><br></p>

### How it looks

The **All** tab displays the historical events for your XRPL account.

This tab shows the most recent **1000** transactions that were written to the XRP Ledger.

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

The **Planned** tab displays future events which may happen on the XRP Ledger. In the screenshot below we can see a DEX offer which is waiting to be filled on the XRPL DEX and two open offers that people have made on your NFTs. (If you ever create a ticket with Xaman Support, it will appear on this tab.)

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

The **Requests** tab displays current transactions that you can act on. In the image below we can see:

* a check that someone has sent us which we can either cash or cancel
* a xApp that requires our attention. (In this case, it wants us to complete the KYC process.)
* two offers that people have made for two different NFTs we have for sale.

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

The **Owned** tab displays MPToken Issuances, MPTokens, Permissioned Domains, Deposit Preauthorizations, Vaults, Loan Broker and Loans.

### Frequently asked questions

#### I see a 'red dot' beside the Events button. What does that mean?

In some cases you might notice a red dot beside the Events button.

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

The red dot means that there is an event under the **Requests** ot the **All** tab that requires your attention.

In the following example, you can see there is a Sign Request waiting to be signed.

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

Simply select the event and resolve it and the red dot will go away.


---

# 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://help.xaman.app/app/configuring-xaman/understanding-the-settings-options/events-screen.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.
