# NEAR

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

### Select type of token

To get started, select <mark style="color:purple;">`NEAR`</mark> Assets in WalliD dashboard. You'll have to choose from <mark style="color:purple;">`Fungible tokens`</mark> (ERC-20 and native tokens) or <mark style="color:purple;">`NFTs`</mark> (ERC-721 and 1155). You can mix token types and bundle as many tokens as you wish in the same config.

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

### 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. I. f 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/LZ8yCEnAkRsF0I0syXar" alt=""><figcaption></figcaption></figure>

### NFT configs

**Token type** - Choose from <mark style="color:purple;">`ERC-721`</mark> or <mark style="color:purple;">`ERC-155`</mark>.&#x20;

**Smart contract address** - Paste the smart contract address of the token you wish to add to your verification config.

**Minimum amount held** - Define the value for the <mark style="color:purple;">`Minimum amount`</mark> of tokens held by the user for a successful verification. The verification will ignore any specificities of the tokens and their IDs.

**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. The verification will ignore any specificities of the tokens and their IDs.

**Unique ID -** Provide the <mark style="color:purple;">`#ID`</mark> of a specific NFT you wish to verify ownership of. If the NFT is hosted on an <mark style="color:purple;">`ERC-1155`</mark> contract, you can also define a <mark style="color:purple;">`Minimum amount`</mark> and <mark style="color:purple;">`Max amount`</mark> of tokens held by the user for a successful verification.

**Add 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/YRyuMVNGsEOL6mAyfzHN" 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/near.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.
