# Account Management

### Account settings and profile

The Account panel is where you can find your user ID and manage your sign-in methods.&#x20;

<figure><img src="/files/SYytzOXnlYJNZfr5YeKB" alt="" width="563"><figcaption><p>Add or remove sign-in methods</p></figcaption></figure>

### Managing wallets (EVM and Solana by default)

Your account will auto-generate two wallets on sign-up, one EVM and one Solana. During the initial deposit flow, you will transfer to one of these addresses. Your Cash Balance (USDC) will be held in your Solana wallet and any trades you make will originate from that wallet (regardless of network). Any token you sell, on any network, will also convert to USDC on Solana and be added to your Cash Balance.

You may export (![](/files/2DqWALZpzAX6nL7Vmezv)) the private keys for each wallet at your discretion. Do not share these with anyone.

<figure><img src="/files/DH7fvBzPBgwRe8w7fDyt" alt="" width="563"><figcaption></figcaption></figure>

### App settings and preferences

Color themes, general settings, and keyboard shortcuts are found in this panel.

<figure><img src="/files/407FqXZGTbhwH4sr8kUH" alt="" width="563"><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.defined.fi/defined-docs/defined-beta/account-management.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.
