Not an app. An ecosystem. Social network + digital tandas + marketplace + mining + proprietary blockchain.
This repository is the public mirror of the La Tanda frontend — the first sovereign Web3 ecosystem built in Honduras for Latin America.
La Tanda is a Web3 ecosystem with 7 integrated layers, not a simple tanda app. Tandas (ROSCA rotating savings groups) are ONE of the 7 layers. Think of it as Amazon to e-commerce: much more than a cardboard box.
| # | Layer | What it does |
|---|---|---|
| 1 | 💬 Social Network | Feed, stories, comments, reactions. Your time generates on-chain reputation. |
| 2 | 🔄 Digital Tandas | 0% commission rotating savings groups, on-chain score, integrated loans |
| 3 | 🛍️ Web3 Marketplace | Products, services, bookings. On-chain Seller Score. Payments in lempiras or LTD |
| 4 | ⛏️ LTD Mining | 5 tiers (1-12 LTD/day), global cap 500 LTD/day, earn from real activity |
| 5 | ⭐ On-Chain Reputation | Unified financial score 300-850, portable across layers, anchored on blockchain |
| 6 | 🔗 La Tanda Chain | Sovereign blockchain (Cosmos SDK + CometBFT), 200M LTD fixed supply, 0% inflation |
| 7 | 🤖 MIA AI | Financial assistant with 16 capabilities (Groq Llama 3.3 70B) |
| Metric | Current Value |
|---|---|
| Monthly active users | 15,000+ |
| Active tandas | 300+ |
| Chain validators | 13+ |
| Production API endpoints | 160+ |
| Production algorithms | 14 (fraud, ranking, credit, health, etc.) |
| Past governance proposals | 2 (GOV-001, GOV-002) |
| Testnet uptime since Q1 2026 | 100% (no consensus incidents) |
All metrics are verifiable against on-chain data or the public dev portal.
Model: Fixed supply + Pre-minted Treasury (similar to THORChain), zero real inflation.
| Pool | % | Amount | Usage |
|---|---|---|---|
| Community & Mining | 30% | 60M LTD | User rewards, Incentivized Testnet |
| Staking & Validators | 20% | 40M LTD | Pre-minted rewards (APY 15-25%, ~8 years) |
| Development Fund | 12% | 24M LTD | 6 month cliff + 3 year linear |
| Team & Founders | 12% | 24M LTD | 1 year cliff + 2 year linear |
| Marketing & Partnerships | 6% | 12M LTD | Quarterly by milestones |
| Seed Round | 5% | 10M LTD | $0.02/LTD, 6mo cliff + 18mo linear |
| Strategic / Private | 5% | 10M LTD | $0.03/LTD, 3mo cliff + 12mo linear |
| Initial TGE Liquidity | 5% | 10M LTD | DEX pools + listings |
| Bug Bounties & Grants | 3% | 6M LTD | Via governance |
| Insurance Fund | 2% | 4M LTD | Emergency governance vote |
| TOTAL | 100% | 200M LTD |
Post-Staking-Pool sustainability (after year 8): 6 redundant sources including marketplace commission routing (0.5% GMV → validators) — a unique revenue stream vs pure store-of-value chains.
Full tokenomics: Whitepaper v2.0 · Interactive page
Sovereign blockchain built with Cosmos SDK + CometBFT, specifically designed for community fintech in Latin America.
- Chain ID (testnet):
latanda-testnet-1 - Token: LTD (denom
ultd, 1 LTD = 1,000,000 ultd) - Address prefix:
ltd - Block time: ~5 seconds
- Consensus: CometBFT (BFT, Delegated Proof of Stake)
- Active validators: 13+ (genesis, PRO Delegators, drops, UTSA/lesnik, OwlStake, StakerHouse, ANODE.TEAM, AlxVoy, VALIDARIOS, narkosha, oleg1, +community)
- Governance: active, 2 proposals passed
- Mainnet: Q1 2027 planned
- Explorer (community): https://exp.utsa.tech/latanda/staking
~100K LTD reserved for validators joining before mainnet:
| Tier | Slots | Genesis Reward |
|---|---|---|
| Infra Partner | 5 (4 taken) | 5,000 LTD |
| Validator | 10 | 2,000 LTD |
| Full Node | 20 | 500 LTD |
| Bug Reporter | open | 100-1,000 LTD |
How to join: Node Operator Guide (if in this repo) or latanda.online/chain
- Go to latanda.online
- Create your account (email or Google Sign-In)
- Join a tanda, post on the feed, mine LTD, explore the marketplace
- API documentation: https://latanda.online/docs
- Dev portal: https://latanda.online/dev-dashboard.html
- Authentication: JWT via
/api/auth/login - 160+ production endpoints
- Read the guide: la-tanda-chain-node-guide.md
- One-line install:
wget -q https://latanda.online/chain/node-setup.sh -O node-setup.sh && chmod +x node-setup.sh && ./node-setup.sh - Chain page with seeds: https://latanda.online/chain/
- Join the Incentivized Testnet Program by sending 10 LTD testnet + create-validator tx
Serve the entire ecosystem frontend locally with a single command:
npx serve .The app runs at http://localhost:3000 by default. No build step, no dependencies — just static HTML, CSS, and JS.
What you get locally:
- Full ecosystem frontend (all 55+ HTML pages)
- API calls go to
latanda.online(production API) unless you also run the chain locally - Web3 features (Keplr wallet interactions, chain queries) hit the live testnet by default
Prerequisites:
- Node.js 18+ (for
npx serve) - A modern browser (Chrome, Firefox, Edge, Brave)
la-tanda-web/
├── *.html # Ecosystem pages (55+ files, each a standalone SPA)
├── css/ # Stylesheets (design-tokens, components, modules)
├── js/ # JavaScript modules
│ ├── components-loader.js # Lazy-loads UI components
│ ├── core/ # Core libraries (api-client, state-management, router)
│ └── marketplace-social.js # Marketplace & social feed engine
├── assets/ # Images, logos, favicons, WebGL shaders
├── chain/ # La Tanda Chain resources (node-setup.sh, genesis.json)
├── docs/ # OpenAPI spec + Swagger UI
├── .github/ # Bounty templates, PR gatekeeper, ban list
├── api-proxy-enhanced.js # Main API proxy (do NOT modify without coordination)
├── api-adapter.js # API adapter layer
├── api-endpoints-config.js # Endpoint configuration
└── marketplace-social.js # (root-level) Marketplace & social feed entry point
Key pages:
index.html— Landing page with cosmic 3D hero, tokenomics donut, and persona cardswhitepaper.html— Whitepaper v2.0 with 10 pools + 6 sustainability sourcesltd-token-economics.html— Interactive tokenomics with live chain datagovernance.html— On-chain governance hub with Keplr walletmia.html— MIA AI (7th ecosystem layer — financial assistant)chain/index.html— Chain landing page with live validator stats
La Tanda has a 3-tier bounty system on GitHub Issues:
| Tier | Who can claim | Reward |
|---|---|---|
| Tier 0 | Anyone | 10-50 LTD |
| Tier 1 | 1+ previous merge | 50-150 LTD |
| Tier 2 | 2+ previous merges | 150-500 LTD |
- Each bounty requires answering a codebase verification question (requires reading the actual source)
- PR Gatekeeper automatically rejects: PRs without assignment, accounts <30 days, users on ban list
- Labels:
tier-0,tier-1,tier-2
Before opening a PR:
- Read
CONTRIBUTING.md(if it exists) +.github/ban-list.txt - Answer the verification question from the bounty
- Sign commits with your GitHub-verified email
- One PR = one bounty
- 🌐 Website: latanda.online
- 📜 Whitepaper v2.0: latanda.online/whitepaper.html
- 💰 Tokenomics: latanda.online/ltd-token-economics.html
- 🏛️ Governance: latanda.online/governance.html
- 💻 Dev Portal: latanda.online/dev-dashboard.html
- 📖 API Docs: latanda.online/docs
- 🔗 Chain: latanda.online/chain
- 💬 Discord: discord.gg/Ve9M2ZSYC2
- 📢 Telegram: t.me/latandahn
- 🐦 Twitter: @TandaWeb3
- 📰 Cosmos Forum: Thread #16709
- 🟣 Reddit: r/LaTandaChain
MIT License — see LICENSE
Open source, free to use with attribution. The "La Tanda" and "La Tanda Chain" trademarks are owned by Ray-Banks LLC.
La Tanda is operated by Ray-Banks LLC. More information at raybanks.org.
This repository is a public mirror of the frontend. The code is released for transparency and community contributions. It does not constitute an offer of securities or financial advice.
- NEVER commit
.envor credentials (see.env.example) - NEVER use
rsync --deletewith this repo - NEVER modify
api-proxy-enhanced.jswithout coordinating with the team - Public ban list:
.github/ban-list.txt(we don't accept PRs from listed accounts)
Building the Web3 of Latin America, one tanda at a time.
🇭🇳 Honduras → 🌎 LatAm → 🌍 Global