# security

## Smart Contract Security

### Development Best Practices

* OpenZeppelin-inspired patterns
* Comprehensive unit testing
* Integration testing
* Mainnet fork testing

### Security Audits

* **Planned**: Q2 2026
* **Auditor**: Top-tier audit firm
* **Scope**: Full contract audit
* **Public Report**: Will be published

## Operational Security

### Liquidity Lock

{% hint style="warning" %}

* 365 days locked via PinkSale
* Proof verifiable on-chain
* Cannot be withdrawn by team
  {% endhint %}

### Multi-Sig Wallet

* Treasury controlled by multi-sig (planned)
* Team + community members
* Transparent transactions

### Rate Limiting

* Maximum transaction size limits
* Cooldown periods for large swaps
* Protection against manipulation

## Ongoing Security

### Bug Bounty Program

{% hint style="info" %}

* Launching with mainnet
* Tiered rewards based on severity
* Responsible disclosure process
  {% endhint %}

### Regular Reviews

* Quarterly security audits
* Code reviews for upgrades
* Community security feedback


---

# 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://basegold.gitbook.io/basegold/technical/security.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.
