Lark Finserv Technology Pvt. Ltd. · Last reviewed: 6 August 2026
This page describes controls that exist in the product today. Atom Trade holds no SOC 2 report, no ISO 27001 certificate and no other security certification, and has not commissioned a third-party penetration test. When any of that changes we will say so here, with dates.
Atom Trade is a terminal, not a broker. It never holds your funds and never takes custody of your securities. There is no Atom Trade wallet, no pooled account and no ledger of your money, because your money never passes through us.
You connect your own account at your own SEBI-registered broker. Orders you place in the terminal are relayed to that broker under your own credentials and are settled by them, in your name. Your cash and holdings stay where they already are.
The practical consequence: if Atom Trade disappeared tomorrow, your positions and your balance would be untouched and still visible in your broker’s own app.
The API keys, access tokens and PINs you supply to connect a broker are encrypted before they are written to the database, using AES-256-GCM.
bcrypt hash at cost factor 12. We cannot tell you what your password is, because we do not know it.Atom Trade runs entirely in AWS ap-south-1 (Mumbai). Application servers, the database and backups are all in that region.
Every state-changing action on your account — signing in, connecting or disconnecting a broker, placing, modifying or cancelling an order, enabling or disabling MFA, tripping the kill switch — is written to a per-user audit log.
Those records are hash-chained. Each entry carries a sequence number and a SHA-256 hash covering both its own contents and the hash of the entry before it. Editing or deleting any single record breaks every link after it, and replaying the chain detects exactly where.
To be precise about what that buys: this is tamper-evident, not tamper-proof. It does not make alteration impossible — it makes silent alteration impossible to hide, which is the property that matters when there is a dispute about what you instructed and when.
HTTP Strict Transport Security with a two-year max-age, includeSubDomains and preload, so a browser refuses to talk to us over anything but HTTPS — including on the very first request, once the domain is in the preload list.If you have found a security issue in Atom Trade, we want to hear about it. Email security@atomtrade.in. We acknowledge reports within five business days.
Machine-readable contact details are published at /.well-known/security.txt. Our full policy — what is in scope, what is not, and the safe-harbour commitment for good-faith research — is maintained as SECURITY.md in our source repository; email the address above and we will send you a copy.
In short: in scope are app.atomtrade.in and the ws.atomtrade.in market-data proxy. Out of scope are denial-of-service testing of any kind, social engineering, and unvalidated scanner output without a working proof of concept. Please test only against your own account, never degrade the service during market hours, and give us reasonable time to ship a fix before disclosing publicly.
We do not currently operate a paid bug bounty and do not pay for reports. We offer a real response from an engineer, an honest severity assessment, and public credit if you want it.