# Stake and Borrow

In the game's wallet page, players can find the borrowing feature. This feature allows players to stake BNB to borrow AXC, which can then be used to enhance their in-game earnings and generate more AXC. When repaying the borrow, players can reclaim their staked BNB without any loss.

### Borrow

The borrowing feature is free to use and has 0 interest. Users' crypto assets will be stored in a smart contract. Users can enter the amount of BNB they wish to stake on the borrowing page to borrow AXC at a fixed ratio, which will be distributed to their spending account. Details of the borrowing can be viewed on the repayment page.

### **Repayment**

Users can enter the amount of BNB to unlock and prepare enough AXC on the repayment page to complete the repayment. The unlocked BNB will be refunded to their spending account, where players can use and withdraw it at any time.


---

# 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://whitepaper.arcx.gg/stake-and-borrow.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.
