# Wallet

The **Wallets** section in Tresori is the central place to create, manage, and monitor wallets associated with your blockchain applications. This section provides visibility into all wallets created under a specific project and helps you track wallet activity across different supported blockchain networks.

The **Wallet Management** page is designed to give users full control over project-level wallets. It allows you to manage wallet creation, view wallet details, and analyze wallet-related activity in a structured and project-specific manner. Wallets are always tied to a project, ensuring clear separation between environments, applications, or use cases.

At the top of the page, users must choose a project using the **Select Project** dropdown.\
This step is mandatory because wallets are managed on a per-project basis.

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

* Only **enabled projects** appear in the dropdown.

<figure><img src="/files/4XN3IwNiPXWlnbnFRMLK" alt=""><figcaption></figcaption></figure>

* Once a project is selected, the system loads all wallets associated with that project.&#x20;

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

#### Project & API Key Selection

This section displays the API keys associated with the wallet for the selected project. Users must first select the relevant project and API key, after which they can use the dropdown to view all active API keys linked to that specific project and wallet.

* **Select Project**
  * Choose the project whose wallets you want to manage.
  * All wallet data shown on the page is scoped to the selected project.

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

* **API Key**
  * Select the API key associated with the project.
  * Ensures that wallet creation and operations are securely linked to the correct environment.

<figure><img src="/files/1JjPLrPyRtjQl5WRuRob" alt=""><figcaption></figcaption></figure>

#### Wallet Summary&#x20;

In the middle of the page, key metrics provide a quick snapshot of wallet activity.

* **Total Wallets**
  * Displays the total number of wallets created for the selected project.
  * Includes an indicator showing how many wallets are currently active.

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

* **Total Transactions**
  * Shows the total number of transactions executed across all wallets in the project.

<figure><img src="/files/6rZu1ge5cNvlOufXiscR" alt=""><figcaption></figcaption></figure>

* **Wallet Types**
  * Provides a breakdown of wallets by type:
    * **Self Custodial**
    * **Custodial**
    * **MPC**
    * **Smart Wallet**
  * Helps users understand how wallets are distributed across different security models.

<figure><img src="/files/4uw49MjDWqgYAJQnMMIT" alt=""><figcaption></figcaption></figure>

#### Search and Filter Options

Users can easily locate wallets using built-in filters.

* **Search Wallets:** Search wallets by identifier or relevant metadata (Public Address).

<figure><img src="/files/0ABZEG1jKvTjQIbiFkB5" alt=""><figcaption></figcaption></figure>

* **Wallet Type Filter:** Filter wallets by type (Self-Custodial, Custodial, or MPC).

<figure><img src="/files/5g8YSD5YI3QCJupEYuDp" alt=""><figcaption></figcaption></figure>

* **Time Filter:** Filter wallets based on their creation timeframe (e.g., all time).
  * Available Time Ranges
    * **All Time**\
      Displays all wallets created since the project was first set up.
    * **Last 7 Days**\
      Shows only wallets created within the past 7 days.
    * **Last 30 Days**\
      Filter wallets created in the last 30 days, useful for monthly growth analysis.
    * **Last 90 Days**\
      Displays wallets created over the past 90 days, helping identify longer-term trends.

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

#### Wallet List Section

This section displays all wallets created under the selected project.

* If **no wallets exist**, an empty state is shown with a prompt to get started **“No wallets created yet” +Create Your First Wallet** button
* Once wallets are created, this area will list:
  * Wallet identifiers
  * Wallet type
  * Status and activity details

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


---

# 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.tresori.xyz/wallet.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.
