Getting your Trinity Audio player ready...
|
Blockchain digital tokens don’t care about the current Bitcoin price. Tokens can represent anything you like, recorded permanently and immutably on a legally verifiable digital ledger. On the BSV blockchain, tokens are cheap to create and exchange, fast and efficient to use, and (like BSV itself) have an unbounded ability to scale. The STAS token protocol has seen increased adoption in 2025 following its switch to an MIT License, making it permissionless and free to implement. We spoke to some of the projects using STAS about why they made that choice and why they saw it as a preferable option.
What is STAS?
Today, STAS is used to manage asset twins, stablecoins, wallets, NFTs, creative works, online posts, and more. Several projects have used the STAS token protocol since it first became available about five years ago, and most of them have published detailed descriptions of why they made that choice on their websites. The list includes (among others) SLictionary, DXS, Relysia, Centi, GAP600, and Tokkeni.
STAS stands for “Substantiated Tokens from Actualized Satoshis.” The name is also a hat-tip to Stas Trock, the Bitcoin Script engineer who wrote the original smart contract code.
Like 1Sat Ordinals, STAS tokens use Bitcoin’s atomic unit (a single satoshi/”sat” or 1/100,000,000 Bitcoin) to record token data. Though STAS pre-dated 1Sat Ordinals by a few years, it wasn’t as widely used due to a proprietary protocol which had to be licensed for use by its owner, TAAL. That changed with the change to a free MIT License, and the WhatsOnChain block explorer shows the transaction share between the two token protocols is evening out.
There are different kinds of STAS tokens for various purposes. STAS-20 is suitable for “custom tokens” like stablecoins, utility and security tokens and comes with a redemption function that “burns” the token and returns the un-tokenized “sat.” STAS-50 allows transactions with up to 50 outputs, far more than usual. It is ideal for data management tasks (it can send data to large numbers of recipients in a single transaction), e.g., royalty distribution. STAS-789 can be used for different types of tokens, such as those used in supply chains and logistics, and can append additional data records to create a secure on-chain database.
The inevitable STAS/1Sat Ordinals comparison
This article doesn’t intend to spark a STAS vs 1Sat Ordinals debate, nor is it an endorsement of one protocol over another—whether one is “better” depends on a project’s needs. However, the question of similarities (and differences) between these two inevitably arises simply by mentioning either of them, especially now, given that they’re the two most prominent token protocols running on the BSV network.
As mentioned above, both use a single “sat” as a base, meaning both are considered “Layer 1” tokens. They’re recorded on the main blockchain, not a separate “sidechain” or settlement network. Both can be used for fungible and non-fungible tokens (FTs/NFTs) and token series, and these tokens can all have digital values/functionality or serve as a digital representation of something in the physical world. STAS and 1Sat Ordinals tokens can be NFTs, stablecoins, game tokens, security or utility tokens, loyalty points, concert tickets, discount coupons, logistics trackers, etc. Both can represent real estate ownership, businesses, contracts, or individual identities.
The key difference between the two, and the one most project manager reference, is how the token’s metadata is recorded. On 1Sat Ordinals, metadata describing the token (and recording ownership) is “inscribed” in a satoshi’s output script, using that satoshi as a unique serial number. This relies on origin-based indexing to keep track of each token—if a 1Sat Ordinals token is sent to a wallet that doesn’t support the protocol, the token data is lost unless that satoshi can be isolated again, somehow.
STAS tokens are smart contract-based and include metadata written directly onto a satoshi’s UTXO (unspent transaction output), meaning it won’t be lost even if a wallet doesn’t recognize it. This is called “origin-based indexing.” While this makes the metadata more robust, it also means slightly larger transactions and potentially higher transaction costs in the long run. You can read a more detailed STAS transaction size/cost analysis and code optimization here.
STAS also has stricter rules enforcing that each output is of the same script type, whereas 1Sat Ordinals can be combined with any kind of script (you could even have STAS-style script enforcement on 1Sat Ordinals if you wish). 1Sat Ordinals are designed to be simple, ultra-low-cost, and as flexible as possible, letting developers be more creative with use cases and compatibility. The STAS protocol is more strict with how a token can be used and can be more complicated to implement.
Both protocols can be considered “permissionless” and are available for anyone to use without a fee. 1Sat Ordinals are FOSS (fully free and open source), and STAS operates under an MIT License. All the above differences are issues for developers rather than end users. Which should you choose for your next project? Both are great and work well, so it depends on what you want your tokens to do.
Vaionex: permanent token metadata is the biggest advantage
Vaionex, which is behind the Relysia digital wallet, has long been a vocal supporter of STAS and the concept of BSV “native” tokens. As part of its blockchain-as-a-service (BaaS) model, it also provides APIs, STAS token templates for different purposes, and other tools that other businesses can use to keep track of their tokens.
STAS is “a game-changer,” and its tokens are “smart contracts living and breathing on the blockchain,” the company said.
“Whether you’re looking at creating fungible tokens, unique NFTs, or appendable data tokens, Relysia has got you covered,” Vaionex wrote in a blog post. “The flexibility doesn’t end at creation; each token or NFT can be further customized with metadata, ensuring that every digital asset is as unique as the vision behind it.”
STAS metadata is written permanently on every token, creating “perpetual, invaluable context,” meaning that “every transaction, trade, or transfer carries with it a complete story of the token”. The big advantage is that there’s no need to rely on any service to retrieve the token data.
Our article on Vaionex from two years ago identified the necessity to obtain a license and the size of STAS transactions as potential hurdles to adoption. That licensing issue no longer exists, and we should note that none of the people we spoke to for this 2025 update saw STAS transaction sizes as a hindrance.
DXS: tokenizing and trading all the assets
“The argument for sat-based protocols is there in the (Bitcoin) white paper,” said DXS CEO Armen Azatyan. “Bitcoin is a digital cash system, which means it’s also a token system.” There are 21 million bitcoins, which means 21 million x 100 million sats that can be assigned to an arbitrary physical or digital asset.
When DXS launched five years ago, STAS was the only base-layer token protocol available on BSV, and its UTXO-embedded token metadata plays a vital role in helping DXS “stay geniuinely P2P.”
STAS tokens are recognized by the BSV mining network itself, without the aid of external databases. If other tokens are sent to a non-token address by mistake, the token can get “burned” in the process.
“That’s the very issue STAS solves. It has a special script that actually transforms the satoshi into a specific token. You can’t transact this token unless it is a token transaction – miners will not validate the transaction unless it is a properly constructed and recognizable UTXO,” Azatyan said.
“All the information you need to validate (the token’s history) ‘back-to-Genesis‘ is present on-chain.”DXS uses Bitails and JungleBus for indexing and has built its own STAS indexer that prunes network data. Based on this pruned information, the indexer can follow the back-to-Genesis data chain even more efficiently. Some kind of indexer is always necessary if a service wants to perform fast- or zero-confirmation transactions, but having no need for a separate token database is still a big plus.
Azatyan acknowledged there are some people who worry about peculiarities when handling STAS, e.g., there’s a limited number of UTXOs and inputs, or you have to split and merge tokens, or they can’t handle multisig (this issue is currently being solved). DXS’s indexer performed well on this task.
“We’re happy to share our indexer, we’re happy to provide API access and share the source code, with anybody who wants to smoothly handle STAS transactions. Don’t worry about any merging/splitting hassle.”
SLictionary: tokens create a connection between creators and their work
SLictionary CEO Jack Pitts said his company “chose to use STAS because our customers wanted their hand-crafted word definitions, which we classify cash-earning information-art, to be controlled by them, and tradable.”
“We call our customers’ works of art SINCs (Signatured INformation Coins, or Signatured Information NFT-like Coins) in general, but “SLicDefs” in particular. They are etchings of information-on-coin, rather than information-on-chain, and they give owners the right to traffic-generated cash income streams on our SLictionary dictionary platform.”
“How can you tell Da Vinci’s Mona Lisa from a perfect fake? The answer is non-trivial; it’s actually VERY hard and an auction house like Sotheby’s offers high-fee services to their art-collecting customers to determine such things. But this service will be FAR easier and FAR cheaper on Bitcoin using a STAS protocol – even without nerdy Zero-Knowledge Proofs! You see, a SLicDef could verify its timestamp on the Bitcoin blockchain by simply providing its Merkel Branch proof. Then when comparing an original definition ‘artwork’ (what SLictionary calls a SLicDef – a tradeable definition) to a fake, the easy way to prove the original is to just compare timestamps,” Pitts said.
He added that issues with licensing and the former mAPI system had hindered SLictionary’s more widespread use of the STAS protocol, saying it took some lobbying on his company’s part to achieve better interaction between STAS and the (Bitcoin SV Node) software. STAS itself was quite simple.
“A startup with enough capital and the existence of GorillaPool’s excellent customer service would make what we did simple, fast, and easy to implement. Now the STAS protocol is open-sourced, as I understand it, making choosing STAS tokens economically an easy decision also,” Pitts said.
“Overall, I’d say SLictionary uses STAS protocol because it’s the best out there, and it was easier than constructing them ourselves (which was the original plan). I guess we still might do that, but any “new and improved” SINCs for SLictionary or its sister products would build on top of what the STAS protocol already created.”
Centi: Swiss Franc stablecoin and wallet
Currently, the only stablecoin running on STAS is Centi’s CHFF —a Swiss Franc token available in the company’s native Switzerland. However, Centi also uses STAS for several other wallet-related functions.
“STAS offers libraries and an SDK,” said Centi General Manager Bernhard Müller. “However, we have worked very closely with industry partners to get all the functionalities we do with STAS-20 – which is: issue, redeem, send, receive, multi-send, scan private keys for tokens and sweep them, allow invoicing and invoice settlement, ticketing, vouchers, promotional currencies and of course our stablecoin the Centi Franc.”
As an electronic payments service and stablecoin issuer, Centi must ensure all transactions are secure and comply with regulatory requirements. The company considers zero-risk of counterfeiting, fully digital accounting, and regulatory compliance very carefully with every technology choice it makes. It then compares its choice to any other electronic means of payment widely accepted today.
BSV and STAS tokens (which are essentially BSV activated through a smart contract) can be technically and legally used as electronic cash, so long as any tokens issued are themselves legal.
“In essence, it is the nature of the STAS token which is so close to the nature of the BSV (units)themselves. The simplicity, and control over it only by miners, and no other oracles or other services. It allows for non-discretion transactions.”
Tokkeni: tokens for ‘gamifying’ business activities
The business-oriented Tokkeni platform uses STAS tokens for loyalty programs, consumer rewards, and competitions. Founder and CTO Razvan Petre said when Tokkeni first launched two and a half years ago, STAS “was the only option that made sense”. Relysia’s “Blockchain-as-a-Service” (BaaS) solution and APIs helped with the decision.
“On our side we stayed blockchain agnostic; we are interacting with a REST API from Relysia. This simplification allowed us to focus on developing business use cases and stay away from the blockchain specifics,” Petre said.
“Right now, we’ve reached a point where Tokkeni has matured, and the app is functional and works quite nicely. We are looking for businesses that want to try our solution, as well as that we are keen to talk to possible investors.”
Once again, whether developers choose STAS or another token protocol will depend on their specific conditions and use-case goals. For some, requiring an external token-tracking database is an issue, and for others it’s not a big deal. The important thing is that BSV offers multiple great choices for token protocols, and all can handle massive transaction volumes on its unboundedly scaling blockchain network.
Watch: GAP600 stablecoin is coming, and it’s built on STAS token protocol