Binance Square
Binnoreen
31 Publications

Binnoreen

Web3 Advocate||Web 3 content creator|| passionate about crypto adoption||thread writer||MOD||Certified Crypto Trader @BitkovaHub||intern @TrustChain0||
Ouvert au trading
Trade occasionnellement
2.7 an(s)
94 Suivis
45 Abonnés
16 J’aime
Publications
Portefeuille
PINNED
·
--
Article
STON.fi : à l’intérieur du principal DEX AMM de TONUne analyse fondée sur des preuves de l’AMM, de l’architecture de liquidité, d’Omniston, de la gouvernance, de la sécurité et des données qui sous-tendent la position de STON.fi sur TON. Sur une bourse décentralisée, l’action la plus visible est simple : un utilisateur choisit un jeton, en sélectionne un autre, saisit un montant et appuie sur Swap. Derrière ce bouton, cependant, se cache un système nettement plus complexe. La liquidité doit être disponible. Les prix doivent être calculés. Les contrats intelligents doivent coordonner la transaction. Les fournisseurs de liquidité doivent recevoir leur part des frais. Le système doit protéger les utilisateurs contre des mouvements de prix excessifs, tandis que les développeurs ont besoin d’une infrastructure capable de prendre en charge des milliers d’actifs différents.

STON.fi : à l’intérieur du principal DEX AMM de TON

Une analyse fondée sur des preuves de l’AMM, de l’architecture de liquidité, d’Omniston, de la gouvernance, de la sécurité et des données qui sous-tendent la position de STON.fi sur TON.
Sur une bourse décentralisée, l’action la plus visible est simple : un utilisateur choisit un jeton, en sélectionne un autre, saisit un montant et appuie sur Swap.
Derrière ce bouton, cependant, se cache un système nettement plus complexe.
La liquidité doit être disponible. Les prix doivent être calculés. Les contrats intelligents doivent coordonner la transaction. Les fournisseurs de liquidité doivent recevoir leur part des frais. Le système doit protéger les utilisateurs contre des mouvements de prix excessifs, tandis que les développeurs ont besoin d’une infrastructure capable de prendre en charge des milliers d’actifs différents.
Voir la traduction
good explanation
good explanation
Web3 Haidar
·
--
RFQ and HTLC Explained: How Cross-Chain Swaps Actually Work
I have written a lot of articles covering Omniston, STON.fi cross-chain, and STON.fi in general.

One of the terms I have used most often is RFQ.

Another one is HTLC

I've explained them several times while discussing how Omniston handles cross-chain swaps, but there is one problem: if you don't already understand what happens behind the scenes, RFQ and HTLC can sound like nothing more than two complicated crypto acronyms.

They are not.

In simple terms, RFQ helps determine how a cross-chain swap should be executed, while HTLC provides a mechanism for coordinating the exchange between two separate blockchains.

But how exactly do they work together?

And what happens between the moment you click Swap and the moment your assets arrive on another blockchain?

Let's break it down.

❑ Why Cross-Chain Swaps Need More Than a Swap Button

A normal token swap is relatively straightforward when both assets exist on the same blockchain.

A user provides one asset, a liquidity source provides another, and the transaction can be settled within the same network.

Cross-chain swaps introduce another problem.

Suppose you want to swap TON for an asset on Ethereum. TON and Ethereum are independent blockchains. They do not share one native transaction state, so a transaction on TON cannot simply tell Ethereum that something happened and expect Ethereum to treat it as part of the same transaction.

The system therefore has to solve two separate problems.

First, it needs to find someone capable of providing the asset on the destination chain.

Second, it needs to coordinate the exchange so that one side is not left with an incomplete trade if something goes wrong.

This is where two concepts become important:

RFQ for finding the execution offer.
HTLC for conditional settlement.

They solve different parts of the same problem.

❑ RFQ: Asking the Market Who Can Execute Your Swap

RFQ stands for Request for Quote.

The easiest way to understand it is to imagine that you want to exchange a large amount of currency.

Instead of walking into one dealer and accepting whatever price they give you, you could ask several dealers:

"I want to exchange this amount. What can you offer me?"

That is essentially the idea behind an RFQ system.

A swap request can contain information such as the assets involved, the amount, the requested output, timing requirements, and settlement information.

Liquidity providers can then respond with quotes describing what they are willing to execute.

In Omniston, these liquidity providers are called resolvers.

The important part is that RFQ is not the mechanism that settles the swap.

It is primarily about discovering an executable offer.

The basic flow is:

1. A user submits a swap request.
2. Resolvers receive the request.
3. Resolvers return executable quotes.
4. An appropriate quote is selected.
5. The trade moves into settlement and execution.

So when you see "RFQ" in a cross-chain swap explanation, think:

"Who can execute this trade, and under what terms?"

❑ The Resolver: The Counterparty Behind the Quote

Understanding resolvers makes the RFQ model much easier to understand.

A resolver is a service that provides exchange rates and participates in executing trades. In a cross-chain route, the resolver can also provide the liquidity needed on the destination blockchain.

This is different from a traditional bridge.

A bridge generally focuses on moving or representing assets between networks. A resolver in an RFQ-based swap system is acting more like a professional market maker or liquidity provider that can fulfill a particular trade.

Think of it this way:

RFQ: Asking several dealers for an executable offer
Resolver: The dealer capable of filling the order 
Quote: The terms offered for the trade 

If several resolvers respond, the system can evaluate the available quotes and select the appropriate one.

But finding a resolver is only half of the problem.

You still need to settle the trade.

❑ RFQ Finds the Deal. But How Do You Settle It?

Imagine that you agree to a cross-chain trade.

You provide TON on the source chain.

The resolver promises to provide ETH on Ethereum.

Now consider what happens if you send your TON first but the resolver never delivers the ETH.

Or the resolver locks ETH but you never complete your side.

A price quote cannot solve that problem.

The system needs a way to make the two sides of the transaction conditional on the same event.

This is where HTLC comes in.

❑ HTLC: A Lock With a Secret and a Deadline

HTLC stands for Hash Time-Locked Contract.

The name sounds complicated, but it describes two simple mechanisms.

The first is a hashlock.

A secret is generated, and a cryptographic hash of that secret is used as part of the condition. Someone who knows the original secret, called the preimage, can satisfy the hash condition.

The second is a timelock.

The contract also contains a time-based condition. If the required action does not happen within the relevant period, the refund path becomes available.

A simple analogy is a safe that requires a specific password to open, but also has an expiry condition.

You can think of it as:

Hashlock = "You need the right secret."
Timelock = "You only have a certain amount of time."

Together, they create a conditional lock.

❑ Why Two HTLCs Are Needed

For a cross-chain atomic swap, one HTLC is not enough.

You need linked conditions on both sides of the trade.

For example, imagine a user is exchanging TON on the source chain for an asset on Ethereum.

One HTLC can hold the user's source-side asset, while another holds the resolver's destination-side asset.

Both sides use the same hashlock.

The important relationship is:

Source-side HTLC ↔ Destination-side HTLC

The same secret connects the two.

When the secret is revealed through the appropriate claim process, it can be used to satisfy the corresponding condition on the other side.

If the required settlement does not happen, the relevant timelock eventually makes the refund path available.

This is the foundation of the all-or-refund design used by HTLC-based atomic swaps.

❑ What Actually Happens When You Click "Swap"?

Now let's put everything together.

Imagine you are swapping an asset on TON for an asset on another supported blockchain.

1. You submit the swap request

The application creates an RFQ describing what you want to trade.

It contains the relevant assets, amounts, and execution requirements.

2. Resolvers respond

Resolvers receive the request and provide executable quotes.

Each quote describes what that resolver is prepared to execute.

3. A quote is selected

The system selects the relevant quote according to the available execution conditions.

At this point, RFQ has done its primary job.

The system has found an execution offer.

4. The cross-chain order begins

The trade moves into its settlement phase.

The source-side assets enter the appropriate settlement process, while the resolver prepares the destination-side liquidity.

5. The two sides are conditionally linked

For the HTLC-based cross-chain flow, the source and destination sides are connected through the same hashlock.

The resolver provides the destination-side liquidity required for the trade.

6. The secret is revealed

Once the relevant settlement condition is satisfied, the secret can be disclosed.

That secret allows the appropriate party to claim the assets locked for them.

7. Both sides settle

The user receives the destination asset.

The resolver receives the source asset.

The two sides are therefore connected through the same cryptographic condition rather than relying on a simple promise that the other party will complete the trade.

8. If the trade does not complete

If the required settlement condition is not fulfilled before the relevant timeout, the refund path becomes available according to the settlement rules.

This is an important distinction.

The system is not saying that every swap must succeed.

A failed swap can be a valid outcome if the assets can be recovered through the designed timeout and refund mechanism.

❑ RFQ and HTLC Are Not Competitors

This is probably the easiest way to remember everything.

RFQ - Finds executable liquidity and trade terms
Resolver | Provides liquidity and executes the route 
HTLC - Coordinates conditional cross-chain settlement 
Omniston - Connects these components into a cross-chain execution system

So asking whether RFQ or HTLC is "better" does not really make sense.

They operate at different layers.

RFQ solves the execution discovery problem.
HTLC solves a conditional settlement problem.

You need to understand both to understand the architecture.

❑ Where Omniston Fits Into the Picture

This is where the concepts connect to a real implementation.

Omniston began as a liquidity aggregation system on TON and evolved toward a broader cross-chain execution model.

Its architecture separates the process of requesting quotes from the actual settlement of the trade.

For cross-chain routes, the model involves RFQs, resolvers, quote selection, and cross-chain settlement.

In the HTLC-based model, the source-side and destination-side legs are coordinated through paired HTLCs.

That means Omniston is not simply "an HTLC."

It is the broader execution layer connecting the different components required to make the swap happen.

A simplified way to look at the architecture is:

User → RFQ → Resolvers → Quotes → Selected execution → Cross-chain settlement → Destination asset

For the HTLC-based cross-chain path, the settlement stage then connects the source and destination sides through the shared hashlock and their respective timeout conditions.

This distinction matters because RFQ and HTLC are not two competing technologies inside Omniston. They operate at different stages of the execution process.

❑ What Happens When Something Goes Wrong?

Understanding failure is just as important as understanding success.

If no resolver provides a suitable executable quote, the trade does not need to proceed.

If execution begins but the required settlement conditions are not satisfied, the relevant timeout mechanisms can eventually make the refund path available.

And if everything works as intended, the secret connects the two sides and the respective participants claim their assets.

This is also why it is important not to interpret "atomic" as meaning "nothing can ever go wrong."

Atomic settlement describes how the two sides are conditionally linked.

The overall system still depends on things such as blockchain availability, correct contract logic, appropriate timeout configuration, transaction execution, and the availability of liquidity.

The strength of the mechanism is that a failed execution can have a defined recovery path rather than simply leaving the two sides permanently dependent on each other.

❑ Why This Is Different From Simply Bridging an Asset

It is useful to distinguish a cross-chain swap from the traditional bridge model.

A traditional bridge can involve locking an asset on one network and creating or representing an asset on another network.

An atomic cross-chain swap instead coordinates an exchange between assets on separate chains.

Omniston's cross-chain architecture uses resolvers to provide destination-side liquidity and uses cross-chain settlement mechanisms to coordinate the transaction.

That is why understanding the resolver is just as important as understanding the HTLC.

❑ The Part That Often Gets Oversimplified

HTLCs are powerful, but they are not magic.

Saying that a cross-chain swap is "atomic" does not mean that every attempted transaction will always succeed or that every possible risk disappears.

The mechanism still depends on the underlying blockchains, smart contracts, timeout configuration, transaction execution, and the availability of the participating liquidity provider.

There is also an important distinction between automatic success and recoverability.

If the conditions required for the trade are not fulfilled, the timelock can make a refund path available. Depending on the implementation and stage of settlement, that recovery can require the appropriate on-chain claim or refund transaction.

So the useful mental model is not:

"HTLC means nothing can go wrong."

It is:

"HTLC creates conditional settlement rules that connect the two sides and provide a timeout-based recovery path if the required condition is not fulfilled."

That is a much more accurate way to understand the technology.

❑ Two Acronyms, Two Different Jobs

Once you understand RFQ and HTLC, cross-chain swaps become much easier to reason about.

There are several different problems being solved at once.

RFQ finds the execution offer.
Resolvers provide liquidity and execute the route.
HTLC provides conditional settlement between independent chains.

And Omniston connects these pieces into a cross-chain execution flow.

The next time you see RFQ and HTLC mentioned in a cross-chain swap explanation, you don't have to treat them as two more crypto acronyms to memorize.

Just remember:

RFQ finds the deal.
The resolver provides the liquidity.
HTLC connects the settlement conditions.

And that is what happens behind the swap button.
Article
Un seul swap. À travers les chaînes : ce que STON.fi construit réellement Le DeFi inter-chaînes demande souvent aux utilisateurs de comprendre trop d’infrastructures. Sur quelle chaîne êtes-vous ? Avez-vous besoin d’un pont ? Quel actif arrive de l’autre côté ? D’où vient la liquidité ? Que se passe-t-il si quelque chose échoue ? La campagne « Un seul swap. À travers les chaînes » de STON.fi est conçue autour d’une expérience utilisateur plus simple, mais la campagne elle-même est plus qu’un programme de récompenses. C’est aussi une couche d’onboarding pour le produit inter-chaînes de STON.fi, propulsé par Omniston. La question importante n’est donc pas seulement « Que puis-je gagner ? »

Un seul swap. À travers les chaînes : ce que STON.fi construit réellement


Le DeFi inter-chaînes demande souvent aux utilisateurs de comprendre trop d’infrastructures.
Sur quelle chaîne êtes-vous ? Avez-vous besoin d’un pont ? Quel actif arrive de l’autre côté ? D’où vient la liquidité ? Que se passe-t-il si quelque chose échoue ?
La campagne « Un seul swap. À travers les chaînes » de STON.fi est conçue autour d’une expérience utilisateur plus simple, mais la campagne elle-même est plus qu’un programme de récompenses. C’est aussi une couche d’onboarding pour le produit inter-chaînes de STON.fi, propulsé par Omniston.
La question importante n’est donc pas seulement « Que puis-je gagner ? »
Article
Voir la traduction
xStocks on TON: What Actually Changes When a Stock Becomes a Jetton? A token such as AAPLx can look like an Apple stock position inside a TON wallet. But technically and legally, that description is incomplete. The important question is not simply whether a stock can be placed on a blockchain. It is what exactly the token represents, who stands behind it, and what happens between the traditional asset and the token in your wallet. xStocks provide a useful case study because they connect traditional-market exposure with TON's DeFi infrastructure. ❑ The ticker in your wallet is not the stock itself xStocks are issued by Backed Assets (JE) Limited, not STON.fi. Backed's current legal documentation classifies its products as certificates tracking an underlying asset, under Swiss law. That distinction matters. Holding an xStock does not give the holder the same legal position as directly owning the underlying company's ordinary shares. The token represents exposure through a regulated tracker-certificate structure. So the simplified relationship is: Underlying security → regulated certificate → blockchain representation → TON Jetton STON.fi is involved at the DeFi infrastructure layer, not as the issuer. ❑ Follow the asset backwards from TON STON.fi's technical explanation describes the structure as a series of layers. Backed creates the regulated product against the underlying asset, while custodians hold the relevant traditional-market positions. The product is represented by blockchain tokens, which can then appear on TON as Jettons. A TON wallet therefore contains the on-chain representation, while the underlying financial assets remain within the traditional custody structure. This is what makes the term "self-custody" more nuanced than it first appears. You control the TON Jetton through your wallet keys. You do not personally hold the underlying Apple, Tesla or ETF shares in that wallet. ❑ What does "1:1 backed" actually mean? Backed and STON.fi describe xStocks as being backed 1:1 by the corresponding underlying assets held with regulated custodians. This should not be interpreted as "one token equals one ordinary share in every legal respect." Instead, the important claim is that the tokenized certificate is collateralized against the corresponding underlying position. That creates another layer of trust beyond the blockchain itself: the issuer, custodians, legal structure and reserve-monitoring system all matter. ❑ Proof of reserves adds an on-chain verification layer This is where tokenization becomes particularly interesting. STON.fi says Backed uses Chainlink Proof of Reserve to connect information about off-chain collateral with on-chain data. The mechanism is designed to allow users and protocols to compare the amount of tokens in circulation with reported underlying reserves. But proof of reserves is not the same thing as eliminating risk. It does not automatically eliminate issuer risk, custodian failure, smart-contract vulnerabilities, legal disputes or regulatory restrictions. STON.fi itself acknowledges market, issuer, custodian, smart-contract and regulatory risks and warns that investors can lose part or all of their investment. In other words, PoR provides another verification layer. It is not a guarantee. ❑ Where STON.fi actually fits STON.fi explicitly states that it does not issue, sell or distribute xStocks and does not act as a broker, dealer, exchange or investment adviser. It describes its role as non-custodial infrastructure on TON that can route swaps into xStocks. This distinction is important because several different entities perform different jobs: Backed: issues the tracker certificates. Custodians: hold the underlying traditional-market assets. TON: provides the blockchain environment. STON.fi/Omniston: provides swap-routing and execution infrastructure. Confusing these roles would give readers the wrong picture of how the system works. ❑ Why xStocks use a different liquidity mechanism Traditional AMMs depend on public liquidity pools. But STON.fi says xStocks were the first assets to use its escrow execution layer inside Omniston, allowing swaps to access resolver-priced OTC liquidity rather than relying solely on public AMM pools. The simplified difference is: AMM: trade against publicly supplied pool liquidity. Resolver/escrow: obtain a quoted route from a liquidity provider and settle the transaction through an escrow contract. The escrow model allows direct asset-to-asset execution and on-chain settlement without requiring STON.fi itself to operate an xStock liquidity pool. STON.fi's current xStocks page explicitly says it does not operate xStock trading pairs or liquidity pools. ❑ The 24/7 question is more complicated than it sounds A blockchain can process transactions around the clock. The underlying stock market cannot. That creates an important distinction between blockchain availability and traditional-market price discovery. STON.fi promotes 24/7 access to xStocks, but users should understand that the underlying securities still belong to traditional financial markets with their own trading hours and market structure. This makes liquidity, pricing and market conditions important considerations when traditional markets are closed. ❑ What happens to dividends? xStocks do not simply reproduce the normal dividend-payment experience of a brokerage account. STON.fi says dividend treatment is determined by Backed and that, under the Backed Base Prospectus, dividend payouts are automatically reinvested into additional tokens. On TON, this is reflected through Scaled UI Jettons (TEP-526). STON.fi itself does not distribute the dividends. ❑ The restrictions remain It would therefore be misleading to describe xStocks as completely permissionless global stocks. STON.fi currently lists restrictions for residents or citizens of the United States, EU/EEA countries, the United Kingdom, Canada, Australia, Belgium and other jurisdictions where tokenized securities are restricted or prohibited. Older STON.fi material described access without brokerage accounts or KYC, but the current documentation emphasizes eligibility requirements. The safer conclusion is that self-custody does not mean the removal of financial regulation. ❑ The bigger RWA question xStocks illustrate what tokenization actually changes. The blockchain can make an investment instrument transferable through a wallet, composable with DeFi infrastructure and available through blockchain-based settlement. But tokenization does not make the underlying financial system disappear. The issuer still matters. The custodian still matters. The legal structure still matters. The underlying market still matters. And the token still carries technical and regulatory risks. That is arguably the most important lesson from xStocks on TON: putting an asset on-chain changes how it can be accessed and used, but it does not erase the institutions, legal claims and risks behind the asset. For readers evaluating tokenized RWAs, the useful question is therefore not simply "Is this a stock on-chain?" It is: "What legal instrument am I holding, what backs it, who controls the underlying assets, and what exactly can I verify on-chain?" That is where the real substance of tokenized assets begins. ❑ References Official Sources STON.fixStocks https://ston.fi/xstocks How xStocks Actually Work https://blog.ston.fi/how-xstocks-actually-work-from-real-world-asset-to-ton-jetton/ Escrow Swaps and Omniston https://blog.ston.fi/escrow-swaps-a-new-execution-layer-inside-omniston/ xStocks: Explore the Tokenized Market https://blog.ston.fi/xstocks-explore-tokenized-market/ Proof of Reserves https://blog.ston.fi/proof-of-reserves-why-on-chain-checks-matter-more-than-glossy-decks/ Backed Legal Documentation https://assets.backed.fi/legal-documentation Backed Service Providers https://assets.backed.fi/legal-documentation/service-providers Backed Products https://assets.backed.fi/products xStocks Official Website https://xstocks.fi/ xStocks Proof of Reserves https://defi.xstocks.fi/proof-of-reserve STON.fi Stonbassadors https://ston.fi/stonbassadors Research and Technical Sources Chainlink Proof of Reserve https://chain.link/proof-of-reserve Chainlink Tokenized Stocks Explained https://chain.link/education-hub/tokenized-stocks-equities-explained Primary Social Sources STON.fi on X https://x.com/ston_fi STON.fi Blog https://blog.ston.fi/ Community Sources STON.fi Reddit Community https://www.reddit.com/r/Stonfiers/ STON.fi Telegram Community https://t.me/stonfidex

xStocks on TON: What Actually Changes When a Stock Becomes a Jetton?

A token such as AAPLx can look like an Apple stock position inside a TON wallet. But technically and legally, that description is incomplete.
The important question is not simply whether a stock can be placed on a blockchain. It is what exactly the token represents, who stands behind it, and what happens between the traditional asset and the token in your wallet.
xStocks provide a useful case study because they connect traditional-market exposure with TON's DeFi infrastructure.
❑ The ticker in your wallet is not the stock itself
xStocks are issued by Backed Assets (JE) Limited, not STON.fi. Backed's current legal documentation classifies its products as certificates tracking an underlying asset, under Swiss law.
That distinction matters.
Holding an xStock does not give the holder the same legal position as directly owning the underlying company's ordinary shares. The token represents exposure through a regulated tracker-certificate structure.
So the simplified relationship is:
Underlying security → regulated certificate → blockchain representation → TON Jetton
STON.fi is involved at the DeFi infrastructure layer, not as the issuer.
❑ Follow the asset backwards from TON
STON.fi's technical explanation describes the structure as a series of layers. Backed creates the regulated product against the underlying asset, while custodians hold the relevant traditional-market positions. The product is represented by blockchain tokens, which can then appear on TON as Jettons.
A TON wallet therefore contains the on-chain representation, while the underlying financial assets remain within the traditional custody structure.
This is what makes the term "self-custody" more nuanced than it first appears.
You control the TON Jetton through your wallet keys. You do not personally hold the underlying Apple, Tesla or ETF shares in that wallet.
❑ What does "1:1 backed" actually mean?
Backed and STON.fi describe xStocks as being backed 1:1 by the corresponding underlying assets held with regulated custodians.
This should not be interpreted as "one token equals one ordinary share in every legal respect."
Instead, the important claim is that the tokenized certificate is collateralized against the corresponding underlying position.
That creates another layer of trust beyond the blockchain itself: the issuer, custodians, legal structure and reserve-monitoring system all matter.
❑ Proof of reserves adds an on-chain verification layer
This is where tokenization becomes particularly interesting.
STON.fi says Backed uses Chainlink Proof of Reserve to connect information about off-chain collateral with on-chain data. The mechanism is designed to allow users and protocols to compare the amount of tokens in circulation with reported underlying reserves.
But proof of reserves is not the same thing as eliminating risk.
It does not automatically eliminate issuer risk, custodian failure, smart-contract vulnerabilities, legal disputes or regulatory restrictions. STON.fi itself acknowledges market, issuer, custodian, smart-contract and regulatory risks and warns that investors can lose part or all of their investment.
In other words, PoR provides another verification layer. It is not a guarantee.
❑ Where STON.fi actually fits
STON.fi explicitly states that it does not issue, sell or distribute xStocks and does not act as a broker, dealer, exchange or investment adviser. It describes its role as non-custodial infrastructure on TON that can route swaps into xStocks.
This distinction is important because several different entities perform different jobs:
Backed: issues the tracker certificates.
Custodians: hold the underlying traditional-market assets.
TON: provides the blockchain environment.
STON.fi/Omniston: provides swap-routing and execution infrastructure.
Confusing these roles would give readers the wrong picture of how the system works.
❑ Why xStocks use a different liquidity mechanism
Traditional AMMs depend on public liquidity pools. But STON.fi says xStocks were the first assets to use its escrow execution layer inside Omniston, allowing swaps to access resolver-priced OTC liquidity rather than relying solely on public AMM pools.
The simplified difference is:
AMM: trade against publicly supplied pool liquidity.
Resolver/escrow: obtain a quoted route from a liquidity provider and settle the transaction through an escrow contract.
The escrow model allows direct asset-to-asset execution and on-chain settlement without requiring STON.fi itself to operate an xStock liquidity pool. STON.fi's current xStocks page explicitly says it does not operate xStock trading pairs or liquidity pools.
❑ The 24/7 question is more complicated than it sounds
A blockchain can process transactions around the clock.
The underlying stock market cannot.
That creates an important distinction between blockchain availability and traditional-market price discovery.
STON.fi promotes 24/7 access to xStocks, but users should understand that the underlying securities still belong to traditional financial markets with their own trading hours and market structure.
This makes liquidity, pricing and market conditions important considerations when traditional markets are closed.
❑ What happens to dividends?
xStocks do not simply reproduce the normal dividend-payment experience of a brokerage account.
STON.fi says dividend treatment is determined by Backed and that, under the Backed Base Prospectus, dividend payouts are automatically reinvested into additional tokens. On TON, this is reflected through Scaled UI Jettons (TEP-526).
STON.fi itself does not distribute the dividends.
❑ The restrictions remain
It would therefore be misleading to describe xStocks as completely permissionless global stocks.
STON.fi currently lists restrictions for residents or citizens of the United States, EU/EEA countries, the United Kingdom, Canada, Australia, Belgium and other jurisdictions where tokenized securities are restricted or prohibited.
Older STON.fi material described access without brokerage accounts or KYC, but the current documentation emphasizes eligibility requirements.
The safer conclusion is that self-custody does not mean the removal of financial regulation.
❑ The bigger RWA question
xStocks illustrate what tokenization actually changes.
The blockchain can make an investment instrument transferable through a wallet, composable with DeFi infrastructure and available through blockchain-based settlement.
But tokenization does not make the underlying financial system disappear.
The issuer still matters.
The custodian still matters.
The legal structure still matters.
The underlying market still matters.
And the token still carries technical and regulatory risks.
That is arguably the most important lesson from xStocks on TON: putting an asset on-chain changes how it can be accessed and used, but it does not erase the institutions, legal claims and risks behind the asset.
For readers evaluating tokenized RWAs, the useful question is therefore not simply "Is this a stock on-chain?"
It is:
"What legal instrument am I holding, what backs it, who controls the underlying assets, and what exactly can I verify on-chain?"
That is where the real substance of tokenized assets begins.
❑ References
Official Sources
STON.fixStocks
https://ston.fi/xstocks
How xStocks Actually Work
https://blog.ston.fi/how-xstocks-actually-work-from-real-world-asset-to-ton-jetton/
Escrow Swaps and Omniston
https://blog.ston.fi/escrow-swaps-a-new-execution-layer-inside-omniston/
xStocks: Explore the Tokenized Market
https://blog.ston.fi/xstocks-explore-tokenized-market/
Proof of Reserves
https://blog.ston.fi/proof-of-reserves-why-on-chain-checks-matter-more-than-glossy-decks/
Backed Legal Documentation
https://assets.backed.fi/legal-documentation
Backed Service Providers
https://assets.backed.fi/legal-documentation/service-providers
Backed Products
https://assets.backed.fi/products
xStocks Official Website
https://xstocks.fi/
xStocks Proof of Reserves
https://defi.xstocks.fi/proof-of-reserve
STON.fi Stonbassadors
https://ston.fi/stonbassadors
Research and Technical Sources
Chainlink Proof of Reserve
https://chain.link/proof-of-reserve
Chainlink Tokenized Stocks Explained
https://chain.link/education-hub/tokenized-stocks-equities-explained
Primary Social Sources
STON.fi on X
https://x.com/ston_fi
STON.fi Blog
https://blog.ston.fi/
Community Sources
STON.fi Reddit Community
https://www.reddit.com/r/Stonfiers/
STON.fi Telegram Community
https://t.me/stonfidex
STON.fi passe en inter-chaînes : que se passe-t-il vraiment lorsque TON rencontre l’EVMLes échanges inter-chaînes sont faciles à décrire et beaucoup plus difficiles à construire. Un utilisateur ne peut voir qu’une action simple : choisir un jeton sur une blockchain, choisir un autre jeton sur une blockchain différente, confirmer, puis recevoir l’actif de destination. Cependant, sous cette interface, deux blockchains indépendantes doivent coordonner un échange sans s’appuyer sur le même registre, tout en gérant la liquidité, l’exécution, les frais et les scénarios d’échec. Le 16 juin 2026, STON.fi a rendu les échanges inter-chaînes TON vers EVM disponibles via son dApp. Le lancement initial a relié TON à Ethereum, Base, la BNB Chain et Polygon, avec une limite temporaire de 1 000 $ par transaction.

STON.fi passe en inter-chaînes : que se passe-t-il vraiment lorsque TON rencontre l’EVM

Les échanges inter-chaînes sont faciles à décrire et beaucoup plus difficiles à construire.
Un utilisateur ne peut voir qu’une action simple : choisir un jeton sur une blockchain, choisir un autre jeton sur une blockchain différente, confirmer, puis recevoir l’actif de destination.
Cependant, sous cette interface, deux blockchains indépendantes doivent coordonner un échange sans s’appuyer sur le même registre, tout en gérant la liquidité, l’exécution, les frais et les scénarios d’échec.
Le 16 juin 2026, STON.fi a rendu les échanges inter-chaînes TON vers EVM disponibles via son dApp. Le lancement initial a relié TON à Ethereum, Base, la BNB Chain et Polygon, avec une limite temporaire de 1 000 $ par transaction.
Article
Voir la traduction
STON.fi’s 14,000 Financially Active Wallets: What the Number Really Tells Us About TON DeFiOn August 20, 2026, STON.fi published a statistic that immediately stood out: The protocol said it ranked #4 among 100 TON applications by monthly financially active wallets, behind applications including major centralized platforms, and claimed the #1 position among TON DeFi protocols. The same announcement said approximately 14,000 wallets were financially active on STON.fi during the month. At first glance, 14,000 looks like a straightforward user-adoption number. It is not. The more important question is: What exactly counts as a financially active wallet? That question changes how the statistic should be interpreted, and it also reveals something more interesting about how TON DeFi activity is measured. The $50 rule behind the 14,000 The ranking cited by STON.fi comes from the TON Foundation's TON Applications Activity dashboard on Dune. The associated Dune query is specifically focused on Financially Active Monthly Wallets, or fMAW. The methodology is important. A wallet is considered financially active when it sends more than $50 in value to the smart contracts of an application. That means the metric is not simply counting every wallet that connects to STON.fi. It is also not counting the number of transactions. It is measuring wallet addresses that cross a defined threshold of economic activity. Consider two wallets. Wallet A sends $51. Wallet B sends $50,000. Under a threshold-based wallet metric, both can contribute one financially active wallet. The metric therefore tells us something about the breadth of qualifying economic participation, but not how much each wallet actually traded. That distinction is essential. 14,000 wallets does not mean 14,000 people There is another important limitation. The metric counts wallet addresses. A wallet address is not automatically equivalent to a human being. One person can control multiple wallets. A wallet can also belong to an organization or automated system. Therefore, the statement: “14,000 people used STON.fi” would go beyond what the evidence establishes. The more accurate description is: Approximately 14,000 wallet addresses met the relevant financially active threshold during the measured period. This may sound like a small wording difference, but in blockchain analytics it is a major one. Wallet metrics are useful because blockchain addresses are observable on-chain. But observable addresses are not the same thing as verified human identities. Why 14,000 looks strange beside STON.fi’s older wallet numbers Someone familiar with STON.fi's historical announcements may notice something unusual. The protocol has previously reported much larger active-wallet figures. For example, STON.fi reported more than 87,000 active wallets and 882,000+ swaps for June 2026. It has also published older weekly and monthly wallet statistics that reached tens or hundreds of thousands. At first, this could look like a contradiction. But the numbers should not automatically be compared as though they measure the same thing. There are at least three different concepts involved: Metric| What it measures Financially active monthly wallets| Wallets crossing the financial-activity threshold Active wallets| STON.fi's own reported activity metric Cumulative wallets| Wallet addresses accumulated over a historical period The period also matters. A weekly metric, monthly metric and cumulative historical metric answer different questions. So the difference between 14,000 financially active wallets and a much larger “active-wallet” figure does not by itself demonstrate a decline in STON.fi usage. It demonstrates why the definition attached to a number matters as much as the number itself. Fourth among 100 TON applications is not the same as fourth among DeFi protocols The ranking becomes even more interesting when we look at what is actually being ranked. The TON Applications Activity dataset covers more than DeFi. The application categories include areas such as centralized exchanges, decentralized exchanges, bridges, merchants, gaming and liquid staking. That means the statement: “#4 among 100 TON applications” describes a broader application universe. It should not automatically be translated into: “STON.fi is the fourth-largest DeFi protocol on TON.” Those are different claims. STON.fi separately reported that it was #1 among DeFi protocols on TON by the relevant metric. That is a narrower comparison. The distinction matters because centralized exchanges and other non-DeFi applications can appear above or alongside DEXs in the broader TON ranking. In other words, STON.fi's position is interesting precisely because it is competing for financially active wallet activity within the wider TON application economy. What the ranking tells us about TON's application economy The broader ranking provides useful context. The applications appearing near the top include major centralized platforms as well as TON-native applications. This means financially active wallet activity on TON is not concentrated exclusively in DeFi. Users interact with exchanges, wallets, bridges, games, merchants and financial protocols for different reasons. STON.fi's appearance near the top therefore tells us something specific: A TON-native DeFi application is attracting enough economically qualifying wallet activity to rank alongside some of the ecosystem's largest applications. That is meaningful. But it still does not tell us how many individual humans those wallets represent. Independent data adds another dimension Wallet activity is only one way to evaluate a DeFi protocol. Independent analytics provide two other useful measures: TVL, or total value locked, tells us roughly how much capital is held in the protocol. Trading volume tells us how much trading activity passes through it over a specified period. DeFiLlama's current indexed data places STON.fi at roughly $27 million in TVL and around $99 million in 30-day DEX volume in the latest snapshot available for this research. Those figures should not be confused with the 14,000-wallet metric. They answer different questions. The wallet metric asks: How many wallet addresses crossed the financial-activity threshold? TVL asks: How much capital is currently held in the protocol? Volume asks: How much trading activity occurred during the period? A serious assessment of DeFi adoption needs to keep these dimensions separate. STON.fi vs DeDust: what the numbers actually show The comparison with DeDust is useful because both are major TON-native DEXs. According to the current DeFiLlama DEX data used for this research, STON.fi recorded approximately $99 million in 30-day DEX volume, compared with roughly $33 million for DeDust. The same dataset places STON.fi's TVL substantially above DeDust's in the current snapshot. That provides independent evidence that STON.fi is handling significant economic activity within TON's DEX market. But it does not prove that STON.fi is technologically superior. Volume does not measure code quality. TVL does not measure user satisfaction. Wallet count does not measure retention. Those are separate questions. The appropriate conclusion is simply that the available independent metrics show substantial activity and liquidity around STON.fi relative to other TON DEXs. Why wallets, TVL and volume tell three different stories Imagine three protocols. Protocol A has many active wallets but relatively little capital. Protocol B has fewer wallets but a large amount of liquidity. Protocol C has moderate wallet activity but extremely high trading volume because the same wallets trade frequently. Which protocol has the most users? The available metrics cannot answer that question by themselves. This is why DeFi research needs multiple dimensions. Wallet activity Measures the breadth of qualifying address participation. TVL Measures capital deposited in the protocol. Trading volume Measures the value of trades occurring over a period. Transaction activity Measures how frequently blockchain interactions occur. None of these is a perfect proxy for human adoption. Together, however, they provide a much more useful picture. TON has substantial stablecoin liquidity, but that does not equal DeFi TVL There is also a broader ecosystem question. Current DeFiLlama data puts TON's stablecoin market capitalization at roughly $790 million, while TON's DeFi TVL is around $59 million in the same general snapshot. These figures should not be directly divided to produce a “DeFi adoption rate.” Stablecoins can sit in wallets, exchanges, payment systems and other applications without being deposited into DeFi. But the difference highlights an important point: Having liquidity available on a blockchain is not the same as having that liquidity deployed into DeFi protocols. For TON, that creates a larger ecosystem question. How much of the network's available capital actually becomes productive DeFi liquidity? The 14,000-wallet statistic cannot answer that by itself. What the 14,000 figure can actually tell us After examining the metric and the surrounding data, the most defensible interpretation is fairly specific. The 14,000 figure indicates that approximately 14,000 wallet addresses met the relevant financial-activity condition during the measured period. That is evidence of meaningful economically qualifying activity. Combined with independent data showing substantial STON.fi trading volume and TVL, the evidence suggests that STON.fi is not merely appearing in the TON application rankings because of a historical reputation. There is measurable economic activity happening around the protocol. But several stronger conclusions remain unsupported. The number does not prove: - 14,000 individual people; - 14,000 long-term users; - user retention; - organic adoption; - profitability; - user satisfaction; - technical superiority; - or permanent market leadership. Those conclusions would require additional evidence. The missing metric is often retention A monthly active-wallet number tells us who qualified during a particular period. It does not tell us who came back. That distinction is especially important in DeFi. Suppose 14,000 wallets qualify in August. There are several possibilities. The same wallets could have been active in July and June. Or most could be new. Or some could have interacted only once. The monthly number alone cannot distinguish between these scenarios. To understand retention, we would need cohort data showing how many wallets return over subsequent periods. Without that data, “14,000 financially active wallets” should remain an activity statistic, not a retention statistic. The metric is useful precisely because its limitations are visible It would be easy to dismiss the 14,000 figure because it does not measure everything. That would also be a mistake. Financially active wallets are still a useful analytical metric. The $50 threshold attempts to distinguish economically meaningful interactions from trivial activity. It provides a standardized way to compare applications within the same dataset. And because the ranking covers multiple types of TON applications, it can help reveal where meaningful financial activity is occurring across the ecosystem. The important thing is not to ask the metric to answer questions it was never designed to answer. A better way to measure TON DeFi If the goal is to understand whether TON DeFi is actually growing, a stronger framework would combine several indicators: 1. Financially active wallets How many addresses cross a meaningful economic-activity threshold? 2. Repeat activity How many of those addresses return? 3. volume How much economic activity is taking place? 4. TVL How much capital is committed to the ecosystem? 5. Liquidity depth How much capital is actually available for trading without excessive price impact? 6. Transaction activity How frequently are users interacting with protocols? 7. Protocol distribution Is activity spread across multiple DeFi applications or concentrated in one? 8. Time series Are these metrics growing consistently, or are they driven by short-lived events? That framework gives us a much better picture than any single wallet number. So, what does STON.fi’s 14,000 actually mean? The most important part of the August 20 announcement is not simply the number 14,000. It is the methodology behind it. STON.fi reported approximately 14,000 financially active monthly wallets and a #4 position among 100 TON applications. The underlying TON Foundation Dune framework defines financially active wallets using a financial threshold, making the figure different from ordinary active-wallet statistics. Independent data also shows substantial STON.fi trading volume and TVL within the TON ecosystem. Taken together, the evidence supports a measured conclusion: STON.fi has significant economically qualifying activity within TON, and its position in the financially active-wallet ranking is consistent with its substantial activity as a TON DEX. But the evidence does not justify turning 14,000 wallet addresses into 14,000 people, or turning one ranking into proof of permanent market dominance. That distinction is important beyond STON.fi. It is a useful lesson for evaluating DeFi generally: A statistic becomes meaningful only after we understand what is being counted. References Official Sources STON.fi — August 20, 2026 announcement (https://x.com/ston_fi/status/2090374865492619548 STON.fi — Official website https://ston.fi/ STON.fi — Documentation https://docs.ston.fi/ STON.fi — Guide https://guide.ston.fi/en/ STON.fi — Stonbassadors Program https://ston.fi/stonbassadors STON.fi — Official Blog https://blog.ston.fi/ --- TON Foundation / Analytics TON Applications Activity — Dune https://dune.com/ton_foundation/application-activity Financially Active Monthly Wallets — Dune https://dune.com/queries/4593278/7656787 Independent Research DeFiLlama — TON https://defillama.com/chain/ton DeFiLlama — STON.fi https://defillama.com/protocol/ston.fi DeFiLlama — TON DEX Rankings https://defillama.com/dexs/chain/ton

STON.fi’s 14,000 Financially Active Wallets: What the Number Really Tells Us About TON DeFi

On August 20, 2026, STON.fi published a statistic that immediately stood out:
The protocol said it ranked #4 among 100 TON applications by monthly financially active wallets, behind applications including major centralized platforms, and claimed the #1 position among TON DeFi protocols.
The same announcement said approximately 14,000 wallets were financially active on STON.fi during the month.
At first glance, 14,000 looks like a straightforward user-adoption number.
It is not.
The more important question is:
What exactly counts as a financially active wallet?
That question changes how the statistic should be interpreted, and it also reveals something more interesting about how TON DeFi activity is measured.
The $50 rule behind the 14,000
The ranking cited by STON.fi comes from the TON Foundation's TON Applications Activity dashboard on Dune.
The associated Dune query is specifically focused on Financially Active Monthly Wallets, or fMAW.
The methodology is important.
A wallet is considered financially active when it sends more than $50 in value to the smart contracts of an application.
That means the metric is not simply counting every wallet that connects to STON.fi.
It is also not counting the number of transactions.
It is measuring wallet addresses that cross a defined threshold of economic activity.
Consider two wallets.
Wallet A sends $51.
Wallet B sends $50,000.
Under a threshold-based wallet metric, both can contribute one financially active wallet.
The metric therefore tells us something about the breadth of qualifying economic participation, but not how much each wallet actually traded.
That distinction is essential.
14,000 wallets does not mean 14,000 people
There is another important limitation.
The metric counts wallet addresses.
A wallet address is not automatically equivalent to a human being.
One person can control multiple wallets. A wallet can also belong to an organization or automated system.
Therefore, the statement:
“14,000 people used STON.fi”
would go beyond what the evidence establishes.
The more accurate description is:
Approximately 14,000 wallet addresses met the relevant financially active threshold during the measured period.
This may sound like a small wording difference, but in blockchain analytics it is a major one.
Wallet metrics are useful because blockchain addresses are observable on-chain.
But observable addresses are not the same thing as verified human identities.
Why 14,000 looks strange beside STON.fi’s older wallet numbers
Someone familiar with STON.fi's historical announcements may notice something unusual.
The protocol has previously reported much larger active-wallet figures.
For example, STON.fi reported more than 87,000 active wallets and 882,000+ swaps for June 2026.
It has also published older weekly and monthly wallet statistics that reached tens or hundreds of thousands.
At first, this could look like a contradiction.
But the numbers should not automatically be compared as though they measure the same thing.
There are at least three different concepts involved:
Metric| What it measures
Financially active monthly wallets| Wallets crossing the financial-activity threshold
Active wallets| STON.fi's own reported activity metric
Cumulative wallets| Wallet addresses accumulated over a historical period
The period also matters.
A weekly metric, monthly metric and cumulative historical metric answer different questions.
So the difference between 14,000 financially active wallets and a much larger “active-wallet” figure does not by itself demonstrate a decline in STON.fi usage.
It demonstrates why the definition attached to a number matters as much as the number itself.
Fourth among 100 TON applications is not the same as fourth among DeFi protocols
The ranking becomes even more interesting when we look at what is actually being ranked.
The TON Applications Activity dataset covers more than DeFi.
The application categories include areas such as centralized exchanges, decentralized exchanges, bridges, merchants, gaming and liquid staking.
That means the statement:
“#4 among 100 TON applications”
describes a broader application universe.
It should not automatically be translated into:
“STON.fi is the fourth-largest DeFi protocol on TON.”
Those are different claims.
STON.fi separately reported that it was #1 among DeFi protocols on TON by the relevant metric.
That is a narrower comparison.
The distinction matters because centralized exchanges and other non-DeFi applications can appear above or alongside DEXs in the broader TON ranking.
In other words, STON.fi's position is interesting precisely because it is competing for financially active wallet activity within the wider TON application economy.
What the ranking tells us about TON's application economy
The broader ranking provides useful context.
The applications appearing near the top include major centralized platforms as well as TON-native applications.
This means financially active wallet activity on TON is not concentrated exclusively in DeFi.
Users interact with exchanges, wallets, bridges, games, merchants and financial protocols for different reasons.
STON.fi's appearance near the top therefore tells us something specific:
A TON-native DeFi application is attracting enough economically qualifying wallet activity to rank alongside some of the ecosystem's largest applications.
That is meaningful.
But it still does not tell us how many individual humans those wallets represent.
Independent data adds another dimension
Wallet activity is only one way to evaluate a DeFi protocol.
Independent analytics provide two other useful measures:
TVL, or total value locked, tells us roughly how much capital is held in the protocol.
Trading volume tells us how much trading activity passes through it over a specified period.
DeFiLlama's current indexed data places STON.fi at roughly $27 million in TVL and around $99 million in 30-day DEX volume in the latest snapshot available for this research.
Those figures should not be confused with the 14,000-wallet metric.
They answer different questions.
The wallet metric asks:
How many wallet addresses crossed the financial-activity threshold?
TVL asks:
How much capital is currently held in the protocol?
Volume asks:
How much trading activity occurred during the period?
A serious assessment of DeFi adoption needs to keep these dimensions separate.
STON.fi vs DeDust: what the numbers actually show
The comparison with DeDust is useful because both are major TON-native DEXs.
According to the current DeFiLlama DEX data used for this research, STON.fi recorded approximately $99 million in 30-day DEX volume, compared with roughly $33 million for DeDust.
The same dataset places STON.fi's TVL substantially above DeDust's in the current snapshot.
That provides independent evidence that STON.fi is handling significant economic activity within TON's DEX market.
But it does not prove that STON.fi is technologically superior.
Volume does not measure code quality.
TVL does not measure user satisfaction.
Wallet count does not measure retention.
Those are separate questions.
The appropriate conclusion is simply that the available independent metrics show substantial activity and liquidity around STON.fi relative to other TON DEXs.
Why wallets, TVL and volume tell three different stories
Imagine three protocols.
Protocol A has many active wallets but relatively little capital.
Protocol B has fewer wallets but a large amount of liquidity.
Protocol C has moderate wallet activity but extremely high trading volume because the same wallets trade frequently.
Which protocol has the most users?
The available metrics cannot answer that question by themselves.
This is why DeFi research needs multiple dimensions.
Wallet activity
Measures the breadth of qualifying address participation.
TVL
Measures capital deposited in the protocol.
Trading volume
Measures the value of trades occurring over a period.
Transaction activity
Measures how frequently blockchain interactions occur.
None of these is a perfect proxy for human adoption.
Together, however, they provide a much more useful picture.
TON has substantial stablecoin liquidity, but that does not equal DeFi TVL
There is also a broader ecosystem question.
Current DeFiLlama data puts TON's stablecoin market capitalization at roughly $790 million, while TON's DeFi TVL is around $59 million in the same general snapshot.
These figures should not be directly divided to produce a “DeFi adoption rate.”
Stablecoins can sit in wallets, exchanges, payment systems and other applications without being deposited into DeFi.
But the difference highlights an important point:
Having liquidity available on a blockchain is not the same as having that liquidity deployed into DeFi protocols.
For TON, that creates a larger ecosystem question.
How much of the network's available capital actually becomes productive DeFi liquidity?
The 14,000-wallet statistic cannot answer that by itself.
What the 14,000 figure can actually tell us
After examining the metric and the surrounding data, the most defensible interpretation is fairly specific.
The 14,000 figure indicates that approximately 14,000 wallet addresses met the relevant financial-activity condition during the measured period.
That is evidence of meaningful economically qualifying activity.
Combined with independent data showing substantial STON.fi trading volume and TVL, the evidence suggests that STON.fi is not merely appearing in the TON application rankings because of a historical reputation.
There is measurable economic activity happening around the protocol.
But several stronger conclusions remain unsupported.
The number does not prove:
- 14,000 individual people;
- 14,000 long-term users;
- user retention;
- organic adoption;
- profitability;
- user satisfaction;
- technical superiority;
- or permanent market leadership.
Those conclusions would require additional evidence.
The missing metric is often retention
A monthly active-wallet number tells us who qualified during a particular period.
It does not tell us who came back.
That distinction is especially important in DeFi.
Suppose 14,000 wallets qualify in August.
There are several possibilities.
The same wallets could have been active in July and June.
Or most could be new.
Or some could have interacted only once.
The monthly number alone cannot distinguish between these scenarios.
To understand retention, we would need cohort data showing how many wallets return over subsequent periods.
Without that data, “14,000 financially active wallets” should remain an activity statistic, not a retention statistic.
The metric is useful precisely because its limitations are visible
It would be easy to dismiss the 14,000 figure because it does not measure everything.
That would also be a mistake.
Financially active wallets are still a useful analytical metric.
The $50 threshold attempts to distinguish economically meaningful interactions from trivial activity.
It provides a standardized way to compare applications within the same dataset.
And because the ranking covers multiple types of TON applications, it can help reveal where meaningful financial activity is occurring across the ecosystem.
The important thing is not to ask the metric to answer questions it was never designed to answer.
A better way to measure TON DeFi
If the goal is to understand whether TON DeFi is actually growing, a stronger framework would combine several indicators:
1. Financially active wallets
How many addresses cross a meaningful economic-activity threshold?
2. Repeat activity
How many of those addresses return?
3. volume
How much economic activity is taking place?
4. TVL
How much capital is committed to the ecosystem?
5. Liquidity depth
How much capital is actually available for trading without excessive price impact?
6. Transaction activity
How frequently are users interacting with protocols?
7. Protocol distribution
Is activity spread across multiple DeFi applications or concentrated in one?
8. Time series
Are these metrics growing consistently, or are they driven by short-lived events?
That framework gives us a much better picture than any single wallet number.
So, what does STON.fi’s 14,000 actually mean?
The most important part of the August 20 announcement is not simply the number 14,000.
It is the methodology behind it.
STON.fi reported approximately 14,000 financially active monthly wallets and a #4 position among 100 TON applications.
The underlying TON Foundation Dune framework defines financially active wallets using a financial threshold, making the figure different from ordinary active-wallet statistics.
Independent data also shows substantial STON.fi trading volume and TVL within the TON ecosystem.
Taken together, the evidence supports a measured conclusion:
STON.fi has significant economically qualifying activity within TON, and its position in the financially active-wallet ranking is consistent with its substantial activity as a TON DEX.
But the evidence does not justify turning 14,000 wallet addresses into 14,000 people, or turning one ranking into proof of permanent market dominance.
That distinction is important beyond STON.fi.
It is a useful lesson for evaluating DeFi generally:
A statistic becomes meaningful only after we understand what is being counted.
References
Official Sources
STON.fi — August 20, 2026 announcement
(https://x.com/ston_fi/status/2090374865492619548
STON.fi — Official website
https://ston.fi/
STON.fi — Documentation
https://docs.ston.fi/
STON.fi — Guide
https://guide.ston.fi/en/
STON.fi — Stonbassadors Program
https://ston.fi/stonbassadors
STON.fi —
Official Blog
https://blog.ston.fi/
---
TON Foundation / Analytics
TON Applications Activity — Dune
https://dune.com/ton_foundation/application-activity
Financially Active Monthly Wallets — Dune
https://dune.com/queries/4593278/7656787
Independent Research
DeFiLlama — TON
https://defillama.com/chain/ton
DeFiLlama — STON.fi
https://defillama.com/protocol/ston.fi
DeFiLlama — TON DEX Rankings
https://defillama.com/dexs/chain/ton
Voir la traduction
big opportunity
big opportunity
Votre contenu coté a été supprimé
Confidentialité sans perdre la conformité Un point que je trouve intéressant au sujet de @Dusk_Foundation k, c’est que la confidentialité ne signifie pas rendre les activités financières totalement invisibles. Dusk combine des modèles de transactions publiques et confidentielles avec une divulgation sélective, ce qui permet de conserver les informations sensibles à l’abri, tout en permettant aux parties autorisées de vérifier ce qui est requis. Cette distinction est essentielle pour la finance réglementée, où la confidentialité et la conformité sont toutes deux nécessaires. $DUSK #dusk $DUSK @Dusk_Foundation
Confidentialité sans perdre la conformité

Un point que je trouve intéressant au sujet de @Dusk k, c’est que la confidentialité ne signifie pas rendre les activités financières totalement invisibles.

Dusk combine des modèles de transactions publiques et confidentielles avec une divulgation sélective, ce qui permet de conserver les informations sensibles à l’abri, tout en permettant aux parties autorisées de vérifier ce qui est requis.

Cette distinction est essentielle pour la finance réglementée, où la confidentialité et la conformité sont toutes deux nécessaires.

$DUSK
#dusk $DUSK @Dusk
Pourquoi Dusk existe @Dusk_Foundation s’attaque à un problème difficile dans la finance onchain : comment obtenir de la transparence et un règlement blockchain sans exposer publiquement chaque détail financier sensible ? Sa couche 1 combine des transactions confidentielles, une divulgation sélective, des contrats intelligents axés sur la conformité et un règlement déterministe pour des actifs numériques réglementés. Cela rend $DUSK intéressant à suivre au-delà du récit habituel sur les RWA. La question la plus importante est de savoir si cette infrastructure peut se traduire par une activité réelle sur les marchés financiers. #dusk #dusk $DUSK @Dusk_Foundation
Pourquoi Dusk existe

@Dusk s’attaque à un problème difficile dans la finance onchain : comment obtenir de la transparence et un règlement blockchain sans exposer publiquement chaque détail financier sensible ?

Sa couche 1 combine des transactions confidentielles, une divulgation sélective, des contrats intelligents axés sur la conformité et un règlement déterministe pour des actifs numériques réglementés.

Cela rend $DUSK intéressant à suivre au-delà du récit habituel sur les RWA. La question la plus importante est de savoir si cette infrastructure peut se traduire par une activité réelle sur les marchés financiers.

#dusk

#dusk $DUSK @Dusk
bon
bon
Femifire
·
--
Comment pouvez-vous faire la différence entre une véritable rupture et un faux signal dans le trading ?
L'une des leçons les plus coûteuses que j'ai apprises en tant que trader a été de confondre les véritables ruptures avec des faux signaux. Au début, je traitais chaque mouvement au-dessus de la résistance ou en dessous du support comme le mouvement, seulement pour me retrouver piégé, arrêté, et voir le prix inverser sans moi. Au fil du temps, il est devenu clair : bien comprendre cette distinction est essentiel, que vous tradiez des cryptomonnaies, des actions, des devises ou des contrats à terme.

Qu'est-ce qu'une véritable rupture ?
Une véritable rupture se produit lorsque le prix dépasse de manière décisive un niveau clé, un support, une résistance, une ligne de tendance, un maximum/minimum de plage, ou une frontière de motif et y reste. Cela reflète un changement authentique dans l'offre et la demande, où un côté prend clairement le contrôle.
Article
STON.fi comme Omniston : couche d’agrégation et d’exécution inter-chaînesPendant une grande partie de son histoire, STON.fi a surtout été compris comme un teneur de marché automatisé (AMM) et une bourse décentralisée sur TON. Cette description reste exacte, mais ne reflète plus l’ensemble de l’architecture. STON.fi fait désormais fonctionner Omniston en tant que couche distincte d’agrégation de liquidités et d’exécution inter-chaînes. Au lieu de s’appuyer sur un seul pool AMM, Omniston peut demander des devis à plusieurs sources de liquidité, comparer des parcours exécutables et coordonner le règlement. Sa nouvelle architecture inter-chaînes étend ce modèle au-delà de TON.

STON.fi comme Omniston : couche d’agrégation et d’exécution inter-chaînes

Pendant une grande partie de son histoire, STON.fi a surtout été compris comme un teneur de marché automatisé (AMM) et une bourse décentralisée sur TON.
Cette description reste exacte, mais ne reflète plus l’ensemble de l’architecture.
STON.fi fait désormais fonctionner Omniston en tant que couche distincte d’agrégation de liquidités et d’exécution inter-chaînes. Au lieu de s’appuyer sur un seul pool AMM, Omniston peut demander des devis à plusieurs sources de liquidité, comparer des parcours exécutables et coordonner le règlement. Sa nouvelle architecture inter-chaînes étend ce modèle au-delà de TON.
·
--
Haussier
Partiellement vrai
🗿 Récapitulatif hebdomadaire Encore une semaine productive pour l’écosystème STON.fi, avec de nouvelles intégrations d’infrastructure, des discussions dans le secteur et des opportunités constantes pour les apporteurs de liquidité. Voici ce qui s’est passé cette semaine : 1️⃣ Les stablecoins à l’honneur STON.fi a rejoint des acteurs majeurs de l’industrie lors d’un récent HSC X Space pour discuter de l’avenir des stablecoins. Les sujets clés comprenaient : • Paiements transfrontaliers • Évolutions réglementaires • L’avenir d’une expérience utilisateur blockchain fluide • La façon dont les stablecoins façonnent la prochaine étape de DeFi La discussion apporte des informations précieuses sur la direction que prend le secteur. 2️⃣ Plus de projets qui construisent avec STON.fi L’écosystème STONpowered continue de grandir à mesure que davantage de projets TON intègrent l’infrastructure STON.fi. Les intégrations mises en avant de cette semaine incluent : • DTrade — un bot de trading conçu pour l’écosystème TON. • Fact Market — une plateforme qui transforme les groupes et chaînes Telegram en marchés de prédiction. Ces intégrations montrent comment les développeurs utilisent l’infrastructure STON.fi pour créer de nouvelles expériences Web3. 3️⃣ Opportunités de farming cette semaine Les pools de farming mis en avant incluent : • STON/USDT V2 • JETTON/USDT • JETTON/GRAM Le pool STON/USDT V2 continue d’offrir un Boost Farm APR pour les STON stakers éligibles, tandis que les pools de JETTON maintiennent des récompenses de farming mensuelles améliorées. 📊 APR actifs de farming 🔥 USD₮/JETTON → 99% 🔥 TONG/GRAM → 69% 🔥 STON/USD₮ → 15% 📊 Statistiques du protocole AMM 🔥 Volume d’échanges hebdomadaire : 14,5M TON (23,4M $) 🔥 TVL : 17,7M TON (28,5M $) 🔥 Récompenses distribuées aux apporteurs de liquidité : 21 948 TON (35 337 $) À mesure que davantage de concepteurs intègrent l’infrastructure STON.fi et que l’activité on-chain continue de croître, l’écosystème TON franchit une nouvelle étape vers un avenir DeFi plus connecté et accessible. $GRAM #DeFi #STONfi
🗿 Récapitulatif hebdomadaire

Encore une semaine productive pour l’écosystème STON.fi, avec de nouvelles intégrations d’infrastructure, des discussions dans le secteur et des opportunités constantes pour les apporteurs de liquidité.

Voici ce qui s’est passé cette semaine :

1️⃣ Les stablecoins à l’honneur

STON.fi a rejoint des acteurs majeurs de l’industrie lors d’un récent HSC X Space pour discuter de l’avenir des stablecoins.

Les sujets clés comprenaient :
• Paiements transfrontaliers
• Évolutions réglementaires
• L’avenir d’une expérience utilisateur blockchain fluide
• La façon dont les stablecoins façonnent la prochaine étape de DeFi

La discussion apporte des informations précieuses sur la direction que prend le secteur.

2️⃣ Plus de projets qui construisent avec STON.fi

L’écosystème STONpowered continue de grandir à mesure que davantage de projets TON intègrent l’infrastructure STON.fi.

Les intégrations mises en avant de cette semaine incluent :

• DTrade — un bot de trading conçu pour l’écosystème TON.
• Fact Market — une plateforme qui transforme les groupes et chaînes Telegram en marchés de prédiction.

Ces intégrations montrent comment les développeurs utilisent l’infrastructure STON.fi pour créer de nouvelles expériences Web3.

3️⃣ Opportunités de farming cette semaine

Les pools de farming mis en avant incluent :

• STON/USDT V2
• JETTON/USDT
• JETTON/GRAM

Le pool STON/USDT V2 continue d’offrir un Boost Farm APR pour les STON stakers éligibles, tandis que les pools de JETTON maintiennent des récompenses de farming mensuelles améliorées.

📊 APR actifs de farming

🔥 USD₮/JETTON → 99%
🔥 TONG/GRAM → 69%
🔥 STON/USD₮ → 15%

📊 Statistiques du protocole AMM

🔥 Volume d’échanges hebdomadaire : 14,5M TON (23,4M $)
🔥 TVL : 17,7M TON (28,5M $)
🔥 Récompenses distribuées aux apporteurs de liquidité : 21 948 TON (35 337 $)

À mesure que davantage de concepteurs intègrent l’infrastructure STON.fi et que l’activité on-chain continue de croître, l’écosystème TON franchit une nouvelle étape vers un avenir DeFi plus connecté et accessible.

$GRAM #DeFi #STONfi
Article
Récapitulatif hebdomadaireUne autre semaine marquante pour l’écosystème STON.fi, avec une croissance importante, des capacités inter-chaînes étendues et une nouvelle infrastructure qui alimente le paysage DeFi de TON. 🔥 Temps fort hebdomadaire STON.fi a désormais dépassé 35 millions d’échanges cumulés. En juin 2026, la moyenne des portefeuilles a complété environ 10 transactions, reflétant une forte implication des utilisateurs et une adoption croissante dans l’ensemble de l’écosystème. Merci à tous ceux qui aident à faire avancer le DeFi sur TON. Voici ce qui s’est passé cette semaine : 1️⃣ Avalanche et Arbitrum rejoignent le réseau inter-chaînes

Récapitulatif hebdomadaire

Une autre semaine marquante pour l’écosystème STON.fi, avec une croissance importante, des capacités inter-chaînes étendues et une nouvelle infrastructure qui alimente le paysage DeFi de TON.
🔥 Temps fort hebdomadaire
STON.fi a désormais dépassé 35 millions d’échanges cumulés.
En juin 2026, la moyenne des portefeuilles a complété environ 10 transactions, reflétant une forte implication des utilisateurs et une adoption croissante dans l’ensemble de l’écosystème.
Merci à tous ceux qui aident à faire avancer le DeFi sur TON.
Voici ce qui s’est passé cette semaine :
1️⃣ Avalanche et Arbitrum rejoignent le réseau inter-chaînes
Avalanche et Arbitrum rejoignent le réseau inter-chaînes de STON.fiLa DeFi inter-chaînes évolue, et STON.fi a franchi une nouvelle étape majeure vers la quasi-disparition des frontières entre blockchains. Suite au lancement d’échanges inter-chaînes entre TON et les principaux réseaux EVM, STON.fi a désormais étendu son réseau en ajoutant Avalanche et Arbitrum, offrant aux utilisateurs encore plus de moyens de déplacer des stablecoins à travers différents écosystèmes depuis une seule interface. Un écosystème inter-chaînes en pleine croissance Au lieu de passer d’un pont à l’autre, entre plusieurs portefeuilles et applications décentralisées, les utilisateurs peuvent désormais exécuter des échanges de stablecoins pris en charge directement dans l’application STON.fi.

Avalanche et Arbitrum rejoignent le réseau inter-chaînes de STON.fi

La DeFi inter-chaînes évolue, et STON.fi a franchi une nouvelle étape majeure vers la quasi-disparition des frontières entre blockchains.
Suite au lancement d’échanges inter-chaînes entre TON et les principaux réseaux EVM, STON.fi a désormais étendu son réseau en ajoutant Avalanche et Arbitrum, offrant aux utilisateurs encore plus de moyens de déplacer des stablecoins à travers différents écosystèmes depuis une seule interface.
Un écosystème inter-chaînes en pleine croissance
Au lieu de passer d’un pont à l’autre, entre plusieurs portefeuilles et applications décentralisées, les utilisateurs peuvent désormais exécuter des échanges de stablecoins pris en charge directement dans l’application STON.fi.
·
--
Haussier
🗿 Nouveau jalon pour STON.fi Une autre grande réussite pour l’écosystème STON.fi. STON.fi a désormais dépassé 35 millions d’échanges cumulés, marquant un nouveau jalon dans la croissance de la DeFi sur TON. Pour donner une perspective, compter chaque échange un par un à intervalles d’une seconde prendrait plus d’une année entière. Mais l’histoire ne se résume pas à ce chiffre : c’est aussi l’activité régulière qui le soutient. En juin 2026, le portefeuille moyen a effectué environ 10 transactions, montrant que les utilisateurs ne testent pas seulement la plateforme une fois. Ils reviennent : ils échangent à nouveau, fournissent de la liquidité et participent activement à l’écosystème. Ce jalon reflète une adoption croissante, une activité on-chain plus forte, et une communauté qui continue d’alimenter TON DeFi chaque jour. Merci à tous ceux qui ont échangé, construit, testé et soutenu STON.fi. La route continue, et d’autres jalons sont à venir. #TON #DeFi #STONfi
🗿 Nouveau jalon pour STON.fi

Une autre grande réussite pour l’écosystème STON.fi.

STON.fi a désormais dépassé 35 millions d’échanges cumulés, marquant un nouveau jalon dans la croissance de la DeFi sur TON.

Pour donner une perspective, compter chaque échange un par un à intervalles d’une seconde prendrait plus d’une année entière.

Mais l’histoire ne se résume pas à ce chiffre : c’est aussi l’activité régulière qui le soutient.

En juin 2026, le portefeuille moyen a effectué environ 10 transactions, montrant que les utilisateurs ne testent pas seulement la plateforme une fois. Ils reviennent : ils échangent à nouveau, fournissent de la liquidité et participent activement à l’écosystème.

Ce jalon reflète une adoption croissante, une activité on-chain plus forte, et une communauté qui continue d’alimenter TON DeFi chaque jour.

Merci à tous ceux qui ont échangé, construit, testé et soutenu STON.fi.

La route continue, et d’autres jalons sont à venir.

#TON #DeFi #STONfi
STON.fi DAO Governance Digest Voici une brève mise à jour sur la dernière activité de gouvernance dans l’écosystème STON.fi. Au 1er juillet 2026 : • Propositions actives en votation : 1 La gouvernance du DAO offre à la communauté un rôle direct dans la définition de l’avenir du protocole, avec des propositions examinées et votées par les participants. Pour rester informé des nouvelles propositions et des décisions de gouvernance, suivez le canal dédié « DAO Updates » pour des annonces en temps réel. Note : Ce bulletin est fourni à titre informatif uniquement. Les données proviennent automatiquement de l’interface publique du DAO STON.fi et de sources publiques associées. #TON #DAO #STONfi
STON.fi DAO Governance Digest

Voici une brève mise à jour sur la dernière activité de gouvernance dans l’écosystème STON.fi.

Au 1er juillet 2026 :

• Propositions actives en votation : 1

La gouvernance du DAO offre à la communauté un rôle direct dans la définition de l’avenir du protocole, avec des propositions examinées et votées par les participants.

Pour rester informé des nouvelles propositions et des décisions de gouvernance, suivez le canal dédié « DAO Updates » pour des annonces en temps réel.

Note : Ce bulletin est fourni à titre informatif uniquement. Les données proviennent automatiquement de l’interface publique du DAO STON.fi et de sources publiques associées.

#TON #DAO #STONfi
·
--
Haussier
Toncoin et Token Bridge s’arrêtent le 1er septembre 2026 Si vous avez déjà utilisé Toncoin et Token Bridge, voici un rappel important. Le pont situé sur bridge-v3.ton.org sera définitivement fermé le 1er septembre 2026. À partir de cette date, les transferts inter-chaînes via le pont ne seront plus disponibles. Pour aider les utilisateurs à migrer, tous les frais de transfert basés sur un pourcentage ont été supprimés pendant la période de retrait restante. Voici ce qu’il faut vérifier : • Détenez-vous du Toncoin enveloppé sur Ethereum ou sur BNB Smart Chain ? Renvoyez-le vers TON via le pont. • Détenez-vous jUSDT, jUSDC, jWBTC ou d’autres j-tokens dans votre portefeuille TON ? Renvoyez-les vers Ethereum avant la date limite. Les adresses des pools de j-token prises en charge incluent : • jUSDT • jUSDC • jWBTC Pourquoi c’est important Les oracles du pont ont commencé à retirer leurs mises en juin 2026 et continueront à traiter les transferts jusqu’à la fermeture finale du 1er septembre. Après cela, tout actif ponté restant ne pourra plus être transféré via le pont. Si vous avez déjà interagi avec le pont Toncoin, c’est le bon moment pour revoir vos portefeuilles et effectuer tous les transferts nécessaires avant la date limite.
Toncoin et Token Bridge s’arrêtent le 1er septembre 2026

Si vous avez déjà utilisé Toncoin et Token Bridge, voici un rappel important.

Le pont situé sur bridge-v3.ton.org sera définitivement fermé le 1er septembre 2026. À partir de cette date, les transferts inter-chaînes via le pont ne seront plus disponibles.

Pour aider les utilisateurs à migrer, tous les frais de transfert basés sur un pourcentage ont été supprimés pendant la période de retrait restante.

Voici ce qu’il faut vérifier :

• Détenez-vous du Toncoin enveloppé sur Ethereum ou sur BNB Smart Chain ? Renvoyez-le vers TON via le pont.

• Détenez-vous jUSDT, jUSDC, jWBTC ou d’autres j-tokens dans votre portefeuille TON ? Renvoyez-les vers Ethereum avant la date limite.

Les adresses des pools de j-token prises en charge incluent :

• jUSDT
• jUSDC
• jWBTC

Pourquoi c’est important

Les oracles du pont ont commencé à retirer leurs mises en juin 2026 et continueront à traiter les transferts jusqu’à la fermeture finale du 1er septembre. Après cela, tout actif ponté restant ne pourra plus être transféré via le pont.

Si vous avez déjà interagi avec le pont Toncoin, c’est le bon moment pour revoir vos portefeuilles et effectuer tous les transferts nécessaires avant la date limite.
Farming sur STON.fi : Digest hebdomadaire Stonfiers, voici l'aperçu hebdomadaire des pools de farming actifs sur le protocole. STON/USDT STON est le token natif intégré dans les mécanismes fondamentaux du protocole STON.fi. Ce pool reste l'un des plus performants de l'écosystème. Détails clés : Récompenses mensuelles : 10 000 STON Statut de farming : en cours Tokens LP : pas de lock-up Boost Farm APR : actif jusqu'au 30 juin, jusqu'à un multiplicateur de 2x pour les stakers STON éligibles JETTON/USDT | JETTON/GRAM JETTON est émis par JetTon Games, un écosystème GameFi multiplateforme sur TON. Ces pools continuent d'attirer une participation boostée. Détails clés : Récompenses mensuelles : 200 000 JETTON par ferme Période de farming : en cours jusqu'au 31 décembre 2026 Tokens LP : pas de lock-up Récompenses boostées : actives STORM/GRAM STORM est un token associé à l'un des plus grands écosystèmes DEX perpétuels sur TON. Ce pool maintient une activité régulière et des récompenses constantes. Détails clés : Récompenses quotidiennes : 30 000 STORM Statut de farming : en cours Tokens LP : pas de lock-up Note importante Les tokens LP sont automatiquement émis lors de la fourniture de liquidité. Revoyez toujours les conditions du pool avant de participer et évaluez le risque de manière indépendante. Appel à l'action Explorez les fermes actives sur STON.fi et surveillez les conditions de récompense au fur et à mesure qu'elles évoluent. $TON
Farming sur STON.fi : Digest hebdomadaire

Stonfiers, voici l'aperçu hebdomadaire des pools de farming actifs sur le protocole.

STON/USDT

STON est le token natif intégré dans les mécanismes fondamentaux du protocole STON.fi. Ce pool reste l'un des plus performants de l'écosystème.

Détails clés :

Récompenses mensuelles : 10 000 STON

Statut de farming : en cours

Tokens LP : pas de lock-up

Boost Farm APR : actif jusqu'au 30 juin, jusqu'à un multiplicateur de 2x pour les stakers STON éligibles

JETTON/USDT | JETTON/GRAM

JETTON est émis par JetTon Games, un écosystème GameFi multiplateforme sur TON. Ces pools continuent d'attirer une participation boostée.

Détails clés :

Récompenses mensuelles : 200 000 JETTON par ferme

Période de farming : en cours jusqu'au 31 décembre 2026

Tokens LP : pas de lock-up

Récompenses boostées : actives

STORM/GRAM

STORM est un token associé à l'un des plus grands écosystèmes DEX perpétuels sur TON. Ce pool maintient une activité régulière et des récompenses constantes.

Détails clés :

Récompenses quotidiennes : 30 000 STORM

Statut de farming : en cours

Tokens LP : pas de lock-up

Note importante

Les tokens LP sont automatiquement émis lors de la fourniture de liquidité. Revoyez toujours les conditions du pool avant de participer et évaluez le risque de manière indépendante.

Appel à l'action

Explorez les fermes actives sur STON.fi et surveillez les conditions de récompense au fur et à mesure qu'elles évoluent.

$TON
·
--
Haussier
🗿 Diffusion en direct Cross-Chain | Aujourd'hui à 15h00 UTC STON.fi se lance aujourd'hui pour déballer l'un des plus grands défis non résolus de la DeFi — l'UX cross-chain. Les échanges cross-chain étaient censés simplifier le mouvement des actifs. Pour la plupart des utilisateurs, l'expérience reste encore fragmentée, manuelle et pleine d'étapes supplémentaires. Lors de la session d'aujourd'hui, nous allons décomposer cela : 1️⃣ Les points de friction cachés que les utilisateurs ont appris à accepter 2️⃣ Pourquoi les échanges centralisés dominent toujours le mouvement cross-chain 3️⃣ À quoi pourrait ressembler un flux cross-chain vraiment fluide et presque invisible 🎁 Alerte de récompense en direct Chaque participant obtient accès à une récompense spéciale pendant la diffusion. Les détails et la manière de la récupérer seront révélés en direct. 📅 17 juin · 15h00 UTC Rejoignez-nous en direct sur YouTube ou X et participez à la discussion qui façonne la prochaine phase de la DeFi cross-chain. #TON #DeFi
🗿 Diffusion en direct Cross-Chain | Aujourd'hui à 15h00 UTC

STON.fi se lance aujourd'hui pour déballer l'un des plus grands défis non résolus de la DeFi — l'UX cross-chain.

Les échanges cross-chain étaient censés simplifier le mouvement des actifs. Pour la plupart des utilisateurs, l'expérience reste encore fragmentée, manuelle et pleine d'étapes supplémentaires.

Lors de la session d'aujourd'hui, nous allons décomposer cela :

1️⃣ Les points de friction cachés que les utilisateurs ont appris à accepter
2️⃣ Pourquoi les échanges centralisés dominent toujours le mouvement cross-chain
3️⃣ À quoi pourrait ressembler un flux cross-chain vraiment fluide et presque invisible

🎁 Alerte de récompense en direct
Chaque participant obtient accès à une récompense spéciale pendant la diffusion. Les détails et la manière de la récupérer seront révélés en direct.

📅 17 juin · 15h00 UTC

Rejoignez-nous en direct sur YouTube ou X et participez à la discussion qui façonne la prochaine phase de la DeFi cross-chain.

#TON #DeFi
🗿 STON.fi passe en inter-chaînes Une étape majeure est arrivée pour STON.fi et l’ensemble de l’écosystème TON. Les échanges inter-chaînes entre TON et les principales chaînes EVM sont désormais en ligne directement dans l’application décentralisée STON.fi, rapprochant les utilisateurs d’une expérience DeFi multichaîne fluide. Pour la première fois, les utilisateurs peuvent échanger des actifs entre TON, Ethereum, Base, BNB Chain et Polygon sans avoir recours à des ponts distincts ni à la commutation entre plusieurs interfaces. Exemples : • USDC sur Base → USDT sur Ethereum • Actifs de l’écosystème TON ↔ actifs de l’écosystème EVM • Toute combinaison inter-chaînes prise en charge disponible au lancement Actifs pris en charge : • USDT sur TON • USDT et USDC sur Base • USDT et USDC sur Ethereum • USDT et USDC sur BNB Chain • PUSD et USDC sur Polygon Au lancement, la taille des échanges est temporairement plafonnée à 1 000 $ par transaction. Propulsé par Omniston L’infrastructure derrière ces échanges inter-chaînes est Omniston, le protocole d’orchestration d’exécution et de liquidité de STON.fi. Conçu à l’origine comme une couche d’agrégation de liquidité pour TON, Omniston étend désormais l’exécution sur plusieurs écosystèmes de blockchain. L’un de ses principaux avantages : Les utilisateurs reçoivent le montant exact affiché dans l’interface. Si l’exécution ne peut pas atteindre le montant annoncé, l’échange est annulé et les fonds sont intégralement restitués. Pourquoi c’est important Les interactions inter-chaînes nécessitaient traditionnellement plusieurs outils, des ponts et des étapes manuelles. STON.fi simplifie cette expérience en réunissant liquidité et exécution dans une seule interface, aidant les utilisateurs à transférer de la valeur entre écosystèmes avec moins de friction. Ce n’est qu’un début. D’autres chaînes, davantage d’actifs et plus de flux inter-chaînes sont attendus à mesure que la vision multichaîne continue de s’étendre. #TON #DeFi
🗿 STON.fi passe en inter-chaînes

Une étape majeure est arrivée pour STON.fi et l’ensemble de l’écosystème TON.

Les échanges inter-chaînes entre TON et les principales chaînes EVM sont désormais en ligne directement dans l’application décentralisée STON.fi, rapprochant les utilisateurs d’une expérience DeFi multichaîne fluide.

Pour la première fois, les utilisateurs peuvent échanger des actifs entre TON, Ethereum, Base, BNB Chain et Polygon sans avoir recours à des ponts distincts ni à la commutation entre plusieurs interfaces.

Exemples :
• USDC sur Base → USDT sur Ethereum
• Actifs de l’écosystème TON ↔ actifs de l’écosystème EVM
• Toute combinaison inter-chaînes prise en charge disponible au lancement

Actifs pris en charge :

• USDT sur TON
• USDT et USDC sur Base
• USDT et USDC sur Ethereum
• USDT et USDC sur BNB Chain
• PUSD et USDC sur Polygon

Au lancement, la taille des échanges est temporairement plafonnée à 1 000 $ par transaction.

Propulsé par Omniston

L’infrastructure derrière ces échanges inter-chaînes est Omniston, le protocole d’orchestration d’exécution et de liquidité de STON.fi.

Conçu à l’origine comme une couche d’agrégation de liquidité pour TON, Omniston étend désormais l’exécution sur plusieurs écosystèmes de blockchain.

L’un de ses principaux avantages :

Les utilisateurs reçoivent le montant exact affiché dans l’interface. Si l’exécution ne peut pas atteindre le montant annoncé, l’échange est annulé et les fonds sont intégralement restitués.

Pourquoi c’est important

Les interactions inter-chaînes nécessitaient traditionnellement plusieurs outils, des ponts et des étapes manuelles.

STON.fi simplifie cette expérience en réunissant liquidité et exécution dans une seule interface, aidant les utilisateurs à transférer de la valeur entre écosystèmes avec moins de friction.

Ce n’est qu’un début.

D’autres chaînes, davantage d’actifs et plus de flux inter-chaînes sont attendus à mesure que la vision multichaîne continue de s’étendre.

#TON #DeFi
Connectez-vous pour découvrir plus de contenu
Rejoignez la communauté mondiale des adeptes de cryptomonnaies sur Binance Square
⚡️ Suviez les dernières informations importantes sur les cryptomonnaies.
💬 Jugé digne de confiance par la plus grande plateforme d’échange de cryptomonnaies au monde.
👍 Découvrez les connaissances que partagent les créateurs vérifiés.
Adresse e-mail/Nº de téléphone
Plan du site
Préférences de cookies
CGU de la plateforme