One Coin – Infinite Rewards
Sky Coin (XSO) brings you a new experience where holding a proven token brings passive rewards, merchant loyalty, and power over your journey into your future today.

Presale Ending In
Presale Ending In
29
Days
02
Hours
11
Minutes
00
Seconds
Dynamic timer and Limited supply
100 Billion XSO only
Sold 0
Total 100 Billion
Presale price $0.000085
Pool price $0.000100
XSO isn't just another token.
It’s the heart of a powerful financial system built for real life.
What is Sky Coin (XSO)?
Sky Coin (XSO) is a BEP-20 token on Binance Smart Chain that fuels a decentralized ecosystem built for everyday usability, not just speculation.
It powers the Sky Pay network – a live, merchant-integrated payment system designed to let users shop, earn cashback, and enjoy crypto just like fiat.
Backed by real technology, XSO is scarce, secure, and smart.
What we solved?
Real-world use cases
(online + physical stores)
Burnable
(deflationary supply)
Integrated staking and rewards
QR invoicing + merchant loyalty system
API-ready infrastructure
Smart Contract Address
// SPDX-License-Identifier: MIT
// Compatible with OpenZeppelin Contracts ^5.3.0
pragma solidity ^0.8.28;
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import {ERC20Burnable} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import {ERC20Pausable} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
contract SkyCoin is ERC20, ERC20Burnable, ERC20Pausable, Ownable {
constructor(address recipient, address initialOwner)
ERC20("Sky Coin", "XSO")
Ownable(initialOwner)
{
_mint(recipient, 1000000000000 * 10 ** decimals());
}
function pause() public onlyOwner {
_pause();
}
function unpause() public onlyOwner {
_unpause();
}
function _update(address from, address to, uint256 value)
internal
override(ERC20, ERC20Pausable)
{
super._update(from, to, value);
}
}
Our Path to the Future
Official launch at Forex Traders Summit Dubai.
Presale along with website launch.
Start of 1-month presale with 15% discount.
End of presale XSO.
Aggressive Marketing campaigns will start.
Listing on PancakeSwap.
Liquidity injection and IDO launch Staking program begins.
Integration of XSO into Sky Pay Merchant dashboard and QR-based invoicing tools made public.
Expansion to Ethereum and Polygon networks.
Coin Market Cap and Coin Gecko listing.
First wave of CEX listings.
Start deploying our own Blockchain.
Sky Pay mobile app roll out NFT-based loyalty programs.
Sky Pay-integrated crypto debit card (via partner issuers)
Migrating XSO and moving it to our own blockchain.
Official launch at Forex Traders Summit Dubai.
Presale along with website launch.
Start of 1-month presale with 15% discount.
End of presale XSO.
Aggressive Marketing campaigns will start.
Listing on PancakeSwap.
Liquidity injection and IDO launch Staking program begins.
Integration of XSO into Sky Pay Merchant dashboard and QR-based invoicing tools made public.
Expansion to Ethereum and Polygon networks.
Coin Market Cap and Coin Gecko listing.
First wave of CEX listings.
Start deploying our own Blockchain.
Sky Pay mobile app roll out NFT-based loyalty programs.
Sky Pay-integrated crypto debit card (via partner issuers)
Migrating XSO and moving it to our own blockchain.
How to Buy XSO in Minutes
Visit
[xso.coin/presale]
Connect your wallet
(MetaMask, Trust Wallet,..)
Receive XSO instantly in your wallet
Choose how much XSO you want to buy
Pay securely via USDT
Meet the Visionaries Behind XSO
Get In Touch