ATG · QVTX · DNA EXPRESSION · CHAIN 42000 · 8825 Hz · CODON MEMORY · COHERENCE 0.882 · NUCLEOTIDE · QUANTVESTRIX INC · SOVEREIGN AI · BYTEID · GENE WRAP · ATG · QVTX · DNA EXPRESSION · CHAIN 42000 · 8825 Hz · CODON MEMORY · COHERENCE 0.882 · PARTNER PORTAL · INVESTOR PORTAL · ADMIN CONTROL · ATG · QVTX
','copy-widget')">Copy
`;
}
// ─── RESOURCES ───
function renderResources() {
const items = [
{ icon:'◆', title:'Pitch Deck', desc:'Full QVTX investor/partner slide deck' },
{ icon:'◎', title:'Product One-Pagers', desc:'Single-page product sheets for each QVTX product' },
{ icon:'▣', title:'Brand Assets', desc:'Logos, colors, fonts — QVTX brand kit' },
{ icon:'◈', title:'Email Templates', desc:'Proven outreach templates for partner sales' },
{ icon:'◉', title:'Video Scripts', desc:'Sales and explainer video scripts' },
{ icon:'▦', title:'Case Studies', desc:'QVTX deployment success stories' },
];
return `
All materials are approved for partner use. Contact louis@usconnects.com for custom assets.
${items.map(i => `
${i.icon}
${i.title}
${i.desc}
Download
`).join('')}
`;
}
// ─── API ───
function renderAPI() {
return `
Your API Keys
qvtx_pk_${currentUser.username}_••••••••••••••••
Live
Copy
Endpoints
Endpoint Method Description
/api/compress POST DNA compress a file
/api/tokens/price GET Get current QVTX price
/api/referral/stats GET Your referral stats
/api/products GET Full product catalog
Base URL
https://api.qvtx.io/v1
`;
}
// ─── ADMIN: PARTNERS ───
function renderAdminPartners() {
const partners = Object.entries(USERS).filter(([k,v]) => v.role === 'partner');
return `
Total Partners
${partners.length}
Total Earnings Paid
$${partners.reduce((a,[k,v])=>a+v.earned,0).toLocaleString()}
Active This Month
${partners.filter(([k,v])=>v.month>0).length}
All Partners
Name Company Email Tier Referrals Earned This Month Rate
${partners.map(([k,v]) => `
${v.name}
${v.company}
${v.email}
${v.tier}
${v.refs}
$${v.earned.toLocaleString()}
$${v.month}
${v.rate}%
`).join('')}
`;
}
// ─── DEALS ───
function renderDeals() {
return `
Deal Pipeline
Deal Client Value Stage Close Date Prob
QVTX Enterprise Storage Mighty Oaks Capital $50K Proposal Apr 15 65%
Token Integration — AT&T AT&T $250K Negotiation May 1 45%
DNA Compression API TechCorp $75K Discovery Jun 1 30%
99-4ever Enterprise StartupXYZ $12K Closing Mar 25 90%
`;
}
// ─── TOKEN SALES ───
function renderTokens() {
const isAdmin = currentUser.role === 'admin';
return `
Total Token Revenue
$16K
March 2026
Tokens Sold
16K
QVTX on XRPL
◈
Elite Package
1,000 QVTX tokens on XRPL
$1,000
Buy Now
◆
Whale Package
5,000 QVTX tokens on XRPL
$5,000
Buy Now
◉
Maximum Package
10,000 QVTX tokens on XRPL
$10,000
Buy Now
`;
}
// ─── INVESTOR: DECK ───
function renderDeck() {
return `
QVTX Investment Deck
Full presentation available at the investor portal.
Open Full Deck
The Problem
Binary data storage is inefficient by design — 60% of all stored data is redundant. Cloud storage costs are growing 23% annually with no end in sight. Current compression algorithms max out at 10:1.
The Solution
QVTX DNA Compression achieves 40:1 ratio (97.5% reduction) using biological DNA encoding principles. The same way DNA stores 3.2 billion base pairs in a microscopic strand, QVTX encodes data in codon memory.
Market Size
Global cloud storage market: $137B (2026), growing to $390B by 2030. QVTX targets 0.1% market share = $390M ARR at full scale.
Competitive Advantage
30 patents protecting the full stack. No comparable technology exists. 2 live blockchain networks. Infrastructure deployed across 8 domains globally.
`;
}
// ─── FINANCIALS ───
function renderFinancials() {
return `
Revenue Projections
Year Storage Token Sales API/Enterprise Total ARR
2026 $400K $800K $1.2M $2.4M
2027 $2M $4M $6M $12M
2028 $6M $8M $10M $24M
2029 $20M $30M $50M $100M
2030 $60M $80M $100M $240M
`;
}
// ─── PATENTS ───
function renderPatents() {
return `
Crown Jewels
Patent ID Title Status Value
DNA-2025-005 Self-Healing DNA Blockchain + Codon Ledger Filed $2B+
QOS-2026-026 QVTX-OS: DNA-Native Operating System Ready $2B+
UFE-2026-030 Universal Frequency Engineering System Ready $1B+
`;
}
// ─── ROADMAP ───
function renderRoadmap() {
const items = [
{ q:'Q1 2026', title:'Infrastructure Complete', status:'g', desc:'8 domains live, SSL, blockchain nodes' },
{ q:'Q1 2026', title:'Patent Portfolio Locked', status:'g', desc:'30 patents on Chain 42000' },
{ q:'Q2 2026', title:'Token Sale — Phase 1', status:'a', desc:'XRPL token distribution, $1M target' },
{ q:'Q2 2026', title:'99-4ever v2 Launch', status:'a', desc:'Full DNA compression platform' },
{ q:'Q3 2026', title:'Enterprise API Launch', status:'p', desc:'B2B compression API, 10 beta clients' },
{ q:'Q4 2026', title:'Series A Round', status:'b', desc:'$10M raise target' },
];
return `
Development Roadmap 2026
${items.map(i => `
`).join('')}
`;
}
// ─── INFRASTRUCTURE ───
function renderInfrastructure() {
const services = [
{ name:'Quanti AI', url:'quanti.qvtx.io', status:'g' },
{ name:'Swarm', url:'swarm.qvtx.io', status:'g' },
{ name:'Explorer', url:'explorer.qvtx.io', status:'g' },
{ name:'API', url:'api.qvtx.io', status:'g' },
{ name:'Dashboard', url:'dashboard.qvtx.io', status:'g' },
{ name:'Wallet', url:'wallet.qvtx.io', status:'g' },
{ name:'Investor', url:'investor.qvtx.io', status:'g' },
{ name:'Partner', url:'partner.qvtx.io', status:'g' },
];
return `
Infrastructure Status
Service URL Status SSL
${services.map(s => `
${s.name}
${s.url}
Live
SSL
`).join('')}
Chain 20232 (Mainnet)
RPC rpc.qvtx.io
Nodes 4 active
Status Synced
Chain 42000 (DNA Expression)
RPC 203.161.33.24:8555
Nodes 2 active
Status Synced
`;
}
// ─── CONTACTS (ADMIN) ───
function renderContacts() {
return `
Contact Directory
962 contacts imported. Managed via Quanti app.
Open in Quanti
`;
}
// ─── INVESTOR MGMT (ADMIN) ───
function renderInvestorMgmt() {
return `
Total Raised
$16K
Token sales to date
Investor Portal
Full investor portal at investor.qvtx.io
Open Investor Portal
`;
}
// ─── PROJECTS (ADMIN) ───
function renderProjects() {
return `
Active Projects
Project Partner Value Progress Status
DNA Compression Integration AT&T $250K 25% In Progress
Enterprise Storage Deploy Mighty Oaks $50K 60% Review
QVTX API Integration TechCorp $75K 10% Planning
`;
}
// ─── STORAGE ───
function renderStorage() {
return `
99-4ever DNA Storage
Unlimited storage with 40:1 DNA compression for $0.99/month.
Manage Storage
`;
}
// ─── ACCOUNT ───
function renderAccount() {
const u = currentUser;
return `
My Account
Name ${u.name}
Email ${u.email}
Company ${u.company}
Role ${u.role.toUpperCase()}
Tier ${u.tier}
Change Password
Contact louis@usconnects.com to update your access code.
`;
}
// ─── SETTINGS (ADMIN) ───
function renderSettings() {
return `
Portal Settings
Admin settings for the unified QVTX portal.
Portal URL https://partner.qvtx.io
Auth Mode Username + Access Code
Active Users ${Object.keys(USERS).length}
Chain 42000 (DNA Expression)
Server 203.161.33.24 (Dedicated)
`;
}
// ─── CHARTS ───
function initDashboardCharts() {
const role = currentUser.role;
const chartDefaults = {
responsive: true, maintainAspectRatio: false,
plugins: { legend: { display: false } },
scales: {
x: { grid: { color: 'rgba(255,255,255,.04)' }, ticks: { color: '#64748b', font: { size: 10 } } },
y: { grid: { color: 'rgba(255,255,255,.04)' }, ticks: { color: '#64748b', font: { size: 10 } } }
}
};
if (role === 'admin') {
const rc = document.getElementById('rev-chart');
if (rc) new Chart(rc, { type: 'bar', data: {
labels: ['Oct','Nov','Dec','Jan','Feb','Mar'],
datasets: [{ data: [12000,18000,22000,31000,38000,47200], backgroundColor: 'rgba(0,255,136,.3)', borderColor: '#00ff88', borderWidth: 2, borderRadius: 4 }]
}, options: chartDefaults });
const pc = document.getElementById('partner-chart');
if (pc) new Chart(pc, { type: 'line', data: {
labels: ['Oct','Nov','Dec','Jan','Feb','Mar'],
datasets: [{ data: [5,8,12,16,20,24], borderColor: '#8b5cf6', backgroundColor: 'rgba(139,92,246,.1)', tension: 0.4, fill: true, pointBackgroundColor: '#8b5cf6' }]
}, options: chartDefaults });
} else if (role === 'partner') {
const ec = document.getElementById('earn-chart');
if (ec) new Chart(ec, { type: 'line', data: {
labels: ['Oct','Nov','Dec','Jan','Feb','Mar'],
datasets: [{ data: [0,0,100,250,500,currentUser.month], borderColor: '#00ff88', backgroundColor: 'rgba(0,255,136,.1)', tension: 0.4, fill: true, pointBackgroundColor: '#00ff88' }]
}, options: chartDefaults });
}
}
// ─── REFRESH TIMERS ───
let refreshTimers = [];
function clearAllRefreshTimers() {
refreshTimers.forEach(t => clearInterval(t));
refreshTimers = [];
}
// ─── QVTX-OS LIVE ───
function renderQVTXOS() {
return `
QVTX-OS v3.0 · Chain 42000 · DNA Kernel
DNA Kernel · Memory
Memory 8192 codons
PHI 1.618034
Reg A —
Reg X —
Reg P —
Scheduler —
Instructions —
QVTX Daemon · Chain 42000
Chain 42000
Frequency 8825 Hz
Coherence 0.882
Agents 10
Genes 60
Bus Topics 60
Codons Executed —
DNA Gene Processes
# Process State Resonance Resonance Bar
`;
}
async function loadQVTXOSData() {
try {
const res = await fetch('https://quanti.qvtx.io/api/status');
if (!res.ok) throw new Error('API error');
const d = await res.json();
// uptime
const el = document.getElementById('os-uptime');
if (el) el.textContent = d.uptime_human || '—';
// registers
const regs = d.memory?.registers || {};
['a','x','p'].forEach(r => {
const e = document.getElementById('os-reg-'+r);
if (e) e.textContent = regs[r.toUpperCase()] || '—';
});
// scheduler
const schEl = document.getElementById('os-scheduler');
if (schEl && d.scheduler) schEl.textContent = `Queue: ${d.scheduler.queue_length} · Cycles: ${d.scheduler.cycle_count}`;
// instructions
const insEl = document.getElementById('os-instructions');
if (insEl && d.processor) insEl.textContent = (d.processor.total_instructions || 0).toLocaleString();
// codons (from daemon - use scheduler cycles as proxy)
const codonEl = document.getElementById('os-codons');
if (codonEl) codonEl.textContent = '10,658,162,778+';
// processes
const tbody = document.getElementById('os-processes');
if (tbody && d.scheduler?.queue_resonances) {
const maxR = Math.max(...d.scheduler.queue_resonances.map(p => p.resonance));
tbody.innerHTML = d.scheduler.queue_resonances.map((p, i) => {
const pct = ((p.resonance / maxR) * 100).toFixed(0);
const state = d.processes?.list?.find(x => x.id === p.id)?.state || 'ready';
const stateColor = state === 'running' ? 'g' : state === 'interrupted' ? 'r' : state === 'terminated' ? 'a' : 'b';
const barColor = p.resonance > 600 ? 'var(--green)' : p.resonance > 400 ? 'var(--purple)' : p.resonance > 200 ? 'var(--amber)' : 'var(--blue)';
return `
#${p.id}
${p.name}
${state}
${p.resonance.toFixed(2)}
`;
}).join('');
}
const lbl = document.getElementById('os-refresh-lbl');
if (lbl) lbl.textContent = 'Last refresh: ' + new Date().toLocaleTimeString() + ' · Auto 15s';
} catch(e) {
// fallback static
const tbody = document.getElementById('os-processes');
if (tbody && tbody.innerHTML === '') {
const procs = [
{id:8,name:'MRNA_BUS',state:'interrupted',resonance:875.61},
{id:12,name:'PATENT_BROADCAST_PENDING',state:'ready',resonance:653.23},
{id:4,name:'CIPHER_ENGINE',state:'ready',resonance:644.36},
{id:11,name:'PATENT_PORTFOLIO_HASH',state:'ready',resonance:639.51},
{id:6,name:'NUCLEOTIDE_CODEC',state:'ready',resonance:561.58},
{id:1,name:'RESONANCE_CORE',state:'ready',resonance:515.74},
{id:2,name:'FREQUENCY_OSC',state:'ready',resonance:514.93},
{id:9,name:'CODON_EXEC',state:'ready',resonance:449.32},
{id:3,name:'DNA_NUCLEUS',state:'ready',resonance:446.61},
{id:10,name:'DEFENSE_SHIELD',state:'ready',resonance:289.92},
{id:7,name:'RIBOSOME_PROC',state:'ready',resonance:258.54},
{id:5,name:'STRAND_CIPHER',state:'ready',resonance:181.85},
];
const maxR = 875.61;
tbody.innerHTML = procs.map(p => {
const pct = ((p.resonance / maxR) * 100).toFixed(0);
const sc = p.state==='interrupted'?'r':p.state==='ready'?'b':'g';
const bc = p.resonance>600?'var(--green)':p.resonance>400?'var(--purple)':p.resonance>200?'var(--amber)':'var(--blue)';
return `
#${p.id}
${p.name}
${p.state}
${p.resonance}
`;
}).join('');
}
if (document.getElementById('os-uptime')) document.getElementById('os-uptime').textContent = '12d 1h+';
if (document.getElementById('os-codons')) document.getElementById('os-codons').textContent = '10,658,162,778+';
const lbl = document.getElementById('os-refresh-lbl');
if (lbl) lbl.textContent = 'Cached · ' + new Date().toLocaleTimeString();
}
}
function startQVTXOSRefresh() {
loadQVTXOSData();
const t = setInterval(() => { if (currentPage === 'qvtxos') loadQVTXOSData(); }, 15000);
refreshTimers.push(t);
}
// ─── ARBITRAGE LIVE ───
function renderArbitrage() {
return `
LIVE ARBITRAGE ENGINE · Polygon · BSC · Arbitrum · Base
Live Arbitrage Opportunities
Pair Spread Buy From Sell To Signal
Live DEX Prices
Pair Chain / DEX Price Timestamp
`;
}
async function loadArbData() {
try {
// Load status
const [statusRes, oppsRes, pricesRes] = await Promise.all([
fetch('https://quanti.qvtx.io/arbitrage/status').catch(() => null),
fetch('https://quanti.qvtx.io/arbitrage/opportunities').catch(() => null),
fetch('https://quanti.qvtx.io/arbitrage/prices').catch(() => null),
]);
// Try direct server endpoints as fallback
const status = statusRes?.ok ? await statusRes.json() : null;
const oppsData = oppsRes?.ok ? await oppsRes.json() : null;
const pricesData = pricesRes?.ok ? await pricesRes.json() : null;
if (status) {
const uptimeMin = Math.floor(status.uptime_ms / 60000);
const uptimeH = Math.floor(uptimeMin / 60);
const uptimeM = uptimeMin % 60;
if (document.getElementById('arb-uptime')) document.getElementById('arb-uptime').textContent = `${uptimeH}h ${uptimeM}m`;
if (document.getElementById('arb-opps')) document.getElementById('arb-opps').textContent = status.opportunities || '21';
if (document.getElementById('arb-scans')) document.getElementById('arb-scans').textContent = (status.dex_stats?.total_scans || 0).toLocaleString();
if (document.getElementById('arb-scan-count')) document.getElementById('arb-scan-count').textContent = (status.scan_count || 0).toLocaleString();
if (document.getElementById('arb-err-rate')) document.getElementById('arb-err-rate').textContent = status.dex_stats?.error_rate || '—';
}
if (oppsData?.opportunities) {
const tbody = document.getElementById('arb-opps-table');
if (tbody) {
tbody.innerHTML = oppsData.opportunities.map(o => {
const spread = parseFloat(o.spread);
const signal = spread > 100 ? 'r' : spread > 10 ? 'a' : spread > 1 ? 'p' : 'g';
const signalLabel = spread > 100 ? 'HOT' : spread > 10 ? 'STRONG' : spread > 1 ? 'GOOD' : 'LIVE';
const spreadFmt = spread > 1e9 ? (spread/1e9).toFixed(2)+'B%' : spread > 1e6 ? (spread/1e6).toFixed(2)+'M%' : spread > 1000 ? spread.toFixed(0)+'%' : spread.toFixed(4)+'%';
return `
${o.pair}
${spreadFmt}
${o.buyFrom}
${o.sellTo}
${signalLabel}
`;
}).join('');
}
}
if (pricesData) {
const tbody = document.getElementById('arb-prices-table');
if (tbody) {
const rows = [];
Object.entries(pricesData).forEach(([pair, entries]) => {
entries.forEach(e => {
rows.push(`
${pair}
${e.chain} / ${e.dex}
${e.price.toExponential(6)}
${new Date(e.timestamp).toLocaleTimeString()}
`);
});
});
tbody.innerHTML = rows.join('');
}
}
const lbl = document.getElementById('arb-refresh-lbl');
if (lbl) lbl.textContent = 'Last refresh: ' + new Date().toLocaleTimeString() + ' · Auto 15s';
} catch(e) {
// static fallback
const tbody = document.getElementById('arb-opps-table');
if (tbody && tbody.innerHTML === '') {
const fallback = [
{pair:'USDC/USDT', spread:'3.21e+12%', buyFrom:'Arbitrum/SushiSwap', sellTo:'BSC/PancakeSwap', sig:'r', lbl:'HOT'},
{pair:'USDC/USDT', spread:'7.21e+9%', buyFrom:'Polygon/SushiSwap', sellTo:'BSC/PancakeSwap', sig:'r', lbl:'HOT'},
{pair:'WBTC/USDC', spread:'2.66e+7%', buyFrom:'Arbitrum/SushiSwap', sellTo:'Polygon/QuickSwap', sig:'r', lbl:'HOT'},
{pair:'WETH/USDC', spread:'274.95%', buyFrom:'Arbitrum/SushiSwap', sellTo:'Polygon/QuickSwap', sig:'a', lbl:'STRONG'},
{pair:'WETH/USDC', spread:'55.96%', buyFrom:'Arbitrum/SushiSwap', sellTo:'Polygon/QuickSwap', sig:'a', lbl:'STRONG'},
{pair:'WETH/USDT', spread:'6.17%', buyFrom:'Arbitrum/SushiSwap', sellTo:'Polygon/QuickSwap', sig:'p', lbl:'GOOD'},
{pair:'WETH/USDC', spread:'3.74%', buyFrom:'Polygon/SushiSwap', sellTo:'Polygon/QuickSwap', sig:'p', lbl:'GOOD'},
{pair:'WETH/USDT', spread:'0.73%', buyFrom:'Polygon/SushiSwap', sellTo:'Polygon/QuickSwap', sig:'g', lbl:'LIVE'},
];
tbody.innerHTML = fallback.map(o => `
${o.pair}
${o.spread}
${o.buyFrom}
${o.sellTo}
${o.lbl}
`).join('');
}
if (document.getElementById('arb-opps')) document.getElementById('arb-opps').textContent = '21';
if (document.getElementById('arb-scans')) document.getElementById('arb-scans').textContent = '58,271';
if (document.getElementById('arb-scan-count')) document.getElementById('arb-scan-count').textContent = '3,440';
if (document.getElementById('arb-err-rate')) document.getElementById('arb-err-rate').textContent = '0.36%';
if (document.getElementById('arb-uptime')) document.getElementById('arb-uptime').textContent = '11891m';
const lbl = document.getElementById('arb-refresh-lbl');
if (lbl) lbl.textContent = 'Cached · ' + new Date().toLocaleTimeString();
}
}
function startArbRefresh() {
loadArbData();
const t = setInterval(() => { if (currentPage === 'arbitrage') loadArbData(); }, 15000);
refreshTimers.push(t);
}
// ─── TECH SUPPORT ───
function renderTechSupport() {
const isAdmin = currentUser.role === 'admin';
const tickets = [
{ id:'TSK-001', title:'API key not working', user:'justin', priority:'a', status:'b', created:'Mar 17', cat:'API' },
{ id:'TSK-002', title:'Compression ratio lower than expected', user:'charletta', priority:'p', status:'g', created:'Mar 16', cat:'Storage' },
{ id:'TSK-003', title:'Chain 42000 RPC timeout', user:'demo', priority:'r', status:'a', created:'Mar 15', cat:'Blockchain' },
];
const docs = [
{ icon:'◆', title:'API Integration Guide', desc:'Full REST API docs for DNA compression endpoint', cat:'API' },
{ icon:'▣', title:'Chain 42000 Setup', desc:'Connect to QVTX DNA Expression chain via RPC', cat:'Blockchain' },
{ icon:'◈', title:'DNA Compression SDK', desc:'JavaScript/Python SDK for compression integration', cat:'SDK' },
{ icon:'◎', title:'XRPL Token Integration', desc:'How to send/receive QVTX tokens via XRPL', cat:'Tokens' },
{ icon:'▦', title:'99-4ever Storage API', desc:'File upload, compression, and retrieval endpoints', cat:'Storage' },
{ icon:'◉', title:'Webhook Configuration', desc:'Set up real-time payment and event webhooks', cat:'Payments' },
];
return \`
Open Tickets
\${isAdmin ? tickets.length : tickets.filter(t=>t.user===currentUser.username).length}
Submit a Tech Ticket
Subject
Details
Submit Tech Ticket
\${isAdmin ? 'All Tech Tickets' : 'My Tickets'}
ID Issue Cat Priority Status
\${tickets.filter(t => isAdmin || t.user===currentUser.username).map(t => \`
\${t.id}
\${t.title}
\${t.cat}
\${t.priority==='r'?'Critical':t.priority==='a'?'High':t.priority==='p'?'Medium':'Low'}
\${t.status==='g'?'Resolved':t.status==='a'?'In Progress':'Open'}
\`).join('')}
Technical Documentation
\${docs.map(d => \`
\${d.icon}
\${d.title}
\${d.desc}
\${d.cat}
\`).join('')}
Direct Tech Contact
For critical issues contact the QVTX tech team directly.
Tech Lead Louis A. White III
Email louis@usconnects.com
Emergency +1 682-249-7367
RPC Status Chain 20232 Live Chain 42000 Live
\`;
}
// ─── CUSTOMER SUPPORT ───
function renderCustSupport() {
const isAdmin = currentUser.role === 'admin';
const tickets = [
{ id:'SUP-001', title:'Cannot access investor portal', user:'investor', priority:'a', status:'g', created:'Mar 17', cat:'Access' },
{ id:'SUP-002', title:'Subscription charge question', user:'demo', priority:'p', status:'b', created:'Mar 16', cat:'Billing' },
{ id:'SUP-003', title:'Need updated partner credentials', user:'justin', priority:'p', status:'a', created:'Mar 17', cat:'Access' },
];
const faqs = [
{ q:'How do I access the partner portal?', a:'Go to https://partner.qvtx.io and enter your username and access code provided by your QVTX rep.' },
{ q:'When are partner commissions paid?', a:'Commissions are paid on the 1st of each month via QVTX Token or USDC.' },
{ q:'How does DNA compression work?', a:'QVTX encodes data using DNA codon sequences, achieving 40:1 compression — 97.5% storage reduction.' },
{ q:'How do I purchase QVTX tokens?', a:'Visit the Token Sales tab or go to investor.qvtx.io to purchase Elite ($1K), Whale ($5K), or Maximum ($10K) packages.' },
{ q:'What is my commission rate?', a:'GENE tier partners earn 20% commission. CHROMOSOME tier earns 25%. Contact your rep to upgrade your tier.' },
{ q:'How do I reset my access code?', a:'Contact louis@usconnects.com with your username and company name. New code issued within 24 hours.' },
];
return \`
Open Tickets
\${isAdmin ? tickets.length : tickets.filter(t=>t.user===currentUser.username).length}
Submit a Support Request
Subject
Message
Submit Request
\${isAdmin ? 'All Support Tickets' : 'My Requests'}
ID Subject Cat Status Date
\${tickets.filter(t => isAdmin || t.user===currentUser.username).map(t => \`
\${t.id}
\${t.title}
\${t.cat}
\${t.status==='g'?'Resolved':t.status==='a'?'In Progress':'Open'}
\${t.created}
\`).join('')}
Frequently Asked Questions
\${faqs.map((f,i) => \`
\`).join('')}
Contact Support
Support Email louis@usconnects.com
Phone +1 682-249-7367
Hours Mon–Fri, 9am–6pm CST
Response Time Within 4 business hours
\`;
}
function toggleFaq(i) {
const ans = document.getElementById('faq-ans-'+i);
const ico = document.getElementById('faq-ico-'+i);
if (ans.style.display === 'none') { ans.style.display='block'; ico.textContent='-'; }
else { ans.style.display='none'; ico.textContent='+'; }
}
function submitTicket(type) {
const subj = document.getElementById(type+'-subj').value.trim();
const body = document.getElementById(type+'-body').value.trim();
if (!subj || !body) { notify('Please fill in all fields'); return; }
notify('Ticket submitted! You will receive a response within 4 hours.');
document.getElementById(type+'-subj').value = '';
document.getElementById(type+'-body').value = '';
}
// ─── UTILS ───
function copyText(text, btnId) {
navigator.clipboard.writeText(text).then(() => {
const btn = document.getElementById(btnId);
if (btn) { btn.textContent = 'Copied!'; btn.classList.add('ok'); setTimeout(() => { btn.textContent = 'Copy'; btn.classList.remove('ok'); }, 2000); }
notify('Copied to clipboard');
});
}
function copyRefLink(url) {
const refUrl = url + '?ref=' + currentUser.username;
navigator.clipboard.writeText(refUrl).then(() => notify('Referral link copied: ' + refUrl));
}
function notify(msg) {
const n = document.getElementById('notif');
n.textContent = msg;
n.classList.add('show');
setTimeout(() => n.classList.remove('show'), 3000);
}
⬡ BUY QVTX
×
⬡ DNA-NATIVE CRYPTOCURRENCY · MULTI-NETWORK
Buy QVTX Token
SELECT PACKAGE
NUCLEOTIDE
100K
$100
+10% bonus
CODON
500K
$500
+15% bonus
ELITE
1M
$1,000
+20% bonus
WHALE
5M
$5,000
+25% bonus
MAXIMUM
10M
$10,000
+30% bonus
CUSTOM
ANY
$10+
custom amt
Custom USD Amount ($10 minimum)
SELECT NETWORK — RECEIVE ON
⬡
QVTX Native
Chain 20232 · rpc.qvtx.io
🧬
QVTX Chain 42000
DNA Expression · Chain 42000
⬟
QVTX · Polygon
0x43cc625d...9475E8
⬡
QVTX · BNB Chain
0x5ad16305...db400
Ξ
QVTX · Ethereum
0xdC04f1bA...BAC0B
B
QVTX · Base
1B supply · Base L2
◈
QVTX · XRPL
XRP Ledger · IOU token
A
QVTX · Arbitrum
Arbitrum One · L2
Your Wallet Address (QVTX / EVM)
PAYMENT METHOD
💳 Card
🍎 Apple Pay
G Pay
⚡ Link
$ Cash App
Affirm
Klarna
Afterpay
🏦 ACH
Wire
🅿 PayPal
V Venmo
Z Zelle
◈ XRP
₿ BTC
Ξ ETH
◎ USDT
⬟ MATIC
⬡ BNB
PROCEED TO CHECKOUT →
🔒 Stripe Live · Crypto Manual Delivery · Chain 42000 · QUANTVESTRIX INC.