Mettelia Whitepaper
Version 1.0 Network: BOT Chain Status: Product and Technical Framework Last Updated: August 2026
Important Notice
This document describes the current product direction and intended technical framework of Mettelia. It is provided for informational purposes only and may be updated as the product, technical environment, security requirements, and applicable rules evolve.
Mettelia Points are not tokens, currency, securities, investment products, ownership interests, claims on project assets, or promises of future value. No token launch, reward distribution, allocation, or airdrop is guaranteed. Nothing in this document constitutes financial, investment, legal, tax, or regulatory advice.
1. Executive Summary
Mettelia is an on-chain intelligence and participation layer designed for the BOT Chain ecosystem.
The first version of Mettelia gives users a simple, non-custodial way to connect a wallet, verify ownership, activate a public on-chain profile, complete lightweight on-chain actions, and maintain a readable participation record. The interface presents these actions through a professional data-oriented experience rather than a traditional campaign page.
Mettelia is built around a straightforward principle:
Information should be readable off-chain and participation should be verifiable on-chain.
The initial product does not hold user funds, execute trades, recommend investments, or require token approvals. Its purpose is to provide a trustworthy entry point for users who want to understand and participate in the BOT Chain ecosystem while retaining control of their wallets and assets.
Over time, Mettelia may expand from wallet identity and participation records into ecosystem discovery, wallet intelligence, alerts, and transparent strategy tools. Those later capabilities will be introduced only where reliable data, suitable infrastructure, and appropriate risk controls are available.
2. The Problem
Web3 applications often introduce unnecessary friction before users understand what a product does.
Common problems include:
- unclear wallet requests;
- transactions without readable context;
- fragmented explorer data;
- exaggerated metrics;
- points systems with hidden rules;
- speculative airdrop language;
- interfaces that confuse visual complexity with useful intelligence;
- applications that ask for approvals or deposits before establishing trust.
For new or developing ecosystems, these problems are amplified. Users may need to move between a network website, wallet, explorer, decentralized exchange, documentation, and community channels simply to understand how to begin.
At the same time, many participation campaigns reduce Web3 to a single “connect wallet” button with no meaningful product layer. They record activity but do not help users understand the network or create a durable, verifiable identity.
Mettelia is designed to create a better starting point.
3. Vision
Mettelia’s vision is to become a clear intelligence interface for the BOT Chain ecosystem.
The product is intended to connect three layers:
- Identity — a wallet proves control through a readable signature.
- Participation — selected actions are recorded through public BOT Chain transactions.
- Intelligence — network, wallet, and ecosystem information is presented in a consistent, understandable interface.
This creates a progression from simple onboarding to deeper ecosystem understanding without requiring Mettelia to custody user assets.
The long-term objective is not to create another speculative dashboard. It is to create a reliable product surface where users can understand what they are seeing, verify what they have done, and distinguish observed data from projections or future plans.
4. Why BOT Chain
BOT Chain is an EVM-compatible Layer 1 network designed for decentralized applications, AI-related applications, DePIN networks, and broader Web3 activity.
EVM compatibility allows Mettelia to use established Ethereum development standards and wallet tooling while deploying directly to BOT Chain. The network’s native BOT asset is used for transaction gas.
Mettelia uses the following network configuration:
- Mainnet Chain ID: 677
- Native gas asset: BOT
- Mainnet RPC:
https://rpc.botchain.ai - Mainnet Explorer:
https://scan.botchain.ai - Testnet Chain ID: 968
- Testnet RPC:
https://rpc.bohr.life - Testnet Explorer:
https://scan.bohr.life
Mettelia is an independent application built on BOT Chain. References to BOT Chain, its wallets, explorer, decentralized exchange, or other ecosystem products do not imply endorsement, partnership, or official status unless explicitly announced by the relevant parties.
5. Product Overview
5.1 Wallet Connection
A user begins by connecting an EVM-compatible wallet.
The application detects whether the wallet is connected to BOT Chain. When the wallet is connected to another network, Mettelia provides a clear request to switch to or add BOT Chain.
Connecting a wallet does not transfer assets and does not, by itself, create a blockchain transaction.
5.2 Wallet Verification
A connected address is not sufficient proof that the user controls that address. Mettelia therefore requests a gasless, human-readable signature.
The signed message includes:
- the Mettelia domain;
- the connected wallet address;
- BOT Chain’s chain ID;
- a short-lived nonce;
- the issue time;
- a statement explaining that the signature does not authorize an asset transfer.
The backend verifies the signature and creates a secure wallet session. A wallet may receive the one-time connection reward only after successful verification.
5.3 Mettelia Profile
Verified users may select one of three initial participation profiles:
- Discoverer — focused on exploring protocols, products, and ecosystem activity;
- Analyst — focused on data, transparency, and risk-aware interpretation;
- Builder — focused on building, testing, supporting, or integrating applications.
The selected profile is activated through a zero-value smart-contract transaction. The user pays BOT Chain network gas, but the contract does not require a payment to Mettelia.
The activation creates a public, verifiable record associated with the wallet.
5.4 Daily On-chain Check-in
After activating a profile, a user may complete one on-chain check-in per UTC day.
The check-in:
- requires an active profile;
- sends no BOT value to Mettelia;
- records a public transaction;
- is limited to one action per wallet per UTC day;
- may create a points event after the transaction is verified.
The daily action is intended to establish a simple, transparent participation history. It is not a staking, yield, or investment mechanism.
5.5 Network and Wallet Context
The interface may display selected live fields, including:
- current BOT Chain network;
- chain ID;
- latest block number;
- estimated gas context;
- connected wallet BOT balance;
- profile status;
- points;
- previous Mettelia actions;
- explorer links.
When a value is unavailable, Mettelia should display an unavailable state rather than a fabricated substitute.
6. Points Framework
Mettelia Points are non-transferable product records that recognize specified actions.
The initial framework is:
| Action | Points | Frequency | Verification |
|---|---|---|---|
| Connect and verify wallet | 50 | Once per wallet | Gasless signed proof |
| Activate Mettelia profile | 150 | Once per wallet | BOT Chain transaction |
| Daily on-chain check-in | 10 | Once per UTC day | BOT Chain transaction |
Points are maintained in Mettelia’s application database. On-chain actions provide proofs used to validate certain points events.
6.1 Why Points Are Off-chain
Storing every points calculation directly on-chain would add cost and reduce the ability to correct operational errors. Mettelia therefore uses a hybrid model:
- identity and selected actions are verifiable;
- points accounting remains application-managed;
- each transaction-based reward stores its transaction reference;
- unique constraints prevent duplicate rewards;
- rules are published in the interface.
6.2 What Points Are Not
Mettelia Points:
- are not transferable;
- cannot be purchased;
- are not redeemable for cash;
- do not represent equity;
- do not represent governance rights;
- do not represent protocol revenue;
- do not represent a token allocation;
- do not guarantee an airdrop;
- do not guarantee access to future products;
- may be changed, suspended, corrected, or discontinued.
Mettelia may consider points in future community programs. Such consideration is discretionary and does not create a contractual right, expected return, or entitlement.
7. Smart Contract Design
The initial smart contract is called MetteliaPassport.
Its purpose is limited to recording profile activation and daily check-ins.
7.1 Core State
The contract stores:
- whether a wallet has activated a profile;
- the selected profile type;
- the last UTC day in which the wallet checked in;
- aggregate profile and check-in counters.
7.2 Core Functions
`activateProfile`
This function:
- accepts one of the supported profile types;
- can be called only once per wallet;
- requires no BOT payment to Mettelia;
- records the selected profile;
- emits a public activation event.
`dailyCheckIn`
This function:
- requires an active profile;
- allows one check-in per UTC day;
- requires no BOT payment to Mettelia;
- records the current day bucket;
- emits a public check-in event.
`profileOf`
This read-only function returns the wallet’s profile and check-in state.
7.3 Deliberate Exclusions
The initial contract does not include:
- token minting;
- reward distribution;
- deposit balances;
- staking;
- swaps;
- token approvals;
- asset transfers;
- yield calculations;
- administrative withdrawals;
- custody functions.
This narrow scope reduces attack surface and makes the user action easier to understand.
8. Application Architecture
Mettelia uses a hybrid Web3 architecture.
User Wallet
|
|-- Gasless ownership signature
v
Mettelia Authentication and Points Services
|
|-- User-authorized transaction
v
MetteliaPassport on BOT Chain
|
|-- Transaction receipt and contract state
v
Mettelia Verification Service
|
v
Points Ledger and User Interface8.1 Frontend
The frontend is intended to use a modern React and Next.js architecture with:
- responsive server-rendered pages;
- EVM wallet connection;
- typed contract interactions;
- accessible transaction states;
- clear wrong-network handling;
- Vercel deployment.
8.2 Authentication
Authentication is based on wallet ownership rather than email and password.
Nonce-based signed challenges reduce the risk of address impersonation and replay. Nonces expire and can be used only once.
8.3 Transaction Verification
A submitted transaction hash is not accepted as proof by itself.
Before assigning transaction-based points, the verification service checks:
- transaction receipt success;
- sender address;
- destination contract;
- called function;
- decoded receipt event;
- current contract state;
- prior reward records.
The official BOT Chain documentation notes that broad eth_getLogs queries are disabled on the listed public mainnet RPC endpoint. Mettelia therefore verifies user-submitted actions through transaction receipts and direct contract reads. A dedicated indexer may be introduced later for historical analytics.
8.4 Data Storage
Application records may include:
- wallet address;
- verification timestamps;
- profile type;
- points total;
- point event history;
- transaction hashes;
- check-in day buckets;
- security and rate-limit metadata.
Mettelia should minimize stored personal information and should not store private keys or seed phrases.
9. Security Principles
9.1 Self-custody
Users retain control of their wallets and assets. Mettelia does not request seed phrases or private keys.
9.2 Minimal Permissions
The MVP does not request ERC-20 token approvals and does not require deposits.
9.3 Human-readable Intent
Wallet signatures and transaction prompts should explain their purpose in plain language.
9.4 Server-side Verification
Points are not assigned solely from frontend claims. Signatures and transactions are verified by the backend.
9.5 Replay Protection
Nonces, unique transaction hashes, unique points constraints, and daily buckets prevent repeated claims.
9.6 Secret Management
Database credentials, session secrets, and contract deployer keys must remain outside the public frontend bundle and source repository.
9.7 Testing and Contract Verification
The contract should be:
- unit tested;
- deployed to BOT Chain testnet first;
- reviewed before mainnet deployment;
- verified on the applicable block explorer;
- accompanied by a published contract address.
9.8 No Absolute Security Claim
No application, smart contract, wallet, RPC endpoint, or database is risk-free. Mettelia should not describe itself as “fully secure,” “risk-free,” or “guaranteed safe.”
10. User Experience Principles
Mettelia follows six product principles.
10.1 Clarity Before Action
A user should understand why a signature or transaction is requested before confirming it.
10.2 No Fabricated Metrics
Unavailable data is shown as unavailable.
10.3 Visible Transaction State
Pending, confirmation, success, rejection, and failure states are clearly distinguished.
10.4 Public Verifiability
On-chain actions include direct explorer links.
10.5 Transparent Points Rules
Point values, frequency limits, and disclaimers are visible in the product.
10.6 Accessible Design
The application supports keyboard navigation, visible focus states, readable contrast, reduced motion, and usable mobile layouts.
11. Roadmap
The roadmap describes intended directions rather than guaranteed delivery dates.
Phase 1 — Passport and Points
- BOT Chain wallet connection;
- signed wallet verification;
- Mettelia profile activation;
- daily check-in;
- points ledger;
- public whitepaper;
- Vercel production deployment.
Phase 2 — Ecosystem Discovery
Potential features:
- verified project directory;
- protocol categories;
- ecosystem entry points;
- saved watchlists;
- basic network activity views.
Project inclusion must not be interpreted as endorsement, safety certification, or financial recommendation.
Phase 3 — Wallet Intelligence
Potential features:
- wallet activity summaries;
- user-controlled wallet grouping;
- token and protocol position views where reliable indexing exists;
- event alerts;
- clearer transaction interpretation.
Phase 4 — Strategy Tools
Potential features:
- historical comparisons;
- scenario simulation;
- transparent risk indicators;
- protocol-specific integrations;
- methodology documentation.
Mettelia will not describe simulated or historical results as guaranteed future performance.
12. Governance and Operations
The MVP is operated as an application rather than a decentralized governance protocol.
Operational decisions may include:
- points rule updates;
- abuse prevention;
- security fixes;
- contract migrations;
- feature prioritization;
- data-provider changes;
- service suspension.
Material changes to points rules should be published with an effective date. Corrections may be applied where fraud, duplication, software errors, or data inconsistencies are detected.
A future governance model, if introduced, will require a separate design and should not be implied by the initial points system.
13. Risk Factors
13.1 Smart Contract Risk
Code defects may cause transactions to fail or state to be recorded incorrectly.
13.2 Wallet Risk
Users are responsible for wallet security and for reviewing transaction prompts.
13.3 Network Risk
BOT Chain congestion, reorganization, RPC outages, explorer outages, or protocol changes may affect the application.
13.4 Data Risk
RPC and indexing data may be delayed, incomplete, unavailable, or inconsistent.
13.5 Application Risk
Database, authentication, hosting, or software failures may affect points or access.
13.6 Regulatory Risk
Rules affecting digital assets, points programs, wallets, and decentralized applications may change.
13.7 Roadmap Risk
Planned features may be delayed, modified, or cancelled.
13.8 Points Risk
Points may be adjusted, suspended, or discontinued and may never be associated with any benefit.
14. No Financial Advice
Mettelia does not provide investment, trading, tax, legal, or financial advice.
Network data, wallet data, project information, simulations, or future analytical tools may be incomplete or inaccurate. Users are responsible for their own decisions and should independently verify material information.
References to protocols, assets, or ecosystem applications do not constitute an endorsement.
15. No Token or Airdrop Commitment
Mettelia has not promised a token or airdrop through this whitepaper.
Statements such as “points may be considered” describe only a possible future evaluation factor. They do not create:
- a right to receive tokens;
- a right to receive money;
- a right to receive project ownership;
- a right to participate in governance;
- a minimum allocation;
- a guaranteed reward;
- an expectation of profit.
Users should participate only when they find the current product useful and should not incur transaction costs based on speculation about future rewards.
16. Conclusion
Mettelia is designed to make early BOT Chain participation clearer, more transparent, and more verifiable.
The first version deliberately limits its scope:
- connect and verify a wallet;
- understand the active network;
- activate a profile;
- complete lightweight on-chain actions;
- view a transparent points record;
- retain custody of assets.
This foundation can support deeper ecosystem intelligence later without requiring the MVP to exaggerate its capabilities.
Mettelia’s operating principle remains:
Readable off-chain. Verifiable on-chain.
References
- BOT Chain Official Website: https://www.botchain.ai/
- BOT Chain Developer Documentation: https://dev-docs.botchain.ai/
- BOT Chain Mainnet Explorer: https://scan.botchain.ai/
- Metrix Finance Reference Product: https://metrix.finance/