Trust Lens.
Verify before you click.
Real-time AI trust intelligence wherever investors consume content. A browser extension, mobile share-extension and embedded API that lets investors verify suspicious financial content in-context — on Facebook, TikTok, WhatsApp and beyond.
Trust intelligence, in the moment of influence.
Scams work through speed, emotion and impulse. Trust Lens appears before the click — not after the deposit. Same brain (NAVI + indicator library + domain intelligence), three different surfaces.
- Guaranteed returns — Promises a fixed weekly/monthly profit
- Urgency / scarcity language — Pressures the reader with 'limited slots'
- Unrealistic ROI — 25%/week is mathematically implausible
- Direct-message-only contact — Avoids public, verifiable channels
Do NOT pay or share personal details. Verify the provider with your country's financial regulator (FSCA in South Africa, FCA in the UK, SEC in the US) before any action.
Paste any suspicious investment content.
This is the same POST /api/sentinel/lens/analyze endpoint the browser extension, mobile share-extension and Telegram bot call. NAVI runs against the live indicator library and returns a trust score with reasons.
One brain, many surfaces.
Every Trust Lens client is a thin shell over the same API. Same indicator library, same explainability, same trust score.
- Guaranteed returns — Promises a fixed weekly/monthly profit
- Urgency / scarcity language — Pressures the reader with 'limited slots'
- Unrealistic ROI — 25%/week is mathematically implausible
- Direct-message-only contact — Avoids public, verifiable channels
Do NOT pay or share personal details. Verify the provider with your country's financial regulator (FSCA in South Africa, FCA in the UK, SEC in the US) before any action.
- Guaranteed returns — Promises a fixed weekly/monthly profit
- Urgency / scarcity language — Pressures the reader with 'limited slots'
- Unrealistic ROI — 25%/week is mathematically implausible
- Direct-message-only contact — Avoids public, verifiable channels
Do NOT pay or share personal details. Verify the provider with your country's financial regulator (FSCA in South Africa, FCA in the UK, SEC in the US) before any action.
Consumer protection meets institutional intelligence.
When a user clicks Report to impersonated brand, Trust Lens anonymously routes the case to that institution's fraud team via the Institutional API. One user action achieves five outcomes simultaneously:
POPIA-clean (explicit consent at submission), zero scraping, full audit trail. The institutional buyer sees the value of every report in real time — which is what makes Trust Lens monetisable in a way pure scam-detection isn't.
Sprint plan.
API + Chrome extension + Telegram bot
- ·Public /api/lens/analyze ✓
- ·Chrome extension v0.1
- ·@AltaraTrustBot
- ·TechSprint demo flow
Firefox + WhatsApp + Widget
- ·Firefox extension
- ·WhatsApp BSP onboarding
- ·Drop-in JS widget for banks
- ·Lens analytics dashboard
Mobile + Partners
- ·iOS Share Extension
- ·Android Share Target
- ·Bolster / BrandShield partnership
- ·Multi-language NLP
Platform overlays + Video AI
- ·Facebook / TikTok / X overlays
- ·Deepfake video partner (Sensity)
- ·Regulator association tier
- ·Continuous learning loop
Embed "Analyze with Altara" anywhere.
Banks, fintechs and regulator portals can call the Trust Lens API from any app or web journey. Same explainable trust card, your brand.
POST /api/sentinel/lens/analyzeLivecurl -X POST https://lens.altaracore.ai/api/sentinel/lens/analyze \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "AI Trading Bot — earn 25% weekly returns, guaranteed.",
"country": "ZA",
"language": "en"
}'