# Funding your wallet

Your FastTrack wallet is a regular Solana wallet that we hold on your behalf. You can fund it from any source: another wallet, a centralized exchange, a bridge, or a friend.

## What to send

* **Native SOL.** The wallet holds SOL for trading. Token balances accrue automatically as you buy.
* **Network rent.** Solana requires every account to hold a minimum balance (currently 0.000891 SOL) to stay active. Send at least 0.01 SOL on your first deposit.
* **Buffer for fees.** Each trade requires a network fee plus our 1% trading fee. Keep a small buffer above your intended trade size.

## How to get the address

Open the FastTrack popup. Your wallet's public key is displayed in the settings panel and in the Rewards tab. Click to copy.

## Receiving deposits

Send SOL to your wallet address using any wallet (Phantom, Backpack, Solflare, etc.) or centralized exchange that supports Solana withdrawals.

Solana deposits typically confirm in 1 to 3 seconds. Refresh the popup to see your updated balance.

## Withdrawing

To move SOL out of your FastTrack wallet:

1. **For cashback and referral earnings**, use the Claim button in the Rewards tab. Earnings are paid out directly to your active wallet, then you can withdraw from there.
2. **For your full balance**, you currently need to export your private key (Settings → Export). Paste the key into Phantom or another wallet to move funds.

A direct send-from-FastTrack feature is on the roadmap.

## Multiple wallets

You can generate or import as many wallets as you want. Only one is active at a time — that's the one used for trading. Switch the active wallet in the settings panel.


---

# 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.willet.cc/getting-started/funding.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.
