# Security & safety

![](/files/o0eMzwC6ZDjcPyApmRGk)

This page gives practical safety guidance for Sudo users and teams documenting Sudo features.

## Wallet safety checklist

Before confirming any wallet action, verify:

* recipient address
* token and network
* amount
* estimated fees
* contract or dApp identity
* approval permissions
* signing prompt contents

## Seed phrase rules

* Never share a seed phrase with anyone.
* Sudo support, admins, bots, or community moderators should never ask for it.
* Do not store seed phrases in chat, screenshots, cloud notes, or untrusted files.
* If a seed phrase is exposed, treat the wallet as compromised.

## Approval risk

Token approvals can allow contracts to move tokens. The approvals risk surface should help users identify risky approvals and understand why revocation may be needed.

## QR and link safety

QR codes and invite links are convenient but can be abused. Users should verify the source before joining communities, signing transactions, or connecting wallet flows from scanned codes.

## Community moderation

Use permissions, admin rights, removed-user lists, and ban/unban controls to reduce spam, impersonation, scams, and harmful behavior.

## AI safety

AI responses can be wrong or incomplete. Treat AI as assistance, not financial, legal, or security advice. Always verify on-chain facts through trusted explorers and official project channels.


---

# 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/privacy-and-trust/security-and-safety.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.
