# Supported Badges

We currently support the following badges in the Joint Interface.

#### `kyc`&#x20;

* Users may choose to complete a KYC verification process to obtain this badge.&#x20;
* It's optional. However, a user without the badge will not be able to use a market that requires it.&#x20;

#### `pm`

* Payment method badge for annotating a preferred payment method to liquidity.
* Allows would-be takers to know the payment method of choice before initiating a swap.

#### `instruction`

* This is a badge used to annotate trade instructions to liquidity.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.joint.exchange/concepts/badge-system/supported-badges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
