# General FAQs

## Is MiaSwap safe?

Transparent:

* For maximum transparency, we are built on open-source software: our website and all of our Smart Contracts are publicly visible.&#x20;
* You can check your contract on [ONUS Explorer](https://explorer.onuschain.io/)

Best practices for security:

* multisig for all contracts
* contracts’ time-lock

## How do I stake MIA?

MiaSwap Mining Pools allow you to stake your MIA. Go to the [Mining Pools](/features-and-tutorials/mining-pools.md) section. If you need help getting started with staking, read our [How to Stake Tokens](/features-and-tutorials/mining-pools/how-to-stake-tokens.md) guide.

## How do I farm?&#x20;

If you want to learn how to farm, check our [How to Yield Farm](/features-and-tutorials/yield-farms/how-to-yield-farm.md) guide.

## What's the difference between staking and farming?&#x20;

Staking in Mining Pools and farming with Yield Farming are two ways to support MiaSwap and earn more MIA.&#x20;

To earn MIA or other tokens through staking, simply add some MIA to a Mining Pool.                   Find out more about [Mining Pool](/features-and-tutorials/mining-pools.md).&#x20;

Farming is more difficult and requires LP Tokens to earn MIA.                                                          Find out more about [Yield Farming](/features-and-tutorials/yield-farms.md).

## How can I link my wallet to the ONUS Chain and MiaSwap?&#x20;

We have a detailed guide on [How to Connect Your Wallet](/features-and-tutorials/wallets-and-funds/how-to-connect-your-wallet.md) to MiaSwap.

## When will you be opening new pools?&#x20;

MiaSwap is constantly adding new Pools.&#x20;

Before the opening of new pools, there will always be an announcement. Join the [announcements Telegram group](https://t.me/onuschain) to be one of the first to learn about new Pools.

## Where can I access Analytics?&#x20;

You can view MiaSwap's analytics by clicking on the link below:

Analytics: <https://miaswap.io/analytics/>

## I can't seem to find an answer to my question. Where can I look for an answer?&#x20;

If you can't find what you're looking for in the documentation, post your query on [MiaSwap official social media platforms](/contact-us/social-platforms.md) and we will do our best to assist you.


---

# 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.miaswap.io/general-faqs.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.
