# Wallets

![](/files/D92SlSd9Od3De5uGZGlT)

This is where both your Solana and Ethereum wallets are handled.&#x20;

There are four main functions you can do here: [Add Wallet](/wallets/add-wallet.md), [Gen(erate) Wallet](/wallets/generate-wallet.md), [Get Balance](/wallets/get-balance.md), and [Distribute](/wallets/distribute.md).

## Important

ALL WALLET DATA IS STORED LOCALLY. WALLET DATA IS NEVER SENT TO ANY OF OUR SERVERS. IF AT ANY POINT YOU WOULD LIKE TO REMOVE YOUR DATA, DELETE IT THROUGH THE FRONTEND OR THROUGH YOUR APP DATA. SEE FAQ FOR DETAILS.


---

# 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.atlastools.io/wallets/wallets.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.
