> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallets

> Add wallets to your Tenderly project to track historical transactions, run simulations, and set up alerts for any address.

Learn how to add a wallet to your project and keep track of its transactions in the Dashboard. When you add a wallet to a project, you'll see a list of all historical transactions linked to that particular wallet.

## Adding a wallet to your project

Navigate to the **Wallets** section from the side menu and click on **Add Wallet**.

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/developer-explorer/wallets/add-wallet.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=47c16ddcb19c086cc458fb1a32920282" alt="Add wallet" width="4062" height="2454" data-path="images/developer-explorer/wallets/add-wallet.webp" />

Enter the wallet address into the search field and select the wallet you want to add. Click **Import Wallet**.

Once imported, you can view all the transactions associated with the wallet in the Dashboard, simulate transactions, or [create Alerts](/monitoring/alerts/introduction) for the wallet.

## Finding a wallet on any network

The Dashboard's search functionality allows you to find any wallet on any of the [102 supported networks](/platform/supported-networks).

1. Enter the wallet's address in the top menu search bar.
2. Select the wallet from the search results.

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/developer-explorer/wallets/find-wallet.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=2377e5b440f986d582b769ed3deadef0" alt="Find wallet" width="4062" height="2454" data-path="images/developer-explorer/wallets/find-wallet.webp" />

To add the wallet to a project, click **Add to Project** and choose your target project.

## Adding tags to wallets

When working with multiple wallets, you need a way to keep them organized. This is where tags come in handy. You can add a tag to a wallet by clicking the **Add Tag** link.

Tags also enable you to monitor multiple contracts or wallets grouped under a single tag using Alerts.

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/developer-explorer/wallets/tag-wallet.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=b5b66ecab57dbb12de896598fcb889e3" alt="Add wallet" width="4062" height="2454" data-path="images/developer-explorer/wallets/tag-wallet.webp" />

## Monitoring wallets with Alerts

You can set up Alerts to monitor activity on your wallets in real time. To create an Alert, click the **Configure Alert** button from the contract overview page.

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/developer-explorer/wallets/wallet-alert.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=06e3c713b282274362ce3d60e0c42ac3" alt="Contract alert" width="4076" height="2382" data-path="images/developer-explorer/wallets/wallet-alert.webp" />

With Alerts, you can monitor various events such as failed or successful transactions, function calls, emitted events, blocked callers, and more.

You can choose between 12+ trigger types, and receive notifications in places like Slack, and Telegram, or send the data to [Sentry](/monitoring/alerts/destinations/account-scoped#sentry-destination) and [PagerDuty](/monitoring/alerts/destinations/account-scoped#pagerduty-destination).

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/developer-explorer/wallets/alerts-page.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=4b3c1b0dc7dc1b48a20294a2a08129bb" alt="" width="4320" height="2522" data-path="images/developer-explorer/wallets/alerts-page.webp" />

<Card title="How to Create and Manage Alerts for Wallets" href="" />

## Viewing wallet transactions

Tenderly will automatically backfill the latest transactions originating from that contract and display them in the Dashboard.

Click on the wallet and then on **View Transactions**.

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/developer-explorer/wallets/wallet-transactions.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=03b786e2792901d9a23805d97cfe2191" alt="Contract alert" width="4076" height="2382" data-path="images/developer-explorer/wallets/wallet-transactions.webp" />

## Simulating wallet transactions

Click on the executed transaction and then the **Re-Simulate** button to simulate a wallet transaction. This will preload the transaction in Simulator where you can change its parameters and simulate the transaction on the latest state of the blockchain.

Follow this guide to learn how to use the Transaction Simulator UI:

<Card title="How to Simulate Transactions from the Dashboard" href="" />
