# FAQs

**Q: I'm trying to use the website with Trust Wallet/other Web3 wallet not Metamask...**

A: To streamline development we have focused on optimizing our systems to work via Metamask and on desktop. Trust Wallet (mobile wallet) requires a certain number of users before they are willing to implement their infrastructure. Other wallets simply don't have enough users yet. As we grow, we will develop for more wallets.&#x20;

**Q: Help! I staked more tokens after my initial deposit and my rewards disappeared!!! SCAM!! BOOOO!!! HISSSSS!!!!!!**

A: You didn't read the docs. Any action, such as staking more LP tokens in the pool resets both your bond time and your rewards. Your rewards were put back into the pool. If you remain staked in the pool you'll have the opportunity to earn a percentage of your rewards back. AFTER your bond time has elapsed and you can Claim, you'll be able to add more liquidity then and your rewards will continue to accrue.&#x20;

**Q: I have enough BYAS but the Forge/staking isn't working**

A: You may be on the wrong wallet, or perhaps you need to disconnect and reconnect, or do a refresh for your tokens to be reckognized into the system

Q: **I am trying to claim rewards but I can't**

A: Your timer hasn't elapsed yet

Q: **I can't Forge anymore**

A: You either don't have enough BTC or BNB or you've reached the 50k 24 hr Forged limit

Q: **I forged BTC or BNB but the balance still shows as if I didn't.**

A: Refresh the page or simply click on another page within the site and return. The front end can be funky sometimes. A few refreshes usually takes care of things.&#x20;


---

# 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.dxocoin.com/faq/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.
