> For the complete documentation index, see [llms.txt](https://playbook.checkmate.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbook.checkmate.live/introduction/sync-your-fide-id.md).

# Sync your FIDE ID

If you’re a FIDE-registered player, syncing your FIDE ID automatically links your official rating and helps you avoid false flags in the Sixth-i anti-cheat system when you first start playing. No more Zoom is required—our Checkmate Live Arbiter Mode and in-platform video system handle all online supervision. For events like **Echess** (officially rated Federation competitions with online supervised play) and **Pro Mode** high-stakes tournaments (where you earn USDC), Arbiter Mode is mandatory to ensure a fair and compliant competitive environment.

***

#### Rated Player Requirements for Echess Events

* **Compete Under Your Real Name:**\
  For Federation events, you must compete under your real name.
* **Tournament Stage Compliance:**\
  In Checkmate Live tournaments, especially during playoff or finals stages, your real name (collected during FIDE ID sync) is visible to tournament admins and the public.
* **Regulatory Compliance:**\
  You must comply with FIDE Laws of Chess and Fair Play Rules for Online Competitions with Supervision.

***

#### How to Sync Your FIDE ID

1. **Go to Settings:**\
   Click your profile picture (PFP) to access your settings.
2. **Access the Security Tab:**\
   Select the "Security" tab.
3. **Verify via KYC:**\
   Complete the KYC verification process.
4. **Verify Your FIDE ID:**\
   Follow the prompts to sync and verify your FIDE ID.
5. **Increase Your Fair Play Score:**\
   Once complete, your Fair Play score will increase, and you'll be ready for FIDE token-gated events.

{% embed url="<https://vimeo.com/1007129664>" %}


---

# 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://playbook.checkmate.live/introduction/sync-your-fide-id.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.
