Is this a one-time payment or a subscription?
Tek seferlik ödeme. $500. No renewal, no subscription. Once purchased, your license is valid for lifetime usage on a single website. The license never expires. The only ongoing cost — for any exchange, not just WPCRYPTO — is the blockchain node connection (~$50/month from us, $75–$200 from external providers).
Are updates included?
Yes — lifetime updates, included in the one-time price. When an update is available, a notification appears in your admin panel and you apply it with one click. No update fees, ever.
Can I use the license on multiple websites?
Bir lisans aynı anda bir aktif domain için geçerlidir. can change the domain later from the plugin's license panel, but only one site is active at any given moment. For multiple sites or agency use, each domain needs its own license — ask us about bulk pricing.
Do I need any coding knowledge?
Kurulum ve temel çalıştırma için — hayır. Eklentiyi yükleyin, etkinleştirin, admin panelinden yapılandırın. Ancak customising code or design, working PHP / WordPress knowledge is required. And to operate any crypto exchange (regardless of plugin), you should have a solid understanding of crypto, blockchain networks, wallets and how exchanges work. Our support covers the plugin only — not crypto consulting.
Bu gerçek bir kripto para borsası mıdır?
Yes. WPCRYPTO provides real blockchain integration on 12 chains, actual wallet generation with downloadable private keys, and live market data from Binance via WebSocket. Real-mode trades execute on the actual Binance market through the admin's API key. Custom unlisted tokens run in internal mode (your own order book) — both modes coexist.
Is there a sandbox / test mode?
Yes. Binance, PayPal and Stripe all support sandbox / test API credentials, and the admin panel exposes those settings. You can run the entire platform end-to-end without touching real funds.
What hosting do I need?
Standard WordPress hosting is sufficient. No VPS, no dedicated server. You need PHP 7.4+, MySQL/MariaDB 5.7+, HTTPS, cURL and AçıkSSL extensions — that's all most shared hosting providers already give you.
Blokzincir node neden tekrar eden bir maliyettir?
Every crypto exchange — ours or anyone else's — needs to talk to blockchain networks so that user deposits are credited. That communication happens through a "node". Reliable nodes are a managed service with a monthly cost: roughly $50/month from us, or $75–$200/month from QuickNode, Alchemy, Infura, Chainstack, GetBlock, etc. Free public RPCs exist but are unreliable for production. This isn't a hidden WPCRYPTO fee — it's how blockchain infrastructure works. Anyone who can't accept this recurring cost shouldn't enter the exchange business.
How secure is it?
Enterprise-grade. Six security layers including 2FA, KYC, Telegram verification, anti-phishing security word + image, prepared statements, CSRF nonces, rate limiting, session hardening and AES-256-CBC encryption for stored secrets. See the Security section above.
Can I customise the look?
Absolutely. Ships with 5 color themes (Galaxy, Sunset, Emerald, Midnight, Linen), 5 ICO banner styles, light/dark toggle, and full customisation of colors, logos, copy and layouts. Every string is translation-ready.
What payment methods are supported?
Four bundled payment rails: PayPal, Stripe (all major cards, Apple Pay, Google Pay, SEPA), native crypto balance payments, and MetaMask / Web3 wallets with on-chain transaction hash verification. Combine them per module — e.g. fiat for ICO checkout, crypto-only for trading.
Is it mobile friendly?
Trading, cüzdan üreticisi ve ICO açılış sayfaları için özel breakpoint'lerle tamamen duyarlı tasarım. Emir girişi, deposit adresi QR kodları ve grafik düzenleri hep dokunmaya göre yeniden akar.
Which blockchains can I generate wallets for?
Desteklenen 12 zincirin tamamı: Ethereum, BSC, Polygon, Arbitrum, Optimism, Base, Avalanche, zkSync Era, Linea (tümü EVM), artı Bitcoin, Tron ve Solana (EVM dışı). Özel anahtarlar istemci tarafında üretilir, bir kez gösterilir ve sunucuda asla saklanmaz.
How do notifications reach users?
Email is always-on. Telegram is opt-in via bot subscription. Both channels can be configured per-event — security, trading, deposit, staking, marketplace or platform announcements — independently.
Does it work with WooCommerce?
WPCRYPTO ships its own Shop module that doesn't require WooCommerce — sell dijital and fiziksel products with MetaMask / Web3 / Stripe / PayPal / internal crypto balance, including guest checkout and coupons. WooCommerce can coexist for non-crypto products if you already use it.
Kullanıcılarım stop-loss / take-profit / trailing stop ayarlayabilir mi?
Yes — there's a "CONDITIONAL ORDER" box on every trade page (next to Limit and Market). Users pick Stop-Loss, Take-Profit or Trailing Stop, set the trigger price and amount, and one click submits it. For Binance-listed pairs, the order is sent natively (STOP_LOSS_LIMIT / TAKE_PROFIT_LIMIT / trailingDelta / OCO via /orderList/oco). For internal pairs, a self-hosted price watcher ticks every 30 seconds and executes when the trigger hits.
Eklenti portföy seviyesinde risk politikalarını uygular mı?
Yes. Kutudan çıkar çıkmaz, every order submission goes through a policy gate that can reject trades exceeding: max position size (% of quote balance), daily loss limit (% PnL today), drawdown freeze (% below all-time peak), or active cooldown after consecutive losses. Admins set defaults in WP-Admin → Risk Management; per-user overrides are supported.
Does the shop accept MetaMask / Web3 wallets?
Yes. The Shop module natively supports MetaMask and any EIP-1193 Web3 wallet. Customers connect, sign, and pay on-chain. The plugin auto-verifies the transaction hash before fulfilment. PayPal, Stripe (all major cards + Apple Pay + Google Pay) and internal crypto balance work alongside — combine them per product.
Sabit günlük / haftalık ROI planları içerir mi?
No, and intentionally so. The plugin does not ship a "guaranteed daily return" investment system. Such schemes are restricted or illegal in many jurisdictions and we don't want our customers building on top of that risk. For legitimate yield, use the Staking module — real lock periods, real APY, transparent terms.
Is there built-in risk management for traders (stop-loss, drawdown)?
Yes — bundled. The Risk Yönetim Paketi ships stop-loss, take-profit, trailing-stop and OCO orders (native Binance + internal-mode watcher), plus account-level guards: max position %, daily loss limit, drawdown freeze and consecutive-loss cooldown. Admin sets defaults; users override per-account. Full UI on every trade page and in Profile → Risk Management.
Do I need to install anything on my server for the trading bot?
No. The bot suite ships as part of the plugin — no PM2, no Node.js, no cron edits on your side. When you click Enable Heartbeat in admin, a central daemon on our infrastructure starts driving your bots over an HMAC-authenticated REST endpoint. Each tick costs your WordPress about 80 ms of work. There's also a built-in 30-second WP-cron fallback for sites that prefer to keep ticking even when central heartbeat is disabled.
Won't the trading bot slow my WordPress site down?
Five protections prevent that. (1) Strategy is computed on our server — your site only handles 2 inserts + match engine per tick. (2) Load-aware throttling: ticks are skipped automatically when CPU usage per-core exceeds 85 %. (3) Daily volume caps per bot act as circuit breakers. (4) Real-user priority — when a human places an order, the bot pauses so it doesn't trample the fill. (5) Five consecutive errors auto-pause the site for 60 minutes. The whole thing was designed under the rule "must never make a real user wait."
Is bot trading legal where I operate?
Depends on your jurisdiction and how you use it. Many regulators allow market-making on internal pairs but ban wash-trading designed to mislead investors. The plugin gives you the tooling; the policy decisions are yours. We recommend using bots only on tokens you control or where market making is explicitly disclosed. Bot accounts carry a visible "BOT" badge in the admin user list precisely so the activity is never hidden from your platform's auditors.
Real trading — which exchanges are supported?
Binance only for real-market execution. Bybit and other exchanges aren't supported. Custom / unlisted tokens run in internal mode (entirely on your platform).
İade alabilir miyim?
No. WPCRYPTO is a dijital product delivered with the full editable source code, so all sales are final. That's exactly why we strongly recommend hands-on demo testing first — verify the workflows you care about end-to-end before paying.
Is there an invoice?
Yes. An official invoice is issued and sent after payment. License terms and the agreement are available on request.
Can I migrate from another platform?
CSV'de kullanıcı verisi, bakiye snapshot'ları veya içe aktarılacak cüzdan adresleriniz varsa, admin paneli yapılandırılmış içe aktarma uç noktaları sunar. Veritabanından veritabanına geçişler için tek seferlik bir eşleme scripti genellikle yeterlidir.