Executive summary
Most consumer crypto products still ask users to memorize twelve words…
This document covers product, architecture, security…
Product thesis
Why now
- Telegram Mini Apps run native-feeling UIs without app-store gatekeeping.
- Shamir-based custody has matured from research to production-grade libraries.
- Stablecoin volume has become structurally meaningful for merchant payments.
- Consumer fatigue with seed-phrase ceremonies opens the field for keyless wallets.
What ONE WALLET is
- A wallet — multi-chain, keyless, Telegram-native.
- A payment rail — QR invoices, stablecoin settlement, merchant webhooks.
- An ecosystem — $1 token utility, mini-app distribution, ecosystem rewards.
User experience
Onboarding
ONE WALLET launches as a Telegram Mini App…
Daily actions
- Send — pick a recipient from Address book or paste an address.
- Pay — scan a merchant QR; ONE WALLET resolves chain, amount, and FX.
- Receive — share a chat-native deep link or QR.
- Swap — in-app stablecoin and major-asset swaps with route preview.
- Earn — rewards in $1 for active payment and referral behavior.
Technical architecture
Trust boundaries
- Edge services orchestrate signing requests and hold no share.
- Each holder stores only one Shamir share and cannot sign unilaterally.
- Settlement broadcasts only after a valid signature returns.
Security model
Shamir multi-share signing
Threat model
| Vector | Impact | Mitigation |
|---|---|---|
| Device theft | Loss of one share | Rotate the device share via the recovery share + a fresh Telegram-bound share. |
| Telegram account or session hijack | Access to the Telegram share only (one share) | The Telegram share alone cannot reconstruct the key or sign; an attacker still needs a 2nd share (device or recovery). High-value transfers add re-auth + cooldown. |
| Coerced recovery attempt | User tricked or pressured into using the recovery share | Time-locked recovery window with multi-step confirmation — the delay surfaces alerts before any share is released. |
| Signing from a compromised device | Malware on the device attempts to combine two shares | Per-signature biometric re-auth, value caps, cooldowns, and anomaly checks raise attacker cost and surface intervention before high-value broadcasts. |
Token model & Tokenomics
Utility before allocation
| Utility | Demand driver | Status |
|---|---|---|
| Fee discount | Holding $1 reduces payment/swap fees. | Designed |
| User rewards | Earn $1 for payments and referrals. | Designed |
| Merchant incentives | $1 top-up lowers acceptance fees. | Designed |
| Ecosystem access | Unlock premium mini-apps. | Planned |
| Governance signal | Vote on rewards, fees. | Planned |
Tokenomics
$1 has a fixed maximum supply of 10,000,000 tokens on the TON blockchain, with no additional issuance. The supply is allocated across six buckets as shown below.
| Field | Value |
|---|---|
| Token name | 1DOLLAR ($1) |
| Network | TON Blockchain |
| Total supply | 10,000,000 $1 |
| Issuance | No additional issuance — a scarce digital dollar |
| Bucket | Share | Quantity |
|---|---|---|
| Mining Pool | 25% | 2,500,000 |
| Ecosystem Fund | 23% | 2,300,000 |
| Team / Development | 17% | 1,700,000 |
| Liquidity / Exchange | 15% | 1,500,000 |
| Marketing / Partnerships | 10% | 1,000,000 |
| Presale | 10% | 1,000,000 |
Vesting and release schedules are published as each bucket activates.
Growth model
- Referral loop — every active user can refer inside chat with one tap.
- Merchant loop — accepting ONE WALLET introduces customers to the wallet.
- Mini-app loop — partner mini-apps require a wallet, driving new sign-ups.
Business model
| Stream | Mechanism | Status |
|---|---|---|
| Swap fee | Bps on in-app token swaps; $1 holders pay less. | Designed |
| Merchant fee | Bps on settled merchant volume. | Designed |
| Mini-app revenue share | Take rate on premium mini-app transactions. | Planned |
| Merchant SaaS | Subscription for analytics, refunds, multi-store. | Planned |
Roadmap
| Phase | Deliverable | Status |
|---|---|---|
| Phase 1 — Core wallet | Multi-Share custody, TMA, multi-chain | Completed |
| Phase 2 — Payments rail | QR invoices, settlement webhooks | In progress |
| Phase 3 — $1 utility | Fee discount layer, reward engine | Planned |
| Phase 4 — Ecosystem | Mini-app store, partner program | Planned |
Team & governance
| Foundation name | ONE COMPANY |
|---|---|
| Corporate type | Foundation |
| Country | Malaysia |
| Registration authority | SSM, Companies Commission of Malaysia |
| Business address | 3F. KLTS Block C No78, Jalan Gombak, Kuala Lumpur |
| Business nature | A global digital platform business that integrates and provides digital wallet, fintech solutions, games, AI, travel, and information services based on blockchain technology. |
Business Objectives
- Research, education, and support for blockchain and Web3 ecosystem development.
- Build a global digital ecosystem connecting wallets, fintech, AI, games, travel, and information platforms.
- Develop, operate, distribute, and standardize blockchain-based digital platforms.
- Support healthy digital asset and token-based service use, with real-use ecosystems.
- Connect global users and companies through Web3 communities, memberships, and rewards.
- Support AI-based information services, automation, data platforms, and digital innovation.
- Support online games, digital content, NFT, and metaverse ecosystems.
- Activate travel, tourism, payment, and membership-connected digital platforms.
- Cooperate with companies, institutions, and organizations in blockchain, fintech, AI, games, and travel.
- Run seminars, conferences, education, promotion, publishing, and information services for digital platforms.
- Provide digital technology education and startup support for youth, startups, developers, creators, and participants.
- Support fundraising, sponsorship, cooperation, and projects for a global Web3 ecosystem.
- Provide public-interest research, development, consulting, and technical support for digital platforms.
- Support safety, transparency, user protection, and regulatory compliance systems for blockchain services.
Risks & mitigations
Custody compromise
Shamir reconstructs the key at signing time, creating a brief in-memory exposure window on the device; a flaw in share rotation, reconstruction, or key wipe could expose funds.
Planned mitigation…Platform dependency
Telegram is the runtime.
Mitigation: progressive web fallback.Regulatory shift
Rules vary by region.
Mitigation: legal counsel.Merchant adoption
Requires integration density.
Mitigation: anchor partners.Token utility drift
Utility decoupling dilutes demand.
Mitigation: activity-linked rewards.Localization quality
Weak translations damage trust.
Mitigation: native review pipeline.Appendix
Glossary
- Shamir's Secret Sharing (SSS)
- Shamir's Secret Sharing.
- Threshold scheme (Shamir-based)
- A K-of-N access structure; not a threshold signature scheme (TSS).
- TMA
- Telegram Mini App.
- Settlement webhook
- A signed HTTP callback.
- Recovery share
- An offline Shamir share.
References
- Telegram Mini Apps documentation — platform reference.
- Shamir's Secret Sharing & threshold cryptography literature — fundamentals.
- ONE WALLET homepage and product brief — companion materials.
Document control
v1.0 · May 2026 · Official Release