> For the complete documentation index, see [llms.txt](https://docs.propel.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propel.xyz/resources/faq.md).

# FAQ

Q1. Are Propel’s Smart Contracts audited?&#x20;

A1: Yes. All the smart contracts generated on Propel are multi audited.

Q2. How many products are in the Propel ecosystem right now?&#x20;

* MaaS: This ecosystem includes services like GameFi, Core metaverse, NFT utilities, Smart verse contracts.
* &#x20;DaaS: This ecosystem includes services like Investor Dashboard, MultiSig Wallet, Cross-chain bridges, Staking & LP staking, Anti- Dumpster, customized solution, and much more.
* SaaS: Launchpool includes categories like Single-asset staking, time-capped staking, LP staking, basket reward staking, etc.

Q3. How can I contact the Propel team?&#x20;

A3: <support@propel.xyz>

Q4. Are Propel services customizable?&#x20;

A4: Yes. Explain to us the service you need, and our team will be at your disposal to deliver it.

Q5. Does Propel have a native token?&#x20;

A5: $PEL is the native token used in the Propel ecosystem.

Q6 What is a Staking Contract?&#x20;

A6: Smart Contract, which can be configured to Stake Token A and Earn Token A.

Q7. What is a liquidity pool?&#x20;

A7: A liquidity pool is a pool of tokens blocked on a smart contract. Users who have provided tokens for a liquidity pool - liquidity providers - earn a share of the pool transaction fees proportional to their share of tokens in the pool.

Q8. What countries do Propel support?&#x20;

A8: In most countries, Propel is available for service. It is, however, your duty to ensure that your use of our services complies with all applicable laws and regulations in the jurisdiction in which you reside.


---

# 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.propel.xyz/resources/faq.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.
