# TronVibes White Paper

Version: 1.2  
Date: June 7, 2026  
Network: TRON Mainnet  
Official website: https://tronvibes.io

TronVibes uses ICO as **Initial Creation Offering**: a launch offering where "coin" is treated as creation, not only currency.

## Important Notice

This white paper is informational only. It is not financial, legal, tax, investment, medical, psychological, or spiritual authority advice. VIBES is presented as a utility token for the planned TronVibes ecosystem. Nothing here promises profit, yield, appreciation, dividends, guaranteed AI results, guaranteed reading results, or any guaranteed future outcome. Blockchain participation carries risk, including loss of funds. Users should verify contract addresses, token pages, wallet prompts, and transaction details before signing.

## Executive Summary

TronVibes is a TRON-based AI and blockchain project built around identity, sound, living-water imagery, symbolic reflection, verified contracts, and community support. The current website lets users inspect public addresses, buy VIBES with TRX, give optional treasury offerings, play Tongg for free, and use free AI-assisted reflection tools.

The current site includes:

- Wallet launcher support for TronLink, Klever, and direct TRON wallet connection.
- Free wallet-address reflection through an async B.AI job path.
- Free personal name and birth-date decoding.
- Free word and number decoding.
- Free Tongg gameplay with hand, head, and mouse fallback controls.
- Initial Creation Offering purchase flow through `FixedPriceSave.sol`.
- Optional treasury offering in TRX or USD card payment through Stripe Checkout.
- Public contract, tokenomics, audit, security-plan, privacy, and bug-report links.
- Optional Google reCAPTCHA v3 and server-side rate limits for free AI endpoints.

TronVibes is direct about its Christian interpretive center. The website names Jesus openly as the true Light the project points toward. Readings are presented as symbolic reflection, not coercion, proof of private identity, prophecy, medical guidance, legal guidance, or financial signal.

## Current Live Contracts

| Role | Address | Notes |
| --- | --- | --- |
| VIBES Token | `TYiVmZBsgKsSCt5J7bpcM3y6JhCQEbckzf` | Verified fixed-supply VIBES token |
| Verified Creation Offering | `TWkG7UGjdeSGqzh6isPFKPZn4PA7PgHxua` | Verified `FixedPriceSave.sol` sale contract |
| Treasury Wallet | `TD2HSap6EGZ6c7hf5VVqx9NSEtXwqUiGhX` | Receives sale proceeds and optional offerings |

Token info URL:

`https://tronscan.org/#/token20/TYiVmZBsgKsSCt5J7bpcM3y6JhCQEbckzf`

Sale contract URL:

`https://tronscan.org/#/contract/TWkG7UGjdeSGqzh6isPFKPZn4PA7PgHxua`

Treasury URL:

`https://tronscan.org/#/address/TD2HSap6EGZ6c7hf5VVqx9NSEtXwqUiGhX`

## Token Overview

| Field | Value |
| --- | --- |
| Token Name | TronVibes |
| Symbol | VIBES |
| Network | TRON Mainnet |
| Standard | TRC20-compatible |
| Decimals | 6 |
| Total Supply | 20,000,000 VIBES |
| Base Units | 20,000,000,000,000 |
| Supply Model | Fixed supply minted at deployment |
| Additional Minting | Not supported by the current token contract |

The token contract is intentionally minimal. It supports transfer, approval, allowance, balance, and total supply behavior. It does not expose an owner mint function, blacklist function, or pause function.

## Tokenomics

| Allocation | Percent | Tokens |
| --- | ---: | ---: |
| Community and Rewards | 30% | 6,000,000 |
| AI Compute and Infrastructure | 15% | 3,000,000 |
| Team and Builders | 15% | 3,000,000 |
| Treasury and Operations | 15% | 3,000,000 |
| Liquidity | 10% | 2,000,000 |
| Creation Offering | 10% | 2,000,000 |
| Strategic Partners | 5% | 1,000,000 |
| Total | 100% | 20,000,000 |

The Creation Offering allocation is 2,000,000 VIBES. Other allocation buckets are treasury-managed until dedicated allocation, vesting, staking, liquidity, marketplace, infrastructure, or governance contracts are deployed and published.

## Initial Creation Offering Mechanics

The current sale contract is `FixedPriceSave`, compiled and verified as `FixedPriceSave.sol`.

| Field | Value |
| --- | --- |
| Sale Contract | `TWkG7UGjdeSGqzh6isPFKPZn4PA7PgHxua` |
| Contract Name | `FixedPriceSave` |
| Source Name | `FixedPriceSave.sol` |
| Token Sold | `TYiVmZBsgKsSCt5J7bpcM3y6JhCQEbckzf` |
| Treasury | `TD2HSap6EGZ6c7hf5VVqx9NSEtXwqUiGhX` |
| Price | 142,857 sun per VIBE |
| Approximate Rate | About 7 VIBES per TRX |
| Hard Cap | 2,000,000 VIBES |
| Per-Wallet Cap | 0, disabled |
| Start Time | 0, open immediately |
| End Time | 0, no scheduled end |
| Compiler | TRON Solidity Compiler 0.8.24 |
| VM Version | Shanghai |
| Optimization | Enabled, 200 runs |
| User Consumption Ratio | 100% |

When a user buys with TRX, the website calculates the intended cost, the wallet prompts the user to sign, the sale contract forwards TRX to the treasury, and the sale contract transfers VIBES from sale inventory to the buyer.

The sale contract requires exact native TRX payment:

```solidity
require(msg.value == cost, "bad value");
```

This prevents accidental direct overpayment.

## Treasury Offering

The website includes a separate optional treasury offering feature. This is not the Creation Offering sale and does not issue VIBES.

- TRX offering: user signs a direct on-chain transfer to the treasury.
- USD card offering: user opens Stripe hosted Checkout.
- Neither path issues VIBES.
- On-chain TRX transfers are not refundable by default.
- Stripe card offerings depend on server-side `STRIPE_SECRET_KEY` configuration.

Treasury address:

`TD2HSap6EGZ6c7hf5VVqx9NSEtXwqUiGhX`

## Product Direction

TronVibes is intended to become more than a token page. The launch site includes free reflection and game experiences while VIBES purchases and optional offerings support operating costs.

Current free experiences:

- Wallet-address reflection.
- Personal name and birth-date decoding.
- Word decoding.
- Number decoding.
- Tongg.

The long-term goal is to keep core meaning tools free where sustainable. Future optional paid or token-gated services may include deeper reports, custom artifacts, creator tools, marketplace services, priority AI generation, or advanced identity packages. Any such future paid feature should be clearly labeled before use.

## AI Architecture

The current server-side AI layer uses B.AI.

| Purpose | Value |
| --- | --- |
| Primary model | `deepseek-v4-pro` |
| Fallback model | `deepseek-v4-flash` |
| API base URL | `https://api.b.ai` |

The B.AI key is read only from server-side environment variables and is not shipped in the React bundle.

The heavier wallet-address reflection uses an async job pattern:

- Frontend starts a wallet-address job.
- Netlify Function creates a job ID.
- Netlify Background Functions and Netlify Blobs hold job state.
- Frontend polls for completion.

## Website Architecture

| Layer | Current State |
| --- | --- |
| Frontend | React and Vite |
| Hosting | Netlify static deploy plus Netlify Functions |
| API server | Express app wrapped by serverless-http |
| Wallets | TronLink/Klever/browser wallet injection, plus wallet launcher links |
| Token purchase | `buyWithTRX(uint256)` on `FixedPriceSave` |
| Treasury offering | Direct TRX transfer and Stripe Checkout |
| AI | B.AI through server-side calls |
| Bot/spam protection | Rate limits, CORS allowlist, optional reCAPTCHA v3 |
| Profile/wallet backend | Server code exists for login/profile wallet generation and encrypted export, but visible profile-wallet sections are currently dormant |
| Trace memory | Server endpoints and local dormant docs exist, but visible Trace sections are currently dormant |
| Silent Access | Research/design work exists locally, but visible Silent Access sections are currently dormant |

## Security Posture

Current strengths:

- Token is verified, fixed-supply, and minimal.
- `FixedPriceSave.sol` is verified and requires exact TRX payment.
- Public addresses are shown on the website.
- Purchase flow and treasury offering flow are separate.
- Free AI endpoints are protected by rate limits and optional reCAPTCHA v3.
- B.AI, Stripe, wallet encryption, database, and API-token secrets are server-side only.
- Production dependency audit currently reports zero production vulnerabilities with `npm audit --omit=dev`.

Current limitations:

- Treasury and sale administration are founder-led.
- Sale owner can change sale parameters.
- Sale has no end time and no per-wallet cap.
- TRONSCAN currently reports the token with a suspicious red tag until token profile/rating review is completed.
- Most allocation buckets are not locked in dedicated contracts yet.
- Independent third-party contract audit is still recommended before scale.
- Users must inspect wallet prompts and addresses before signing.

## Compliance and Risk Factors

Risks include smart contract bugs, website or wallet integration errors, private key compromise, DNS/hosting/wallet/phishing attacks, AI output errors, free endpoint abuse, regulatory changes, liquidity and adoption risk, and roadmap delays or changes.

The roadmap is directional, not guaranteed.

## Brand and Symbolic Layer

TronVibes uses language such as living waters, sound, frequency, identity, testimony, light, one verse, and "your name was never random." This language is intended to invite reflection and courage. It should not be used to pressure users, claim private certainty, or make financial promises.

The interpretive lens includes etymology, numerology, symbology, astrology where explicitly selected by the user, Strong's-style word study, biblical connections, and pattern language. The correct framing is symbolic reflection, not proof of destiny, legal identity, prophecy, diagnosis, or investment signal.

## Roadmap

### Phase 0 - Launch Foundation

Status: Live/in progress

- Launch React/Vite website on Netlify.
- Deploy and verify fixed-supply VIBES token.
- Deploy and verify `FixedPriceSave.sol`.
- Publish whitepaper, audit, security plan, privacy/safety notes, and contract links.
- Keep reflection tools and Tongg free at launch.
- Maintain VIBES buy flow and optional treasury offering.
- Maintain TronLink/Klever wallet guidance.
- Keep tokenomics visible.
- Complete TRONSCAN token metadata and rating update.

### Phase 1 - Identity and Reflection

Status: Live/in progress

- Continue improving wallet, personal, word, and number reflections.
- Keep deprecated reflection surfaces out of the public Netlify deployment until they are intentionally restored.
- Keep free usage protected by rate limits and reCAPTCHA.
- Improve result clarity and user safety copy.

### Phase 2 - Community and Creator Tools

Status: Planned

- Add community reporting and token allocation visibility.
- Explore marketplace and creator tools.
- Consider staking, locking, rewards, or governance only after legal, technical, and security review.
- Publish dedicated contracts and docs for any new on-chain system.

### Phase 3 - AI Compute and Infrastructure

Status: Planned

- Expand AI infrastructure as usage grows.
- Use cloud APIs, rented compute, partner infrastructure, decentralized compute, or owned hardware only when operationally justified.
- Do not promise compute revenue, yield, or profit distribution.

## Conclusion

TronVibes is a founder-led launch project combining TRON contracts, VIBES token utility, free symbolic AI reflections, optional support, and a public-facing design language of light, sound, living waters, names, and identity.

From the Universe to the One Verse.
