# Technology

This section outlines the technical specifications, distribution mechanisms, and operational features of the PARK token, as well as the supporting contracts essential for maintaining its on-chain ecosystem.

<table><thead><tr><th width="247">Parameter</th><th>Details</th></tr></thead><tbody><tr><td>Network Infrastructure</td><td><ul><li><strong>Network</strong>: BNB Smart Chain</li><li><strong>Standard</strong>: ERC-20 (BEP-20 compatible)</li></ul></td></tr><tr><td>Token Contract Functions</td><td><p><mark style="color:green;">mint(address to, uint256 amount)</mark>: Allows minting new tokens to a specified address, only callable by the contract owner.</p><p><mark style="color:green;">setTotalSupply(uint256 newTotalSupply)</mark>: Adjusts the total token supply, only callable by the owner.</p><p><mark style="color:green;">burn(uint256 amount)</mark>: Allows users to burn tokens, reducing the total supply.</p></td></tr><tr><td>Initial Token Issuance </td><td><p>All tokens will be minted initially and distributed across multiple wallets corresponding to their allocation pools (e.g., Investors, Community). Wallet addresses are TBA.</p><p>Multi-signature and access control mechanisms based on Fireblocks will manage wallets, ensuring secure processing of transfer transactions and execution of other smart contract methods after tokens are minted.<br></p></td></tr><tr><td><p>Key Addresses</p><p><br><br></p></td><td><p>Investors (Seed, Tier 1-6): TBA</p><p>Liquidity Pool/MM: TBA</p><p>Partnerships: TBA</p><p>Core Contributors: TBA</p><p>Community Programs (e.g., Marketing, Staking): TBA</p></td></tr><tr><td>Minting Key Destruction</td><td>After initial issuance, minting keys will be destroyed to prevent future minting and unauthorized manipulations of the token supply.</td></tr><tr><td>Lock-up and Vesting Contracts</td><td><p>Tokens distributed to pools (Investors, Team, etc.) will be locked in smart contracts using the <strong>Sablier</strong> service according to specific vesting schedules. Each pool will have unique locking and unlocking parameters, and the vesting process will be managed in real time via the Sablier protocol. </p><p>Contract source: </p><p><mark style="color:green;">TBA</mark>                                  </p></td></tr><tr><td>Lock Contract Addresses</td><td><p>The list of lock contracts for each token pool will be published upon token launch, ensuring transparency and accountability in the distribution process. These contracts secure tokens and release them only according to the predefined vesting schedule.<br>Investors Seed (Pre-activation &#x26; Working Pool): TBA</p><p>Investors Tier 1 (Pre-activation &#x26; Working Pool): TBA</p><p>Investors Tier 2 (Pre-activation &#x26; Working Pool): TBA</p><p>Investors Tier 3 (Pre-activation &#x26; Working Pool): TBA</p><p>Investors Tier 4 (Pre-activation &#x26; Working Pool): TBA</p><p>Investors Tier 5 (Pre-activation &#x26; Working Pool): TBA</p><p>Liquidity Pool (Working Pool): TBA</p><p>Partnerships (Working Pool): TBA</p><p>Core Contributors: Team (Working Pool): TBA</p><p>Core Contributors: Advisory (Working Pool): TBA</p><p>Community: Marketing/Retrodrop (Working Pool): TBA</p><p>Community: Liquidity Incentives (Working Pool): TBA</p><p>Community: Staking (Pre-activation &#x26; Working Pool): TBA</p></td></tr><tr><td>Token Distribution</td><td><p><strong>Distribution</strong>: Token distribution will occur through the <strong>Sablier</strong> platform, which will automate the transfer of tokens according to the vesting schedule set for each group, as described in the tokenomics section.</p><p><strong>Real-Time Tracking</strong>: The <strong>Sablier</strong> streaming protocol allows participants to track token distributions in real-time, ensuring full transparency.</p><p><strong>Token Claims</strong>: Tokens will be available for the recipient to claim after the specified unlocking period, according to the individual vesting schedule. Depending on the platform, tokens will either be transferred automatically or require the recipient to manually claim them.</p><p>If the user purchases tokens through the launchpad, their wallet address will be specified in <strong>Sablier</strong>. If the purchase was made on the EarnPark platform, the centralized address of the EarnPark platform will be specified in Sablier, from which tokens will be subsequently distributed to users' wallets.</p></td></tr></tbody></table>

This structured overview of EarnPark’s technology infrastructure ensures a secure, transparent, and fully auditable token ecosystem, protecting user trust and platform integrity.


---

# 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://docs.earnpark.com/token-whitepaper/technology.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.
