# Add wallet address to your account

## Basics

You will need to create a Solana wallet, if you don't already have one, and get a copy of the public address (typically easy to find and copy under the "Receive" option/button in your wallet app).

You can use any Solana based wallet app to create your wallet. Wingbits is now on Mainnet, so claimed WINGS appear like any other Solana SPL token. If you need to inspect historical or current activity, you may use [Solana Explorer](https://explorer.solana.com/) to search your public address and see token balances or transactions.

{% hint style="info" %}
Your same public address works for Mainnet, devnet, and testnet. We do not use testnet. As long as you do not change your wallet address, claimed WINGS will appear like any other Solana SPL token you hold.
{% endhint %}

### Setup

Follow the steps on [Wallet Management](/general-help/add-wallet-address-to-your-account.md#owner-wallet).


---

# 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.wingbits.com/get-started/add-wallet-address-to-your-account.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.
