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

# Token Security & Contract

> Data Dictionary — token security and contract terms with definitions, formulas, units, and source commands

Audit attributes, contract permissions, upgrade authority, and exploit indicators.

***

### Audit Status

Whether a token's smart contract has been formally audited.

```
Unit      Category
Example   Audited by CertiK
```

**Related** · Security Score, Contract Analysis

**Used in** · [`SCS`](/docs/docs/core-concepts/commands/by-object/token#scs-smart-contract-security)

***

### Upgradeability

Whether a smart contract can be modified after deployment (proxy pattern).

```
Unit      Boolean
Example   Upgradeable (Proxy)
```

**Related** · Audit Status, Admin Count

**Used in** · [`SCS`](/docs/docs/core-concepts/commands/by-object/token#scs-smart-contract-security)

***

### Proxy Pattern

Specific smart contract upgrade pattern used (Transparent Proxy, UUPS, Beacon, etc.).

```
Unit      Category
Example   UUPS Proxy
```

**Related** · Upgradeability, Audit Status

**Used in** · [`SCS`](/docs/docs/core-concepts/commands/by-object/token#scs-smart-contract-security)

***

### Owner/Admin Count

Number of addresses with privileged control over a token's smart contract.

```
Formula   Count(admin roles)
Unit      #
Example   3 admin addresses
```

**Related** · Upgradeability, Audit Status, Issuer Risk

**Used in** · [`SCS`](/docs/docs/core-concepts/commands/by-object/token#scs-smart-contract-security)

***

### Mint / Burn / Pause / Blacklist Functions

Whether a token contract contains privileged functions that can alter supply or restrict transfers.

```
Unit      Boolean flags
Example   Mint: Yes, Burn: Yes, Pause: No, Blacklist: No
```

**Related** · Audit Status, Issuer Risk

**Used in** · [`SCS`](/docs/docs/core-concepts/commands/by-object/token#scs-smart-contract-security)

***

### Exploit Detection

Alerts for known vulnerabilities, exploits, or suspicious contract patterns.

```
Formula   TBD — vulnerability scanning engine
Unit      Alert
Example   Reentrancy risk detected
```

**Related** · Audit Status, Security Score

**Used in** · [`SCS`](/docs/docs/core-concepts/commands/by-object/token#scs-smart-contract-security)

***

### Issuer Risk Score

Behavioral risk assessment of the token issuer based on wallet activity.

```
Formula   TBD — risk model scoring
Unit      Score
Example   Medium Risk
```

**Related** · Issuer Activity, Team Transparency

**Used in** · [`ITR`](/docs/docs/core-concepts/commands/by-object/token#itr-issuerteam-risk)

***

### Token Issuer Activity

Trading and transfer behavior of the token issuer's wallet over a recent period.

```
Formula   Trades, CEX/DEX transfers, volume (90D)
Unit      Events / USD
Example   15 trades, $2.3M volume (90D)
```

**Related** · Issuer Risk Score, Remaining Holdings

**Used in** · [`ITR`](/docs/docs/core-concepts/commands/by-object/token#itr-issuerteam-risk)

***

### CEX/DEX Transfer Count

Number of transfers between a wallet and centralized or decentralized exchanges.

```
Formula   Count(transfers to/from CEX/DEX)
Unit      #
Example   CEX: 15 transfers, DEX: 42 transfers (90D)
```

**Related** · Issuer Risk Score, Issuer Activity

**Used in** · [`ITR`](/docs/docs/core-concepts/commands/by-object/token#itr-issuerteam-risk)

***

### Issuer Remaining Token Holdings

Token balance still held by the issuer or team wallets.

```
Formula   Σ(issuer wallet balances)
Unit      Tokens / USD
Example   50M tokens ($25M)
```

**Related** · Issuer Risk Score, Token Allocation

**Used in** · [`ITR`](/docs/docs/core-concepts/commands/by-object/token#itr-issuerteam-risk)
