> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-security-academy-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-security-academy-jp/kyc-security/f01.md).

# About KYC

## What is KYC?

KYC means "know your customer". The concept of KYC was originally devised by banks as an anti-money laundering initiative, and to try to throttle the amount of money that was being used to fund criminal or terrorist activities.

It has since been adopted into other parts of life. For example, KYC is sometimes a part of certain job applications to prove you are who you say and have a legal right to work in the country you are applying for the job in. Credit card companies, loan organisations, estate agencies, and insurance brokers may also require KYC in some places nowadays.\
It is also used by many blockchain projects to prove who their customers are. As well as cryptocurrency exchanges, again to prove who their customers are and prevent crypto being used to fund crime and terror.

<figure><img src="/files/M7fX0uW8MndrScOUjZqP" alt=""><figcaption></figcaption></figure>

## What Does KYC Involve?

KYC is a very simple process. You will need to prove your identity by showing a government-issued identification document. This might be a passport, driving licence, or national identity card, for example.&#x20;

You may also need to take a live selfie to prove that the person in the identification's photograph is you. For this reason, birth certificates are unlikely to be an acceptable medium of proving your identity, since it doesn't have a (current) photograph of you on it.

<figure><img src="/files/M7fX0uW8MndrScOUjZqP" alt=""><figcaption></figcaption></figure>

## KYC in The Sandbox

Everyone is welcome to play the many experiences within The Sandbox and create content using The Sandbox's software.

However, in order to claim any rewards or earnings, you will be required to pass KYC. This is to prevent people from committing fraud by creating multiple accounts in order to try to cheat in contests, for example.

{% hint style="success" %}
KYC will not lead to you being denied access to or being banned from The Sandbox if you reside in a country that may have international sanctions imposed against them (ie, Iran, Russia). It is there to prevent the community's SAND tokens from ending up in the wallets of fraudsters and cheats.
{% 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://docs.sandbox.game/the-security-academy-jp/kyc-security/f01.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.
