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

# FAQ

* Is the BETA token available for purchase?

The token is available for trading on Binance currently. Binance is the only exchange Beta Finance has officially partnered with.

* How do liquidations work? What is the maximum amount of debt you can liquidate in a single transaction?

When a user's LTV passes the [liquidation threshold](/betafinance/risk-framework/risk-parameters.md) for the token, the position can be liquidated by repaying the debt, and the liquidator will receive a [premium payout](/betafinance/risk-framework/risk-parameters.md) from the collateral. The `liquidate` function in the `BetaBank` contract limits the amount to 50% in a single transaction.

* What is utilization?

Utilization is the percentage of total available lended capital being actively borrowed in a pool. E.g. a $100,000 USD pool of $BETA with 60% utilization means $60,000 is currently being borrowed and $40,000 is available for borrowing.

* What wallets do you support on Beta Finance?

Currently, we support MetaMask and WalletConnect. We will work towards supporting more popular wallets in the future.

* What are your official social media channels?

Our official channels are linked here: [Medium](https://medium.com/beta-finance), [Discord](https://discord.gg/kcecQQRyZJ), [Twitter](https://twitter.com/beta_finance), Telegram ([community](https://t.me/BetaFinanceProtocol)) ([announcements](https://t.me/betafinanceannounce)). All other groups claiming to be Beta Finance are not affiliated.

* Is there a lock up for my lended tokens?

Nope! Users are able to deposit and withdraw tokens to any pool at any time. However, if the utilization of the lending pool is 100%, then you will be unable to withdraw tokens until the utilization decreases. See [Liquidity Risks](/betafinance/risk-framework/liquidity-risks.md) for more details.

* What are some of the different ways I can use Beta Finance?

We've [written an article here](https://medium.com/beta-finance/5-defi-strategies-to-earn-with-beta-finance-c7894108a003) highlighting some interesting DeFi strategies users can try with Beta Finance. We're eager to see the creative ways the community is able to come up with, and we would love to highlight these. If you want to share please send an email to <contact@betafinance.org>.

* I want to join Beta Finance, who should I speak to?

Awesome! We're actively hiring, so please send your resume to <hiring@betafinance.org>


---

# 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://betafinance.gitbook.io/betafinance/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.
