Self-Amending Protocol
Tezos upgrades itself through on-chain governance, avoiding disruptive hard forks and network splits.
Future-proof your online checkout by accepting Tezos (XTZ). GatewayCrypto allows your business to securely process transactions using this highly advanced, self-amending blockchain.
Start Accepting TezosPayment currency
Tezos is a self-amending blockchain platform launched in 2018 that can upgrade itself through on-chain governance without requiring hard forks. It uses a liquid proof-of-stake consensus mechanism where token holders can delegate their staking rights to validators called "bakers." Tezos is known for its formal verification capabilities, making it particularly suitable for high-value applications in finance, real estate, and digital art.
Tezos / XTZ
Integrating XTZ positions your business at the forefront of 'smart' blockchain technology. It provides your tech-savvy users with a verified, highly secure, and incredibly efficient digital payment option.
Tezos upgrades itself through on-chain governance, avoiding disruptive hard forks and network splits.
Tezos supports mathematically proven smart contracts, offering higher assurance for payment-critical applications.
Tezos's liquid proof-of-stake uses minimal energy, appealing to sustainability-minded businesses and customers.
Industries
Explore a customer purchase, then follow the payment through to the merchant.
VPN
One month of VPN access
The customer selects XTZ at checkout and continues to their wallet.
Checking the transaction on the network.
Matching the payment to the order.
The merchant prepares the purchase.
VPN access is active.
Merchant view
Checkout
XTZIllustrative purchase flow. Confirmation time depends on the network.
To begin taking XTZ, establish a GatewayCrypto merchant profile and activate Tezos inside your payment preferences. Seamlessly implement our API into your application. You will enjoy highly secure transactions backed by formal verification, with the complete flexibility to convert your XTZ earnings straight into fiat currency.
Payment currency
GatewayCrypto / REST API
Integrate Tezos (XTZ) payments into your website or app in minutes. Use our REST API to create payment invoices and start accepting crypto.
Get API Accesscurl -X POST https://api.gatewaycrypto.io/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"currency": "XTZ",
"amount": 100.00,
"order_id": "ORDER-12345",
"callback_url": "https://yoursite.com/webhook"
}'