stealth.pay
app.stealth.pay — Overview
baron testnet
block 847,293
4,281.50 XST master
00:00:00
Master Wallet
4,281.50 XST
≈ $1,284.45 USD
Active Agents
4
3 live · 1 idle
TX Today
12,847
across all agents
Spend Today
10.19 XST
$0.00 in fees
Spend — 24h · XST/hour
Live Transactions
Network · Baron Testnet
Block Time5 sec
Avg Confirm4.8 sec
Peak TPS~150k
TX Fee$0.00
XST Price$0.300
Privacyzk-SNARK
Agents
All Agents
AgentBalanceTX TodaySpend TodayLatencySuccessStatus
Total TX Today
12,847
Outbound
0
Inbound
0
Private (XSS)
0
All
Outbound
Inbound
💳
Fiat → XST
Card or bank transfer via integrated fiat onramp. KYC handled once at operator account creation.
EASIEST FOR NEW OPERATORS
🔄
Crypto Swap → XST
Swap BTC, ETH, SOL, USDC, or USDT into XST via integrated DEX aggregator.
FASTEST FOR CRYPTO-NATIVE OPS
📨
Direct XST Deposit
Send XST directly from any wallet. Credited after 1 block (~5 seconds). Zero fee.
ZERO FRICTION IF YOU HOLD XST
🔁
Auto-Replenish
Configure a low-balance threshold. stealth.pay automatically tops up from a parent wallet.
SET-AND-FORGET
Master Wallet
4,281.50 XST
≈ $1,284.45 USD · updated live
Deposit Address
XST:1f3a8b9c2d4e7f0a1b2c3d4e5f6a7b8c9d0e1f2a
stealthCORE
XST · Transparent
2-of-3 MULTISIG BRIDGE
1,000.000000 XST locked
stealthPRIVATE
XSS · Shielded
XST Locked
1,000.000000
XSS Minted
26,000.000000
XST / XSS Balance
4,281.50 + 0.00
≈ $1,284.45 USD total
Bridge Deposits
2
Convert XST → XSS
From
XST
Available: 4,281.50 XST
1:1 peg · feeless · ~5s
You receive
XSS
0.000000
Available: 0.00 XSS
Recipient address (defaults to master wallet)
How it works
1
Deposit
Send XST on stealthCORE. The bridge locks it in a 2-of-3 multisig controlled by qPoS stakers. Equivalent XSS is minted on stealthPRIVATE.
bridge_deposit <xss_addr> <amount>
2
Private Transfer
XSS moves privately using Orchard zero-knowledge proofs. Sender, recipient, and amount are all hidden.
xss_send <to_addr> <amount>
3
Withdraw
Burn XSS on stealthPRIVATE. The bridge returns XST to your stealthCORE address. Private history is erased.
bridge_withdraw <xst_addr> <amount>
Privacy Properties
FEELESS
Zero-fee via proof-of-work feework
MICRO
Down to 0.000001 XSS
SHIELDED
Orchard ZK-SNARK proofs
5 SEC BLOCKS
qPoS consensus
Bridge Activity LIVE
Waiting for bridge events…
Global Spend Limits
Max per-TX amount0.10 XST
Global daily limit100.00 XST
Per-agent daily limit25.00 XST
Pause agent on limit hit
Privacy & Channel
Default to XSS shielded
Hide TX amounts on dashboard
Agent-to-agent payments
Allow inbound payments
Alert Thresholds
Alert when agent balance below10.00 XST
Alert when daily spend exceeds80% of limit
Alert on failed TX
Webhook on every TX
API Keys
Production created 2026-01-14 · used just now
sp_live_a1b2c3d4e5f6a7b8c9d0••••••••
Permissions: paybalanceagents
Staging created 2026-02-01 · used 3 min ago
sp_test_9f8e7d6c5b4a3f2e1d0c••••••••
Permissions: paybalance
Quick Integration — Python
import requests resp = requests.post( "https://api.stealth.pay/v1/pay", headers={"Authorization": "Bearer sp_live_..."}, json={ "amount": 0.001, "currency": "XST", "recipient": "XST:1f3a...", "agent_id": "ag_01" } ) # ✓ confirmed in ~5 seconds · $0.00 fee