Getting Started
Syrpts is a cryptocurrency network that defines the value of websites. Instead of relying on user counts alone, any website can create its own tokenized cash (called FDX tokens) under the Syrpts network. The token's market price acts as a live valuation of that platform — attracting investors and rewarding both the site owner and its users. Think of it as a bridge between web platforms and real financial markets.
SilverCash (SYR) is the native cryptocurrency of the Syrpts network — equivalent to what Bitcoin is to the Bitcoin network. SYR is used for gas fees when deploying custom tokens, paying trading fees, staking rewards, and as the primary medium of exchange across the entire DataChain. Every transaction on the network ultimately settles through SYR.
Click "Access Web3 Wallet" in the sidebar or header of any terminal. Your wallet is generated directly in your browser using ECDSA P-256 cryptography via the Web Crypto API. You'll receive a 12-word seed phrase — write it down immediately and store it safely. This is the only way to recover your wallet. Your private key is stored in your browser's IndexedDB as a non-extractable CryptoKey, meaning even browser extensions cannot read it.
Syrpts runs entirely in your web browser — no app download required. The interface is fully responsive and works on Android, iOS, tablets, laptops, and desktop computers. Your wallet lives in your browser and is protected by the same cryptographic standards used by hardware wallets. Simply visit scientificnexus.net on any device.
1. Create or import a wallet.
2. Deposit funds — either through PayPal (to receive SDX stablecoin) or by depositing external crypto like USDT via the Deposit page (to receive SDTX stablecoin).
3. Convert your stablecoin to SYR or any FDX token using the order book.
4. Place market orders (instant fill) or limit orders (set your price).
Trading fees start at 0.15% — cheaper than most major exchanges.
2. Deposit funds — either through PayPal (to receive SDX stablecoin) or by depositing external crypto like USDT via the Deposit page (to receive SDTX stablecoin).
3. Convert your stablecoin to SYR or any FDX token using the order book.
4. Place market orders (instant fill) or limit orders (set your price).
Trading fees start at 0.15% — cheaper than most major exchanges.
Trading
A market order executes immediately at the best available price from the AMM liquidity pool. It's fast but the final price depends on available liquidity and your order size. A limit order lets you specify the exact price you're willing to pay or sell at. It sits on the order book until another trader matches it. Limit orders give you price control; market orders give you speed.
The base trading fee is 0.15% per trade — cheaper than Binance VIP0 (0.10% maker / 0.10% taker). During periods of high network activity (mempool congestion above 50%), fees dynamically scale up to a maximum of 0.30%. The current fee rate is shown in real-time before you confirm any trade. Fees are deducted from the USD side of the trade.
Slippage is the difference between the expected price and the actual execution price. Large market orders can move the price significantly. Syrpts lets you set your slippage tolerance (preset: 0.5%, 1%, 3%, 5%) — if the price moves beyond your tolerance during execution, the trade will be rejected. For large orders, the platform shows a price impact warning before you confirm.
Syrpts provides professional-grade charting powered by Lightweight Charts:
Chart types: Line, Area, Candlestick, Bar (OHLC), Baseline
Timeframes: 1m, 3m, 5m, 15m, 30m, 45m, 1H, 2H, 3H, 4H, 1D, 1W, 1M, ALL
Indicators: MACD (12,26,9), RSI (14-period Wilder), EMA-20 overlay
Extras: Volume histogram, depth chart, fullscreen mode
Chart types: Line, Area, Candlestick, Bar (OHLC), Baseline
Timeframes: 1m, 3m, 5m, 15m, 30m, 45m, 1H, 2H, 3H, 4H, 1D, 1W, 1M, ALL
Indicators: MACD (12,26,9), RSI (14-period Wilder), EMA-20 overlay
Extras: Volume histogram, depth chart, fullscreen mode
Every token has a liquidity pool containing a token reserve and a USD reserve. The price is determined by the ratio:
Price = USD Reserve ÷ Token Reserve. When you buy, you add USD and remove tokens — pushing the price up. When you sell, you add tokens and remove USD — pushing the price down. This constant-product formula ensures there is always liquidity available, though large trades will have higher price impact.
Yes. The Transfer Assets modal (accessible from the balance dropdown) lets you send SYR, SDX, or SDTX to any wallet address on the network. Each transfer is cryptographically signed with your private key via ECDSA and recorded permanently on the DataChain. Transfer transactions show in your transaction history.
Tokens & Assets
SDX (SilverDollar X) is the native stablecoin, permanently pegged at exactly $1.00 USD. It's minted 1:1 when you deposit via PayPal and burned when you withdraw. SDTX is a secondary stablecoin, also pegged at $1.00, minted 1:1 when you deposit external crypto (USDT) via the NowPayments gateway. Both can be freely converted 1:1 using the Nexus Bridge (Convert page). Neither SDX nor SDTX can be traded on the order book — they are utility stablecoins only.
FDX tokens are custom cryptocurrencies that website owners deploy on the DelChain terminal. Each FDX token is a sub-token of the Syrpts network — it has its own ticker, supply (up to 10 billion), launch price, liquidity pool, and order book. The token's price reflects the market's valuation of the website it represents. FDX tokens require domain verification and a $1.00 SYR gas fee to deploy.
OpenChain tokens are a more accessible tier of custom tokens deployed through the OpenChain terminal. Unlike FDX tokens, they do not require domain verification — anyone can create one. Each OpenChain token must be deployed under a parent FDX network, and the deployer pays a network fee set by the parent network's creator. OpenChain tokens are ideal for community tokens, meme tokens, or experimental projects.
Yes, but the process is deliberate to protect holders. When you initiate deletion, a 7-day countdown begins. All users receive a broadcast notification immediately, plus follow-up warnings at 3 days and 1 day before execution. You can cancel the deletion at any time during the countdown. After 7 days, the token is permanently removed — all balances are zeroed, the liquidity pool is closed, and a TOKEN_DELETED audit record is created on the chain.
Wallet & Security
Your wallet uses ECDSA P-256 cryptography via the Web Crypto API. The private key is stored in IndexedDB as a non-extractable CryptoKey — meaning no JavaScript (including browser extensions) can read the raw key material. Every sensitive API call is signed with your private key and verified server-side. The platform never has access to your private key or seed phrase.
Your funds are permanently lost. The 12-word BIP39 seed phrase is the only way to recover your wallet. Syrpts does not store your private key anywhere — not on our servers, not in our database, and not in any backup system. If you lose your seed phrase and your browser data is cleared, there is no recovery process. Write it down on paper and store it in a safe place.
Yes. Your wallet supports AES-GCM encrypted JSON backup. You set a password, and the wallet exports an encrypted file containing your key material. To restore, import the backup file and enter the password. You can also restore from your 12-word seed phrase on any device. We recommend keeping both — the encrypted backup for convenience and the seed phrase as a last-resort recovery.
Authentication: ECDSA SHA-256 digital signatures on every sensitive API call.
Replay protection: Duplicate signatures are automatically rejected.
Infrastructure: Cloudflare DDoS protection, WAF, bot filtering, and SSL/TLS encryption.
Server: Helmet.js security headers, rate limiting (50 tx/min, 200 reads/min), strict CORS, and input validation.
Data: All transactions are immutably recorded on the DataChain with full audit trails.
Replay protection: Duplicate signatures are automatically rejected.
Infrastructure: Cloudflare DDoS protection, WAF, bot filtering, and SSL/TLS encryption.
Server: Helmet.js security headers, rate limiting (50 tx/min, 200 reads/min), strict CORS, and input validation.
Data: All transactions are immutably recorded on the DataChain with full audit trails.
Deposits & Withdrawals
Open the "Manage Real Cash" modal from the sidebar or balance dropdown. Enter a deposit amount, complete the PayPal checkout, and SDX (SilverDollar X) is minted 1:1 into your wallet. $50 USD deposited = 50.00 SDX received. SDX is permanently pegged at $1.00 and can be used to trade, convert to SYR, or withdraw back to PayPal.
Visit the Deposit page, select your network (TRC-20, BEP-20, ERC-20, or Aptos), and a unique deposit address with QR code is generated. Send USDT (or APT) to that address — once confirmed on the external blockchain, SDTX is minted 1:1 into your wallet. The gateway is powered by NowPayments with HMAC-SHA512 webhook verification for security. Processing times vary by network (typically 1-30 minutes).
Visit the Withdraw page. First, add and verify a withdrawal address (auto-approved for security). Then submit a withdrawal request — your SDX or SDTX is burned internally, and real crypto (USDT or APT) is sent to your external wallet via NowPayments Mass Payout. Withdrawals are authenticated with both JWT and API key for double security. For PayPal withdrawals, use the "Manage Real Cash" modal.
The Nexus Bridge lets you convert between SDX, SDTX, and Real Cash (Internal USD) at a guaranteed 1:1 ratio with zero slippage. Since all three represent $1.00 USD, the conversion is instant and free. This is useful for moving between PayPal-linked funds (SDX) and crypto-linked funds (SDTX) within the platform.
DelChain & OpenChain
1. Connect your wallet on the DelChain terminal.
2. Go to the "Deploy Asset" tab and fill in: ticker (1-10 chars), supply (max 10B), launch price, your website URL, platform type, token name, and logo URL.
3. Verify domain ownership by adding a verification code to your site.
4. Optionally add up to 10 subscription tiers.
5. Pay the $1.00 SYR gas fee and deploy.
Your token gets its own order book, chart, liquidity pool, and public analytics page.
2. Go to the "Deploy Asset" tab and fill in: ticker (1-10 chars), supply (max 10B), launch price, your website URL, platform type, token name, and logo URL.
3. Verify domain ownership by adding a verification code to your site.
4. Optionally add up to 10 subscription tiers.
5. Pay the $1.00 SYR gas fee and deploy.
Your token gets its own order book, chart, liquidity pool, and public analytics page.
A System Handler is an AMM liquidity hub address (
nx_sys_ prefix) that provides automated market-making for your token. It costs $2.00 to activate. Once funded, it enables instant buy/sell execution for your token without waiting for limit orders. Initial funding allows up to 79% of total supply. After that, you can inject up to 10% of supply with a 7-day cooldown between injections.
Every OpenChain token is deployed under a parent FDX (DelChain) network. The parent network's creator sets a network fee in SYR that OpenChain deployers must pay. This fee goes to the parent network creator as revenue for hosting sub-tokens. The fee amount is configurable by the parent creator through the DelChain System Handler tab.
Technical
The DataChain is the blockchain infrastructure powering the entire Syrpts network. Every transaction — trades, transfers, token deployments, stablecoin minting/burning — is grouped into blocks and mined using Proof-of-Work (SHA-256). Each block contains: index, timestamp, transaction list, previous hash, nonce, and its own hash. You can explore the chain in real-time at the DataChain Explorer.
SYR staking lets you lock your SilverCash for a fixed period to earn yield:
7 days: 5% APY
30 days: 10% APY
90 days: 20% APY
Minimum stake: 10 SYR. Staking requires a one-time $100 USD feature activation fee. Once active, you can create multiple staking positions. Rewards are calculated pro-rata and credited when the lock period ends.
7 days: 5% APY
30 days: 10% APY
90 days: 20% APY
Minimum stake: 10 SYR. Staking requires a one-time $100 USD feature activation fee. Once active, you can create multiple staking positions. Rewards are calculated pro-rata and credited when the lock period ends.
All blockchain and financial data is stored in PostgreSQL on Railway — including blocks, transactions, balances, liquidity pools, token metadata, and user addresses. The gaming hub (ScGames) uses Google Firebase (Firestore) for game reviews, authentication, and user profiles. These are completely separate databases — the crypto side never touches Firebase.
When the mempool (queue of pending transactions) fills above 50% capacity, the network enters a congestion state. Trading fees automatically increase from the base 0.15% toward the maximum 0.30% using a linear ramp. The network status indicator in the terminal header shows current conditions. WebSocket broadcasts keep all connected clients updated in real-time. At 80%+ load, maximum fees apply until congestion eases.
Yes. Price alerts are stored server-side and support expiry periods: 1 hour, 24 hours, 7 days, or never. Alerts trigger when the token price crosses your target. If you link a Telegram chat ID to your account, alerts are delivered via the Telegram Bot API for instant mobile notifications. Otherwise, they appear as in-terminal notifications.
Platform
The frontend terminal code is hosted on GitHub. The platform is described as a self-hosted, open-source blockchain infrastructure project. The backend runs on Railway and the frontend is deployed via Vercel with Cloudflare protection. All transactions are immutably recorded on the DataChain, providing full transparency and auditability.
Every wallet gets a unique referral code. When someone you refer trades on the platform, you earn SYR referral rewards. Referral relationships and earnings are tracked in the PostgreSQL database. You can view your referral earnings in the DelChain terminal dashboard. Referral codes are linked to your wallet's public key entry.
Syrpts Terminal — The main trading interface. Buy, sell, and track SYR and all custom tokens. Includes charts, order book, portfolio, and staking.
DelChain Terminal — The deployment hub for FDX custom tokens. Create your own cryptocurrency with its own market.
OpenChain Terminal — A lighter deployment terminal for permissionless tokens under a parent FDX network. No domain verification required.
DelChain Terminal — The deployment hub for FDX custom tokens. Create your own cryptocurrency with its own market.
OpenChain Terminal — A lighter deployment terminal for permissionless tokens under a parent FDX network. No domain verification required.