# The Normal Dashboard

The Normal dashboard is your central hub for managing your savings, swapping assets, viewing your portfolio, and accessing your wallet. Here's what each section does.

#### **Savings**

The Savings page is where you supply, withdraw, and track yield on your USDC. This is the core of the Normal experience.

**What you can do:**

* **Supply USDC** — Add funds to your savings account and start earning yield immediately
* **Withdraw USDC** — Pull funds back to your Stellar wallet anytime, with no lockups
* **Track your balance** — See your total deposits, current value, and earnings in real time
* **Monitor your APY** — Watch your yield rate as it adjusts to market conditions

This is your primary action center for putting capital to work and watching it grow.

#### **Swap**

The Swap page lets you exchange between supported Stellar assets directly inside Normal.

**What you can do:**

* **Exchange XLM and USDC** — Convert between assets without leaving the app
* **Review rates and fees** — See your exchange rate and any fees before confirming
* **Settle on Stellar** — Swaps execute directly on the Stellar network in seconds

Swap is useful when you need USDC to supply to savings, or when you want to convert earnings back into XLM for transaction fees.

#### **Portfolio**

The Portfolio page gives you a visual overview of everything you hold inside Normal.

**What you can see:**

* **Account holdings** — A clear breakdown of every asset in your wallet
* **Allocation chart** — A pie chart showing how your capital is distributed across assets
* **Asset values** — Current USD value of each holding
* **Total portfolio value** — Your full net worth across savings, wallet, and any other positions

Use Portfolio to get a high-level view of your account at any moment.

#### **Wallet**

The Wallet menu opens when you click your account profile in the top right of any page. It's where you manage your wallet, view assets, and review your full activity history.

**What you can do:**

* **View your wallet balance** — Total holdings across all assets in your connected wallet
* **See your assets** — A detailed list of every Stellar asset you hold
* **Review activity** — A timeline of every supply, withdraw, swap, transfer, and deposit, with links to view each transaction on-chain
* **Quick actions** — Shortcuts for Transfer, Deposit, Savings, and Swap that route you to the right page or open a focused popup
* **Switch wallets** — Move between connected wallets without logging out
* **Create a new account** — Generate an additional wallet inside Normal
* **Open Settings** — Access your account-level preferences and wallet configuration

The Wallet menu is where everything related to your account lives. If you're looking for transaction history, holdings, or account settings, this is where you'll find it.


---

# 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://normalfi.gitbook.io/normal/getting-started/getting-started/the-normal-dashboard.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.
