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

# For Users

#### Q1 : How do I earn money on EarningVibe?&#x20;

You earn by watching videos, subscribing to channels, liking posts, and more — each task pays a small amount instantly to your balance.

#### Q2 : Is there any investment or fee required to start?

No. EarningVibe is completely free to join and use. You don’t need to invest anything.

#### Q3 : Can I use multiple accounts to earn faster?

No. Multiple accounts per user are strictly prohibited. Violations will lead to a ban or withheld earnings.

#### Q4 : How and when can I withdraw my earnings?

You can withdraw once your balance reaches the minimum withdrawal amount of $2. Supported methods include Payeer, Binance.

#### Q5 : What if my Instagram or YouTube account is not getting accepted?

Ensure your account looks real (profile photo, few posts, decent bio). Fake or empty accounts are rejected for task quality.

### Q6 : Is EarningVibe available globally?

Yes. Anyone from any country can register and start earning.


---

# 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://earningvibe.gitbook.io/earningvibe-docs/faq/for-users.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.
