> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nshield.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Security Overview

> Public APIs for token, wallet, dapp, and transaction context.

Security Model is first because developers need clear context before they show a token, wallet, dapp, or transaction to users.

Nova security APIs are public developer APIs protected by rate limits, request caps, and abuse monitoring.

## Security APIs

| API                 | What it answers                                                                |
| ------------------- | ------------------------------------------------------------------------------ |
| Token risk          | Is this token verified, suspicious, mutable, illiquid, or unsafe to highlight? |
| Wallet risk         | Does this wallet look active, suspicious, fresh, dormant, or high-signal?      |
| Dapp risk           | Is this URL or app domain safe to open inside a wallet or browser?             |
| Transaction preview | What will this transaction likely do before a user signs?                      |
| Address screening   | Is this address risky, sanctioned, spammy, or worth warning about?             |

## Public Playground Safety

The docs playground can call demo endpoints without exposing Nova's backend setup.

Every playground request should still use:

* IP rate limits
* Request body caps
* Response size caps
* High-cost endpoint quotas
* Redacted logs

When a request needs user context, use the public wallet address.

## Safe Inputs

Use public wallet addresses, token mints, transaction signatures, and URLs. Do not send private keys, seed phrases, recovery phrases, passcodes, backup codes, or signing payloads.
