# Glossary

* **Stamp/Check:** Proof of Sybil resistance used in nada.bot's global registry.
* **Sybil Attack:** An attack where fake identities manipulate reputation or voting systems.&#x20;
* **Validating a Check:** Verifying a Sybil proof (aka 3rd party authorization, identity) through a NEAR smart contract method provided by a Sybil Provider.
* **Sybil Provider:** An independent service offering Sybil resistance checks via NEAR smart contracts.
* **Human Threshold:** Minimum score in nada.bot's registry (initially set by core, later by DAO) required to be considered "human." Through aggregated checks x wieghts an individual must have after calculate\_score(accountId) function is called&#x20;
* **Weight:** Points assigned by nada.bot to each Sybil Provider based on factors like reliability and accuracy.
* **Nada.bot Registry (v1.nadabot.near):** A NEAR smart contract storing all stamps, calculating user weights against the human threshold, and providing standardized access to Sybil Providers.
* **Gas:** NEAR tokens required for on-chain transactions.
* **NEP413:** A NEAR standard enabling user ownership verification by requiring gas payment.
* **Near Protocol:** A Layer 1 blockchain built in Rust and compiled to WASM, focusing on fast and scalable dApp development through sharding.


---

# 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.nada.bot/extra/glossary.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.
