Security Architecture
How Your Funds Stay Protected

Funds remain in the customer's exchange account. The software uses restricted API permissions, with withdrawal access disabled.

Access Model

Trade-Only API Keys

You generate API credentials with read and trade permissions. The same permission table is enforced at configuration.

Custody

Non-Custodial Design

Your funds remain on your exchange. The software does not operate customer wallets. You can revoke the API key from the exchange at any time.

Identity

No Wallet Access

Setup never requires a seed phrase, private key or recovery words. Report any such request to [email protected].

Payments

Official Stripe checkout

Official payments are processed through Stripe. No payment should be made through any other channel.

Product

Continuous Development

The company develops and licenses software products, including this trading-automation platform, and continues to test and apply validated improvements during the license period.

// API permission scope, enforced at configuration
 
READ          →  PERMITTED     // market data, account balance
TRADE         →  PERMITTED     // buy / sell order execution
WITHDRAW      →  MUST STAY OFF // withdrawal disabled
TRANSFER      →  MUST STAY OFF // transfer disabled
WALLET ACCESS →  NOT APPLICABLE // API only, no wallet layer
Security Notice
We Will Never Request the Following

We never request cryptocurrency transfers, exchange passwords, API secrets, seed phrases, private wallet keys, or unofficial payments through messaging services or phone calls. Telegram is not an official support channel. WhatsApp and phone are legitimate channels for active customers. Official payments are processed through Stripe. Report abuse to [email protected].

Wallet seed phrases or recovery words
Private keys or wallet passwords
Direct crypto transfers to any address
Recovery or unlock fees of any kind
API keys with withdrawal permissions enabled
Payments outside Stripe checkout
Exchange account passwords
Promises of guaranteed returns or profits
EMAIL: [email protected] · PAYMENTS: Stripe-hosted checkout · ACTIVE CUSTOMERS: designated phone and WhatsApp channels provided after activation
Security: Common Questions
What People Ask Before Trusting Us
Does the software hold or control my funds?+
Funds remain in the customer's exchange account. The software uses restricted API permissions, with withdrawal access disabled. You can revoke the key from the exchange at any time.
What API permissions are required?+
Read and trade execution. Withdrawal permissions must remain disabled. Onboarding walks through the exact configuration. Step-by-step instructions are in the API Setup Guide.