# Navigating Zipper.Trade

talk about what these charts mean, total TVL locked explained, how to find tokens, how to find chains, how to verify contracts, how to get to your user page, what does user page info mean

#### **Step 1: Connect Your Wallet**

1. Open the Zipper website and click **"Connect Wallet"**.
2. Select a Fabric-compatible wallet (e.g., MetaMask, WalletConnect).
3. Authorize the connection in your wallet.
4. Ensure you have sufficient native currency in your wallet (e.g., ETH, SOL) to cover transaction fees.

***

#### **Step 2: Wrapping (Zipping) Assets**

1. Navigate to the **"Wrap Assets"** section on the website.
2. Select the blockchain and asset you wish to wrap (e.g., Ethereum → USDT).
3. Enter the amount of the asset you want to wrap.
4. Review the transaction details:
   * The zAsset you will receive (e.g., zUSDT).
   * Associated fees and the 1:1 collateralization guarantee.
5. Approve the transaction in your wallet.
6. Once the transaction is confirmed, the equivalent zAssets will be sent to your Fabric-compatible wallet.

***

#### **Step 3: Unwrapping (Unzipping) Assets**

1. Go to the **"Unwrap Assets"** section on the website.
2. Select the zAsset you want to unwrap (e.g., zETH).
3. Enter the amount to unwrap.
4. Review the transaction details:
   * The original asset you will receive.
   * Fees for the unwrapping process.
5. Confirm the transaction in your wallet.
6. Once processed, the original asset will be sent back to your external wallet.

***

#### **Best Practices for Using Zipper**

* **Verify Contract Addresses**: Always double-check the contract address of the zAsset and its original counterpart on the Zipper website or FabricScan.
* **Monitor Transaction Status**: Track the progress of your wrapping or unwrapping transaction using FabricScan or the original chain’s explorer.
* **Check Wallet Balances**: Ensure your wallet has sufficient funds to cover gas fees before initiating any transaction.


---

# 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.zipper.trade/getting-started/editor.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.
