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

# Betoken overview

**Betoken’s fund managers collectively & actively maintain a single portfolio** consisting of 70+ Ethereum-based cryptocurrencies, as well as margin positions of Ether, [Wrapped BTC](https://www.wbtc.network/), BAT, KNC, REP, and ZRX. [Connecting your capital](/docs/deposit-withdraw/how-to-deposit-your-capital.md) into this pooled portfolio is as easy as clicking a button.

**Betoken uses a meritocratic system** that automatically allocates the most funds to the managers with the best track record, and also pays them the most [commissions](/docs/manage-the-fund/how-does-the-managers-monthly-commission-work.md). This tightly couples the managers’ interests — earning commissions — with the users’ interests — putting at work their money and saving time. We believe this will **make magic happen**.

Betoken is an open-source, community-owned, permissionless, and censorship-resistant protocol built on top of Ethereum, Kyber, Compound, Fulcrum, and MakerDAO's DAI.

If you have a question that isn't covered in our help center, ping us at <hello@betoken.fund> or on [Telegram](https://t.me/betokenfund) - we would love to hear from you!

{% hint style="info" %}

### Betoken&#x20;

/bɪˈtəʊk(ə)n/

Be a sign of.
{% endhint %}


---

# 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://betoken.gitbook.io/docs/master.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.
