# Security

Dollar Infinite prioritizes security at all levels: smart contracts, interface, and user protection.

#### Audit Status

| Aspect            | Status              | Details                          |
| ----------------- | ------------------- | -------------------------------- |
| Smart Contracts   | Audited ✅           | Audited by professional firms    |
| Code Verification | Verified ✅          | All contracts on BSCScan         |
| Security Patterns | Industry Standard ✅ | Reentrancy Guard, Pausable, etc. |

#### Security Features

**Smart Contract Security**

| Feature          | Description                           |
| ---------------- | ------------------------------------- |
| Reentrancy Guard | Prevents recursive attacks            |
| Access Control   | Restricted roles (admin, bot, etc.)   |
| Pausable         | Emergency stop                        |
| SafeMath         | Protection against overflow/underflow |
| Upgradeable      | Proxy pattern for future fixes        |

**Code Security**

* Contracts verified on BSCScan
* Public and auditable source code
* Multi-sig and timelock on critical functions

#### Verify Contracts

**Steps to Verify on BSCScan**

1. Access <https://bscscan.com>
2. Search for contract address (Vault, Strategy, etc.)
3. Click "Contract" tab
4. See "Contract Source Code" (verified)
5. Confirm address matches official (listed on site)

**Contract Addresses (examples)**

| Contract         | Address                                    | Verified |
| ---------------- | ------------------------------------------ | -------- |
| USDT (BEP-20)    | 0x55d398326f99059fF775485246999027B3197955 | ✅        |
| Vault            | \[INSERT REAL ADDRESS]                     | ✅        |
| Strategy Manager | \[INSERT REAL ADDRESS]                     | ✅        |

#### Security Best Practices

See complete subpage: Security Best Practices

Quick summary:

* Use hardware wallet
* Seed phrase offline on paper
* Always verify URL (dollarinfinite.com)
* Confirm addresses before approving
* Start with small amounts
* Never share seed phrase

#### Risk Disclaimer

See complete subpage: Risk Disclaimer

Quick summary:

* Smart contracts may have bugs despite audits
* Volatile crypto market — yields not guaranteed
* User responsibility for wallet
* Not financial advice

#### Emergency Procedures

See complete subpage: Emergency Procedures

Quick summary:

* If paused: Wait for official announcement
* Compromised wallet: Create new one, revoke approvals
* Emergency contact: Telegram / <support@dollarinfinite.com>

→ Next: Smart Contract Audits
