Gets Quin is an operator-administered investment platform. The public site, packages, referral share, and withdrawal windows live in the database and are edited from the administration console — not hard-coded into a landing page.
What the platform is for
Investors open an account, send BNB to the published wallet, submit a unique transaction hash, and — after confirmation — allocate available balance to a published package. Each allocation stores its own rate, compounding flag, and duration. A scheduled job posts at most one profit record per investment per calendar day. Withdrawals reserve funds, wait for review, and complete with a settlement record.
The product is built so a rate change tomorrow does not rewrite an allocation created today. Credits, debits, profits, and adjustments always write an immutable ledger row. Public homepage figures are published operating snapshot values. A signed-in investor still sees only that account’s own book.
How the book is structured
Four engines stay separate. The investment engine creates allocations and stores package snapshots. The ledger engine records every balance change with a reason and an actor. The referral engine qualifies a referred investment and pays a commission once. The blockchain desk records hashes and never credits a typed amount on its own.
CMS, email desks, KYC review, support tickets, and audit logs sit beside those engines. They do not invent a balance. Administrators can publish packages, homepage sections, and legal pages without opening PHP files.
Who operates it
The operator named in Admin → Settings is responsible for the published BNB address, package terms, support inbox, and payment-verification inbox. Counsel should review legal pages for every jurisdiction in which public capital is accepted. Configured daily rates are terms of a package, not a promise that markets, operations, or settlement will always succeed.
What you see on the public site
The homepage shows published statistics, investor accounts with available balance, deposited credit, and posted profit, recent activity, and packages that are marked active. Those surfaces are for orientation. Opening an account still starts that account at zero until a deposit is confirmed and allocated.
Talk to the desk
Use Contact for support or payment-verification questions. Never send wallet private keys, seed phrases, or screenshots of secret recovery material.