# CELO

You can customise verification conditions based on users' ownership of <mark style="color:purple;">`CELO`</mark> tokens. This section serves as a guide to help you to setup those configs.&#x20;

### Fungible token configs

**Token type** - Choose from <mark style="color:purple;">`ERC-20`</mark> or <mark style="color:purple;">`native`</mark> (NEAR token).

**Smart contract address** - Paste the <mark style="color:purple;">`smart contract address`</mark> of the token you wish to add to your verification config. If you've selected native, this field will automatically be filled.

**Minimum amount held** - Define the value for the <mark style="color:purple;">`Minimum amount`</mark>t of tokens held by the user for a successful verification.

**Max amount held** - Define the value for the <mark style="color:purple;">`Max amount`</mark> of tokens held by the user for a successful verification.

A**dd another level** - Add more values to the <mark style="color:purple;">`Max amount`</mark> held and <mark style="color:purple;">`Minimum amount`</mark> held to create different levels of verification based on token ownership.

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


---

# 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.wallid.io/config-dashboard/data-verification/blockchains/celo.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.
