# Glossary

![](/files/kWUg5aYW7VH4x9lJImSt)

## AI Explorer

An AI surface for asking questions about chains, wallets, tokens, and Web3 concepts.

## Approval risk

The risk that a token approval gives a contract permission to move assets. Users should review approvals regularly.

## Channel

A broadcast-style surface for creators, projects, teams, and communities.

## Contract-gated group

A group where access can be connected to a smart contract or token requirement.

## E2EE

End-to-end encryption. A model where message payloads are encrypted so only intended participants should be able to read them in supported modes.

## Escrow

A flow where assets are held according to conditions agreed between parties.

## Governance proposal

A proposal that a DAO/community may discuss and vote on.

## Multisig

A wallet or approval flow requiring multiple signers before an action is executed.

## Seed phrase

A recovery phrase for a crypto wallet. It must never be shared.

## Sudo Swap

A token swap flow inside Sudo.

## Transaction bubble

A chat message card that represents an on-chain transaction or payment activity.

## UNFT username

A Web3 username identity concept referenced in the product inventory.

## Watcher bot

A bot surface for real-time wallet or contract alerts.


---

# 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://docx.sudochat.app/reference/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.
