> For the complete documentation index, see [llms.txt](https://docs.polynomial.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polynomial.fi/how-to-guides/wallet-setup.md).

# Wallet Setup Guide

This guide will walk you through setting up your wallet for Polynomial, including connecting your existing wallet and understanding how polynomial wallets work for enhanced functionality.

## Connect Your Wallet

1. Go to [Polynomial Trade](https://trade.polynomial.fi)
2. Click "Connect Wallet"
3. Select your wallet (MetaMask, WalletConnect, etc.)
4. Approve the connection

Your wallet will automatically switch to Polynomial Chain.

## Fund Your Account

**Important:** Only use Polynomial's official bridge.

1. Click "Deposit" in the interface
2. Select your source chain (Ethereum, Arbitrum, Optimism, Base)
3. Choose your asset (USDC, sDAI, sUSDe, WETH)
4. Enter the amount to bridge
5. Confirm the transaction

Bridge takes 10-15 seconds to complete.

## What Happens Next

* A Polynomial wallet is automatically created when you first deposit
* You get gasless transactions and one-click trading
* Your original wallet keeps control and signing authority

## Next Steps

* [**Your First Trade**](https://github.com/Polynomial-Protocol/gitbook/blob/master/how-to/first-trade.md) - Start trading
* [**Your First Stake**](https://github.com/Polynomial-Protocol/gitbook/blob/master/how-to/first-stake.md) - Begin staking

## Need Help?

* [FAQ](https://github.com/Polynomial-Protocol/gitbook/blob/master/how-to/support/faq.md) - Common questions
* [Community](https://github.com/Polynomial-Protocol/gitbook/blob/master/how-to/support/community.md) - Join Discord
* [Support](https://github.com/Polynomial-Protocol/gitbook/blob/master/how-to/support/contact.md) - Get help


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.polynomial.fi/how-to-guides/wallet-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
