> For the complete documentation index, see [llms.txt](https://phina-network.gitbook.io/phn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phina-network.gitbook.io/phn/phn-token-contract.md).

# PHN Token Contract

## Phina Network (PHN) — Public Overview & Contact Document

**Purpose of Publication:** This document provides the official, publishable, and professional summary of Phina Network (PHN). It is designed for use on websites, Medium, or official press releases. Please insert your official links, addresses, or contract address where needed.

<https://bscscan.com/token/0x7d007dC77a8F6333Ed71EFbfB13C21D6C1339425>

***

### 1. Executive Summary

Phina Network (PHN) is a **next-generation Web3 ecosystem** that unites Artificial Intelligence (AI), Blockchain, DeFi, NFTs, and the Metaverse. Our mission is to make digital assets smarter, safer, and more user-friendly while providing creators and investors with a living economy.

The PHN token is the core utility token of the network — powering staking, governance, marketplace transactions, and AI-based services.

***

### 2. Contact & Official Information

* **Official Website:** `https://phina.network`&#x20;
* **Support / General:** `support@phina.network`
* **Business / Partnerships:** `partnerships@phina.network`
* **Press / Media:** `media@phina.network`
* **Security / Audit:** `security@phina.network`
* **X (Twitter):** `https://x.com/PhinaNetwork`
* **Telegram:** `https://t.me/phinanetwork`

**On-chain Token Details (to publish after deploy):**

* Contract Name: `Phina Network`
* Token Symbol: `PHN`
* Total Supply: `200,000,000 PHN`
* Circulating Supply: `100,000,000 PHN`
* Network: `BNB Smart Chain (BEP-20) / EVM`
* Contract Address: `(`[0x7d007dC77a8F6333Ed71EFbfB13C21D6C1339425](https://bscscan.com/token/0x7d007dC77a8F6333Ed71EFbfB13C21D6C1339425)`)`

***

### 3. Token Technical Overview

* **Name:** Phina Network
* **Symbol:** PHN
* **Total Supply:** 200,000,000 PHN
* **Circulating Supply:** 100,000,000 PHN (issued to deployer at deployment)
* **Decimals:** 18
* **Standard:** ERC-20 / BEP-20 (EVM compatible)

**Key Features of the Smart Contract:**

* Pausable (Owner can pause/unpause)
* Burnable (supports user-initiated and contract-based burn)
* Ownable (ownership management, transferable to multisig)
* No public mint after deploy (fixed supply only)

For enhanced security, team tokens can be stored in a multisig wallet or vesting timelock contract.

***

### 4. Innovation & Vision

Phina Network is positioned as an **AI-first Web3 platform**, with core innovations including:

1. **AI-Integrated Smart Contracts**
   * Smart contracts enhanced with AI-driven services (recommendations, gas tuning, transaction analysis).
2. **AI-Driven NFT Metadata & Provenance**
   * NFTs enriched with AI-generated metadata, automated provenance, and fraud detection.
3. **Predictive DeFi Tools**
   * AI-based risk mitigation, portfolio optimization, and dynamic staking reward suggestions.
4. **Metaverse Interoperability**
   * Phina NFTs and assets designed to be lightweight and cross-compatible across metaverse platforms.
5. **Privacy-Preserving AI**
   * On-chain/off-chain AI inference with data privacy via zk/secure enclave support.

**Vision:** By merging AI with blockchain, Phina Network creates an environment where creators, collectors, and investors can engage transparently and securely, with $PHN providing real utility.

***

### 5. Roadmap (High Level)

**Q4 2025**

* Token Launch & Contract Verification
* Official Website Live
* Community Onboarding

**Q1 2026**

* Mainnet Integrations & Staking UI
* NFT Marketplace Beta (AI metadata integration)

**Q2 2026**

* DeFi Suite Alpha (AI assist tools)
* Team token vesting with timelock / multisig

**Q3 2026**

* Metaverse Asset Interoperability Pilots
* Third-party Audits & Security Bounty Program

***

### 6. Security & Trust

* **Code Audit:** Independent third-party audit (CertiK/Halborn recommended) before major release.
* **Bug Bounty:** Public bug bounty to identify vulnerabilities.
* **Multisig & Vesting:** Store team tokens in multisig and vesting contracts.
* **Transparency:** Publish all token allocations, multisig addresses, and verified source code.

***

### 7. Verify Contract

1. After deployment, copy the contract address.
2. Go to the block explorer (e.g., BscScan) and select "Verify & Publish."
3. Enter Solidity version, optimization settings, and source code.
4. Select license (MIT or other) and submit.
5. Once verified, users can view ABI and source code.

***

### 8. Participation

* Follow official social channels for updates.
* Subscribe to newsletters via the website.
* Always verify the official contract address before transactions.

***

### 9. Legal Disclaimer

This document is for informational purposes only and does not constitute investment advice. Users should conduct their own research (DYOR) and seek legal/financial consultation before participating. Phina Network is not responsible for financial losses.

***

### 10. FAQ

**Q: Where can I buy PHN?**\
A: After launch, PHN will be available on supported DEXs (e.g., PancakeSwap) or CEXs (if listed). Always verify the official address.

**Q: How are team tokens secured?**\
A: Team tokens will be held in multisig or vesting/timelock contracts for transparency and trust.

**Q: What AI features are available?**\
A: NFT metadata enhancement, predictive DeFi insights, fraud detection, and hybrid on-chain/off-chain inference modules.

***

### 11. Publish-Ready Short Version

**Headline:** Phina Network (PHN) Token is Live — AI x Blockchain for Next-Gen Web3

**Short Body:** Phina Network introduces $PHN — a 200M supply utility token powering AI-integrated DeFi, NFT marketplace, and metaverse interoperability.\
\
Smart Contract Address: [0x7d007dC77a8F6333Ed71EFbfB13C21D6C1339425](https://bscscan.com/token/0x7d007dC77a8F6333Ed71EFbfB13C21D6C1339425)

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://phina-network.gitbook.io/phn/phn-token-contract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
