Investment & Financial Services
Your fund, your ledger, in plain sight.
Exa Nova Exchange keeps the balance, the daily returns and every transfer on one clear record — the kind you can read line by line and reconcile.
What it does
Daily returns you can check
Returns are calculated server-side against the rate in force on that date, and every credit is recorded as its own entry.
A ledger, not a running total
Every movement records the balance before and after it. Nothing is edited after the fact; corrections are new entries.
Transfers between accounts
Send money to another account. Both sides of the transfer succeed together or neither happens at all.
Referrals
Share your code. Rewards are credited once, on the terms your administrator configures.
How it works
- 1
Create your account
Register with your email and confirm it.
- 2
Request a deposit
Submit the amount. An administrator confirms it and the credit appears on your ledger.
- 3
Watch it accrue
Returns are applied once per day at the configured rate and shown on your dashboard.
Security
Balances change only on the server
No balance can be altered from a browser. Every movement runs as a single database transaction that either completes or leaves nothing behind.
Row-level access control
The database itself decides which rows an account can see, so a request for someone else's data returns nothing rather than relying on the interface to hide it.
Questions
- How is my balance calculated?
- From the ledger. Each entry stores the balance before and after it, so the balance shown is always the sum of what actually happened to your account.
- How often are returns applied?
- Once per day, by a scheduled server-side job. The job is safe to re-run: a day that has already been credited is skipped rather than paid twice.
- Can I add or withdraw money myself?
- You submit a request and an administrator settles and confirms it. There is no payment gateway connected in this version.
- Are returns guaranteed?
- No. The rate is set by your administrator and can change from a chosen date onward. Past rates are kept so any historical return can be checked.
Ready to start?
Create your account