# Transactions

* [Sign transaction](#sign-transaction)
* [\[Android\] Receive push notifications](#android-receive-push-notifications)
* [View transaction history](#view-transaction-history)

## Sign transaction

Keeper Wallet mobile app enables you to interact with web resources safely and approve or reject transactions without sharing your secret phrase or private key.

Once Keeper is [connected to a website](/mobile-app/connect.md), requests to sign transactions will appear in the app.

1. Trigger a transaction on the website.
2. Review transaction details in Keeper app.

   ![](/files/20qXKup57sxtWNOAx6lr)
3. Before you sign the transaction, you can select a token (instead of WAVES) to pay the fee.

   ![](/files/yIs1stTun4GhdxBdI9J0)
4. Tap **Confirm**.
5. To continue using the website, return to your browser.

## \[Android] Receive Push notifications

Push notifications (pop-up messages) are a convenient way to quickly go to the app to review and approve a transaction.

You can enable or disable Push notifications in the app settings: tap ![](/files/v2y48UQcJffenFlRjcX9) and select **Notifications**.

## View transaction history

On the **History** tab, you can see transactions signed in the app. Tap on a transaction to see its details.

![](/files/3YKlmd5f6k1nRgbFFqwa)


---

# 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.keeper-wallet.app/mobile-app/tx.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.
