
How firms put Bitcoin 'sats' to work as versatile digital tokens
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
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="">
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Geeky Gadgets
an hour ago
- Geeky Gadgets
How to Sell AI Agents and Automations in 2025
What if you could not only survive but thrive in the competitive world of selling AI agents—doubling your profits in just one year? Bold claim? Maybe. But consider this: in 2025, industries like technology, healthcare, and renewable energy are currently exploding with demand for specialized AI agent building skills and expertise. The question is, will your business be ready to capitalize on these opportunities, or will you be left scrambling to keep up? Success in this fast-evolving market isn't about working harder—it's about working smarter. By refining your strategies, embracing innovative tools, and aligning with high-growth sectors, you can position yourself to dominate the agent market like never before. In this step-by-step overview from AI Foundations, you'll uncover the exact strategies to achieve this ambitious goal. From crafting personalized sales pitches that resonate with your target audience to using data analytics tools that predict market trends, this guide will equip you with actionable insights to transform your approach. But that's not all—you'll also learn how to strengthen client relationships, streamline operations, and adapt to shifting consumer behaviors. Each section builds on the last, creating a roadmap for sustainable growth. Ready to rethink what's possible for your business in 2025? Let's explore how to turn potential into profit. Doubling Profits in 2025 Refining Sales Strategies for Maximum Impact To achieve substantial profit growth, it is essential to refine your sales strategies to align with the specific demands of the agent market. Begin by thoroughly understanding your target audience. Segment your market based on key factors such as industry, company size, and geographic location. This segmentation allows you to craft personalized sales pitches that resonate with potential clients and address their unique needs. Adopting consultative selling techniques can further enhance your approach. Instead of focusing solely on selling a product, prioritize solving your clients' challenges. This approach builds trust, demonstrates the value of your offerings, and increases the likelihood of closing deals. Additionally, it fosters long-term relationships, which are critical for sustained profitability. Focusing on High-Growth Sectors Certain industries are expected to experience rapid growth in 2025, presenting lucrative opportunities for selling AI agents. Sectors such as technology, healthcare, and renewable energy are projected to demand specialized sales expertise. By analyzing market trends, you can identify these high-growth areas and allocate your resources strategically. Concentrating your efforts on these sectors ensures that your business focuses on opportunities with the highest potential for returns. This targeted approach prevents resource dilution, allowing you to maximize profitability while staying ahead of competitors. Strategies for Thriving in the Competitive AI Agent Market Watch this video on YouTube. Here are additional guides from our expansive article library that you may find useful on AI Agents. Harnessing the Power of Technology and Data Using technology is essential for optimizing sales performance and driving profit growth. Advanced data analytics tools can provide valuable insights into customer behavior, market trends, and sales patterns. These insights enable you to make informed decisions, such as identifying high-value clients or predicting future demand. Implementing customer relationship management (CRM) systems is another critical step. CRMs streamline sales processes, improve team organization, and enhance client interactions. Additionally, automation tools can handle repetitive tasks, freeing up your team to focus on building relationships and closing deals. By integrating these technologies, you can improve efficiency and gain a competitive edge. Strengthening Client Relationships Building and maintaining strong client relationships is fundamental to achieving sustained profitability. Prioritize excellent customer service and maintain consistent communication to foster trust and loyalty. Regularly check in with clients to address their evolving needs and offer tailored solutions that demonstrate your commitment to their success. Providing value-added services, such as training or ongoing support, can further solidify these relationships. Satisfied clients are more likely to remain loyal and refer your business to others, helping you expand your customer base without incurring significant marketing costs. A client-centric approach ensures long-term growth and stability for your business. Streamlining Operations for Efficiency Operational efficiency plays a pivotal role in improving profitability. Begin by evaluating your current processes to identify inefficiencies or areas of resource wastage. Implementing technology solutions, such as workflow automation or inventory management systems, can reduce overhead costs and enhance productivity. Investing in team training is equally important. A well-trained team ensures that every aspect of your operation contributes to your profitability goals. By streamlining operations and empowering your workforce, you can create a more efficient and effective business model. Adapting to Market Trends and Consumer Behavior The AI agents sales landscape in 2025 will be shaped by evolving market trends and changing consumer preferences. Staying ahead of these changes is crucial for maintaining competitiveness. For example, the growing preference for digital interactions requires your sales team to be proficient in virtual communication tools. Additionally, the increasing emphasis on sustainability among consumers presents an opportunity to differentiate your offerings. Highlighting eco-friendly aspects of your products or services can give you a competitive edge. By aligning your business with these trends, you can meet customer expectations and capitalize on emerging opportunities. Innovating Your Product Offerings Continuous innovation is essential for staying competitive in the dynamic selling agent market. Regularly gather feedback from clients to identify areas for improvement and invest in research and development to stay ahead of industry trends. Innovation not only helps you meet the changing needs of your clients but also sets your business apart from competitors. Offering solutions that deliver exceptional value positions your business as a leader in the market. By consistently enhancing your product offerings, you can attract new clients and retain existing ones, making sure long-term success. Achieving Sustainable Growth Doubling your profits in 2025 requires a comprehensive approach that combines strategic planning, technological integration, and a customer-focused mindset. By refining your sales strategies, targeting high-growth sectors, using data analytics, and strengthening client relationships, you can position your business for success. Streamlining operations, adapting to market trends, and innovating your product offerings will further ensure your competitiveness in an ever-changing landscape. By implementing these strategies, you can unlock your business's full potential and achieve sustainable growth in the years ahead. Media Credit: AI Foundations Filed Under: AI, Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


Telegraph
13 hours ago
- Telegraph
Labour spends £35k on pub beer mats to boast about minimum wage rise
Labour spent more than £35,000 of taxpayer cash on beer mats in pubs advertising the increase to the national minimum wage, a minister has admitted. The Government sent out promotional material to pubs across the country to tell workers that the minimum wage and national living wage were going up. Justin Madders, the employment minister, rationalised the £35,580 expense as he said the beer mats offered a 'unique opportunity to engage audiences in a social, high-dwell environment where financial conversations naturally occur'. The red and pale blue beer mats were government-branded and said: 'Millions got a pay rise.' 'National minimum and living wages went up on 1st April', it added, and displayed a barcode for customers to scan for details on how to 'make sure you're getting paid correctly'. The employment minister responded to a written question by Richard Holden, the shadow paymaster general, about the cost of the drink mats. He said: 'The cost to advertise in pubs using beer mats was £35,580, which was approved at official level.' He confirmed that the advertising push was approved by the Cabinet Office, and came out of the 2025 National Minimum Wage and National Living Wage campaign budget of £650,000. He added: 'The 2024 campaign saw an increase in reach to eligible workers. However, recognition remained low, reinforcing the need for bolder, more engaging formats for the 2025 campaign, which expected to deliver an estimated 3.2 million impressions. 'It offered a unique opportunity to engage audiences in a social, high-dwell environment where financial conversations naturally occur. 'This setting encourages discussion and word-of-mouth sharing about rate changes and offers an effective nudge for audiences to 'check their pay'.' 'We will be ruthless' Sir Keir Starmer and Rachel Reeves have both pledged a war on waste in Whitehall, with the Government having taken such moves as freezing government credit cards and abolishing NHS England. The Prime Minister said in October: 'We will also be ruthless in clamping down on government waste, just as we will be ruthless on clamping down on tax avoidance ', emphasising the intention to show so the British people that 'every penny counts'. He added: 'Every single person in this country had to do that during the cost-of-living crisis and government must be no different.' The national living wage for those aged 21 and over rose from £11.44 per hour to £12.21 per hour, an increase of 6.7 per cent. The national minimum wage for those between 18 and 20 went up from £8.60 to £10 per hour, a 16.3 per cent boost. The Government has also begun to name and shame firms that do not pay their workers the appropriate wages, demanding they pay back what they owe and in some instances a further financial penalty.

Finextra
15 hours ago
- Finextra
PitchBook: AI disruption rises, VC optimism cools in H1 2025
The latest PitchBook survey finds that venture capital investors are making "strategic adjustments as they navigate geopolitical uncertainty and technological transition." 0 This content has been selected, created and edited by the Finextra editorial team based upon its relevance and interest to our community. 52% of VC investors are expecting major changes in the sector this year, up from 32% in late 2024, according to PitchBook's H1 2025 VC Tech Survey. The rise is driven by technologies such as automated underwriting and generative AI copilots. However, adoption hurdles remain, with nearly half of respondents citing unclear use cases, followed by skills shortages and high implementation costs. Regulatory concerns, meanwhile, have eased, falling from 55% to 39%. Despite macroeconomic uncertainty, fintech remains one of the top sectors for growth capital, attracting 38% of allocations. Still, investor caution is rising. 34% are scrutinising deals more closely, 44% are pausing investments for clarity, and 25% are pulling back from international opportunities amid renewed trade tensions. The broader fundraising outlook has cooled, with only 38% of respondents expecting a rise in VC funding this year, a decrease from 58% in H2 2024. Liquidity expectations are also more conservative, with fewer anticipating exit improvements. As AI capabilities mature and geopolitical risks reshape capital flows, fintech startups are under growing pressure to deliver clear value and defensible AI strategies to stand out in a more selective market.