# General FAQ

**What is Soroswap.Finance?**\
Soroswap.Finance is a decentralized exchange (DEX) and AMM protocol built on Soroban . It allows permissionless token swaps and liquidity provision without intermediaries.\\

**Q2: How do I connect my wallet?**\
A: Go to [soroswap.finance](https://soroswap.finance/), click **Launch App**, then select and approve your Stellar/Soroban-compatible wallet (e.g., Freighter, xBull, Lobstr).

For additional information and resources, visit:\
[Website](https://www.soroswap.finance) | [GitHub](https://github.com/soroswap) | [Twitter](https://x.com/SoroswapFinance) | [Documentation](https://docs.soroswap.finance)


---

# 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.soroswap.finance/additional-resources/support-and-resources/general-faq.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.
