# Captcha

Why do we need captcha accounts?

One of the layers of anti-bot security systems on websites is captcha. Captcha is a request to perform some kind of action with the goal of identifying who is trying to perform the action; human or automated software?

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FuXiohc0JGpK7QU1f5SH9%2Fimage.png?alt=media&#x26;token=c2b83567-408b-47c6-af8b-35af0f810b83" alt=""><figcaption></figcaption></figure>

At the moment, the most common captcha types are RecaptchaV2, RecaptchaV3, HCaptcha, FunCaptcha, and GeeTestCaptcha. All those captchas are provided to websites by other companies. Captcha is a string value that is sent along with the request, which later is validated on the server.\
\
There are various services that will solve different types of captcha in large quantities for a small fee, solved captchas from these services can be integrated into Tokenizer

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FOY6Ykx3JanccsBalXdJd%2Fimage.png?alt=media&#x26;token=6b3e9432-8e61-4945-872b-68e5c58d9953" alt=""><figcaption><p>The cost of solving captchas from Capmonster. *The cost is subject to change.</p></figcaption></figure>

**More information on how to choose the right captcha-solving service & how to correctly set up captcha tasks can be found in the text channel of our Discord server.**

### Adding a captcha service account

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FoqyYbdQ4dgtPsDOTk2Ss%2Fimage.png?alt=media&#x26;token=eb5e3e6f-71f2-4735-9dd9-d1d9db07144d" alt=""><figcaption></figcaption></figure>

| Key          | Value                                                                           |
| ------------ | ------------------------------------------------------------------------------- |
| Service      | Key to access the captcha-solving service.                                      |
| Account name | The account's name that is shown whenever you interact with this account's key. |
| Account key  | Key to access the captcha-solving service.                                      |

### How do I get the keys to the captcha-solving services?

Tokenizer currently supports 3 captcha-solving services:&#x20;

\
1\) Capmonster \
2\) Anticaptcha\
3\) 2Captcha

#### Capmonster

Follow the [link ](https://capmonster.cloud/Dashboard)and sign up if you don't have an account there. The key will be available on the home page.

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FLMKabrs9JitlVVQ28EXb%2Fimage.png?alt=media&#x26;token=f9488bb1-c055-464c-baa2-da3a7911e8ce" alt=""><figcaption></figcaption></figure>

#### Anticaptcha

Follow the [link](http://getcaptchasolution.com/qcn5d0spup) and sign up if you don't have an account there. The key will be available on the main dashboard page.

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2F9LpnXWBeSaqu3Gdq3KuN%2Fimage.png?alt=media&#x26;token=26e6962f-fbe4-4a99-a488-0f7d3acfd296" alt=""><figcaption></figcaption></figure>

#### 2Captcha

Follow the [link ](https://2captcha.com/enterpage)and sign up if you don't have an account there. The key will be available on the main dashboard page.

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2F2nczFVPLpe5lAAdkPXtv%2Fimage.png?alt=media&#x26;token=373317eb-5f2b-4074-a23b-486b7b3747a6" alt=""><figcaption></figcaption></figure>
