# User Accounts

Multi-Currency/Token Accounts are maintained per User per Decentralized Exchange (DEX) and Automated Market Maker (AMM). These contain accrued premiums, settlements and refunds which can be withdrawn by the user at any time.

### My Funds

The current balances can be viewed by clicking the "My Funds" button at the top-right of the screen. This will display the complete breakup of funds denominated by the underlying asset and cash tokens for both the DEX and AMM.

\[Image]

### **Withdrawing Funds**

Users can withdraw their accrued funds at any time by clicking the "Withdraw" button. Since the DEX and AMM are separate smart contracts, funds will need to be separately withdrawn from each. If the user account contains a non-zero balance, the "Withdraw" button will be enabled, and the user will need to confirm the transaction in their wallet.

\[Image]

The funds will be withdrawn to your wallet immediately.


---

# 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.optswap.org/user-manual/trading/user-accounts.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.
