# FAQ

<details>

<summary><strong>How do I start using Overtime?</strong></summary>

1. Log In to overtimemarkets.xyz with your wallet or social login method
2. If you are not familiar with Ethereum wallets, deposit supported cryptocurrencies into your Overtime Account. If you already have Ethereum wallet with funds in it, you can switch to EOA mode and bet directly from your wallet.
3. Start betting

</details>

<details>

<summary><strong>On what networks is Overtime deployed?</strong></summary>

Overtime is deployed on [Optimism](https://www.optimism.io/apps/defi), [Arbitrum](https://arbitrum.io/) and [Base](https://www.base.org/).

</details>

<details>

<summary><strong>Is Overtime decentralized?</strong></summary>

Overtime  is decentralized, runs entirely on permissionless Ethereum smart contracts and does not hold custody of user funds. Users bet directly from their wallets.

</details>

<details>

<summary><strong>What if I deposited funds in my Overtime Account on the wrong network?</strong></summary>

**Follow this guide:** [Deposited funds using Ethereum Mainnet](/deposits-and-withdrawals/common-user-mistakes/deposited-funds-using-ethereum-mainnet.md)

</details>

<details>

<summary><strong>Does Overtime have an official token?</strong></summary>

Yes, Overtime's official token is $OVER. You can read about it's utility and purpose here: <https://www.overtime.io/over-token>

</details>

<details>

<summary><strong>How is Overtime governed?</strong></summary>

Overtime relies on the Overtime DAO governance structure. The Overtime DAO and the Overtime Council control key aspects of the protocol, with the foundation being the holders of the $OVER token.  See the [Governance Page](/learn-about-overtime/overtime-governance.md) for more info.&#x20;

</details>


---

# 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.overtime.io/get-started/faq.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.
