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

# FAQ

### **How do I place bets on websport.io?**

Websport.io is decentralized and permission-less. You will need a Web3 enabled wallet to connect to Websport.io and place bets. We recommend MetaMask. MetaMask can be downloaded from the link below.&#x20;

MetaMask: <https://metamask.io/>&#x20;

Please remember to save your seed phrase and keep it secure. If you lose access to your seed phrase, it will be impossible to recover your funds. **NEVER** share this with anyone, including the websport.io team.

### **What chain does websport.io run on?**

Binance Smart Chain. The chain uses a unique dual-token model; BNB is a stable token used for transactions, payments, and fees.\
\
Websport.io utilizes the Websport Protocol, Websport is designed to be multichain, more chains will be added in the future.

### **How do I access Binance Smart Chain?**

If Binance Smart Chain is not already added to your wallet, the first time you connect to websport.io the app will add it for you automatically. Otherwise, you can follow this instruction: <https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>


---

# 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.websport.io/overview/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.
