Trendaavat aiheet
#
Bonk Eco continues to show strength amid $USELESS rally
#
Pump.fun to raise $1B token sale, traders speculating on airdrop
#
Boop.Fun leading the way with a new launchpad on Solana.

JarseedFromMc'Donald
top team for $JUGS ! Bring more viral videos

JUGS12 tuntia sitten
Moonit CTO approved
from A cup to ATH
695
JarseedFromMc'Donald kirjasi uudelleen
"ETH to 10k? Dream on! - Until I saw this proposal"
"After studying ERC-7943, I feel like I see the shadows of the 'forefathers' ERC-20 and ERC-721. ETH might really reach 10k because of this; I have to make a video to discuss it, I'm so excited!"
This was a sentence I shared with a friend after researching ERC-7943. Now it seems that due to the obscure content, along with various numbers, proposals, and technical terms, it is more appropriate to write an article in text form. Without further ado, let's get straight to the point.
The following content roughly includes the following sections:
1⃣ Basic concepts of Ethereum proposals
2⃣ Content of the ERC-7943 proposal
3⃣ Token standards suitable for compliant on-chain RWA assets
4⃣ Current token standards used for on-chain RWA assets
5⃣ Detailed comparison and discussion between ERC-3643 and ERC-7943
6⃣ My creative ideas
————————————————————
❓ What is ERC/EIP? (Skip if you're familiar)
EIP stands for Ethereum Improvement Proposals, which allows anyone to propose improvements to Ethereum. It can be at the core code level or the application level; in short, if you think Ethereum needs improvement, you can propose it, and your proposal will be followed by a unique number identifier. For example, I could propose EIP-888.
However, whether it gets executed requires multiple rounds of discussion and review by the Ethereum community. For instance, the Ethereum upgrades we often hear about are based on different EIPs to improve Ethereum.
This is the Ethereum EIP proposal community:
ERC stands for Ethereum Request For Comment, which is a form of EIP. You can also see the ERC section on the website. Simply put, ERC focuses on application improvements for Ethereum, making its applications more widespread or convenient.
——————————————————
❓ What are ERC-20/721/1155? (Skip if you're familiar)
ERC-20/721/1155 are among the proposals mentioned above. So why are these proposals so important?
ERC-20 defines the standard for "fungible tokens," meaning anyone can issue a large quantity of a certain token on Ethereum. A significant portion of the tokens we commonly see are in ERC-20 form, such as LINK, UNI, AAVE, Pepe, and various other meme coins, all existing on Ethereum as ERC-20.
ERC-721 is the standard for "non-fungible tokens". Don't understand? Let me put it another way - NFT. This token can only have one, meaning only one person can own this item.
ERC-1155 is a bit harder to understand; simply put, when you create a token using this protocol, you can specify whether your token is ERC-20 or ERC-721, and it also supports "batch" functionality, as the above two token types can only perform single transactions (which is not the focus of this discussion).
——————————————————
Having understood the basic information above, let's get to the main topic:
❓‼️ What is ERC-7943?
The original proposal is here:
ERC-7943: uRWA - Universal Real World Asset Interface, An interface for common base tokens defining compliance checks, transfer controls, and enforcement actions for Real World Assets (RWAs).
Translated, ERC-7943 is a type of universal RWA asset. It is a token that complies with compliance checks, has controllable transfers, and even enforcement capabilities.
In simpler terms, it allows any asset to be represented on-chain in this token form, but this token has regulatory/control functions.
The proposal was put forward by @xaler2 in May. This guy is coding for OpenZeppelin, and those familiar with this organization or who have written smart contract code know that it provides the standard code libraries for ERC-20/721/1155, making it quite famous in the Ethereum tech circle. Therefore, this guy's technical abilities should be beyond doubt.
At the same time, he is also a co-founder of Brickken, a company specializing in RWA. This company is also supporting the ERC-7943 proposal.
——————————————————
❓ What stage is ERC-7943 at?
First, we need to understand the steps a normal ERC proposal goes through to go live:
1) Drafting the proposal: Community members draft detailed proposals and code.
2) Review stage: Community members and core developers discuss whether it can go live and how to improve it, ultimately forming a proposal that has no major objections from the community or sending it back.
3) Last Call: The final 14 days, where everyone reviews if there are any remaining issues.
4) Final launch: Launch on Ethereum testnet and mainnet, providing the standard code.
ERC-7943 entered stage 2 on July 31, which is the decision-making stage for whether ERC will go live. If it passes, it’s basically done; if not, it’s over. This stage often depends on the strength of consensus within the Ethereum community regarding this ERC, the number of objections, and other issues of safety and standardization, usually lasting from 2 months to 2 years, depending on community support.
The main discussions in the Ethereum community about ERC-7943 are on ethereum-magicians:
And the GitHub code repository:
Currently, there is a controversy on ethereum-magicians, as this proposal conflicts significantly with the previous ERC-3643, because both token standards are aimed at RWA, leading to intense debates among developers. Therefore, I summarized the differences between the current ERC token standards suitable for RWA assets below.
——————————————————
✅ About the expansion of RWA assets on-chain, my personal views and ideas
The following content is my opinion on suitable token forms for RWA on-chain. Discussions about ERC-3535, ERC-3643, ERC-7943, ERC-1400, and ERC-2222 are all personal views and not objective. First, let’s understand the content and characteristics of each standard through this table (referenced GPT).
Based on the above table and references from @bocaibocai_ and Professor Meng Yan @myanTokenGeek's code and articles:
I personally believe that while ERC-3525 fits some complex situations for RWA in terms of token form, it lacks emphasis on compliance control;
ERC-1400 is specifically a standard for security-type tokens;
ERC-2222 has a profit distribution function;
All of the above standards lack the "unified" characteristic of RWA. RWA, Real World Assets, should ideally support as many real asset types as possible with a strong compliance function. Regulators want absolute control, which is why I believe Ondo is pursuing a 'machine room chain'.
Thus, ERC-3643 has been highlighted by the SEC chairman.
From both proposals and codes, I believe ERC-7943 is more like a simplified version of 3643, emphasizing "compliance" functions, allowing any RWA asset type to have its "personalized RWA asset function" redesigned by the user.
Therefore, ERC-7943 is also named uRWA - Universal Real World Asset Interface.
In simpler terms, ERC-7963 only designed functions like freezing, forced transfers, whitelisting, etc. For other functions like generating income or splitting, you can write functions to represent them.
You can issue dividends on this basis or add any RWA asset functions you want; ERC-7943 only provides the "compliance" function.
"I gave you the compliance key; which RWA asset drawer do you want to open?"
——————————————————
🆚 Next, I will discuss the differences between ERC-3643 and ERC-7963 in detail to help us better understand the distinctions between these two asset types (completely personal views).
Let’s directly look at the underlying functions.
ERC-3643 can implement all the current functions of ERC-7943 and has an OnchainID that points to an identity verification contract to achieve KYC real-name functionality. This contract stores and manages user identity information, permissions, verification data, etc.
However, ERC-7943, in its design, discarded the KYC function. The author @xaler2 believes that 3643 is not simple enough, and KYC is not a necessary option for RWA assets; if needed, corresponding functions can be added through inheritance. He specifically mentioned Promissory notes assets and government RWA projects.
See details:
Thus, he changed many MUSTs in ERC-3643 to Maybes, releasing many customizable functions.
It only wrote "forced transfer," "freeze address," "get the number of tokens in the frozen address," "transfer permissions," and "whitelisting."
But the author of ERC-3643 believes that there is no need to consider niche RWA assets. In short, there seems to be a bit of a dispute, with each side having its own reasoning.
——————————————————
✅ Ultimately, my view is:
ERC-7943 is simpler and has a broader scope, while ERC-3643 is more detailed but relatively narrower. At the same time, a lawyer in the discussion area expressed that many countries' laws are not very friendly towards putting identity information on-chain with OnchainID.
Therefore, from a technical perspective, I personally lean towards supporting ERC-7943.
However, it is true that ERC-7943 is still in its early stages and requires much discussion among Ethereum community members.
On the other hand, ERC-3643 has already formed a standard, has been running for a long time, and has an organization @ERC3643Org supporting this standard, which has received support from many institutions and has also been highlighted by the SEC chairman.
——————————————————
⬇️ What are the main tokenization circulation forms of RWA assets on-chain currently?
Through the data from , we can see that the mainstream RWA assets on-chain are currently implemented as basic ERC-20 + custom extension functions.
Therefore, ERC-3643 seems not to be as widely applied in RWA as imagined, as the current mainstream assets have not adopted its solution, with only a small group reaching a consensus to use it, and several companies pushing it behind the scenes. So we cannot say that ERC-7943 has no chance to flip.
———————————————————
✅ If you see this, let’s return to the initial topic: why am I excited?
Recently, everyone has seen the price of ETH, but I discussed in my previous article that while rising is good for everyone, such a rise is unhealthy:
The rise of Ethereum should be driven by the prosperity of the ecosystem, leading to ETH burning/deflation/scarcity. Let’s recount the bull markets I have heard/seen in the past:
The 2017 ICO bull market, the launch of the ERC-20 token standard, everything went on-chain, and the market surged.
In 2020-2021, DeFi + NFT, new narratives and asset types exploded (ERC-721 was launched in 2018 but became popular in 2021).
We find that in every bull market, a certain type of asset token tends to become popular, and even last year's Bitcoin inscriptions were also a new asset type.
Referring to history, new token types are very likely to become the theme of Ethereum's next bull market phase. After all, as @HAZENLEE_ said, "You wouldn't really expect Wall Street to pull you out of the depths with real money, would you?"
And why is it likely to be the RWA token type? We can see various signs indicating that Ethereum will focus on the RWA narrative in this cycle:
Vitalik has already changed Ethereum's description from "world computer" to "world financial ledger."
Ethereum has never gone down since its launch, and Tom Lee said it is very suitable for financial products, hence the crazy CX on Wall Street.
Institutions like Robinhood are establishing RWA assets in the Ethereum ecosystem (I couldn't find what token type Robinhood is using on Arbitrum; if anyone knows, feel free to discuss).
And so on...
So not only do I think so, but many people also believe that RWA will be the main theme of this bull market and will be the first major step towards mass adoption of blockchain.
However, I have always struggled with the fact that ordinary people have no way to participate in RWA to reap the benefits, and just at this time, ERC-7943 has emerged, which now seems to be a breakthrough.
——————————————————
⬇️ Let me share some of my speculations:
Because ERC-7943 is universal enough, simple enough, and easier to implement than ERC-3643, it can be more easily packaged into a compliant "RWA" concept.
What I actually look forward to is not stocks on-chain, not bonds on-chain, and certainly not real estate carbon credits on-chain; I hope that even my uncle's chair can be on-chain. That kind of FOMO is what a raging bull market should have. Currently, ERC-7943 seems capable of achieving this and can tell a good story.
But rationally thinking, if ERC-7943 becomes popular, there will definitely be countless Wall Street and conspiracy groups manipulating it; they need to see the value in this token type.
——————————————————
✅ So, if, just if, this token type really takes off, what opportunities do we ordinary people have?
First and foremost, it will definitely be the first token that applies ERC-7943. At that time, regardless of what RWA it is (stocks and bonds can be set aside, as they are tied to real prices), it must be something vague and abstract, like the income certificate of some obscure company or the land rights of some remote area.
Then, there are the exchanges for this type of asset, which are what primary market players should focus on.
Currently, I can only think of these two ways to participate.
The remaining content will be illustrated with images and continued in the thread below⬇️




61,28K
and $UMA be like


Shayne Coplan 🦅15.7.2025
8 months ago, on election night, we were on top of the world after Polymarket called the election.
8 days later, the FBI broke down my door at 6am and took all my computers and phones, looking for anything that could imply foul play.
While traumatic, it etched the story of Polymarket's accuracy, and the ensuing resistance, into the history of American politics.
And today, I'm happy to announce that this chapter of the story is over.
After cooperating and engaging, we've been cleared of any wrongdoing. Justice prevailed.
God Bless America 🇺🇸

14,65K
Really interesting! Keep followin

Deedy13.7.2025
I'm using the best AI models to bet $1000 on Polymarket!
Asked it to use modern portfolio theory + bet sizing to make calculated bets. It chose everything from BTC price to Fed rates.
Expected returns:
o3-pro: +21.6%
opus 4: +41.7%
grok 4 heavy: +34%
Will report back who won.

1,44K
Seriously, have you ever seen Adam Back?

Adam Back15.6.2025
the supply squeeze hits hard.
271
let's try

TM10.6.2025
1/ Today we're launching the CoinGecko MCP (Beta).
It's free, hosted, and brings live crypto market data (including onchain data) directly into your favorite AI like Claude with zero setup.
The things you can build with it? Wild stuffs👇
318
I don't know what these so-called traffic people who are active in CT all day are discussing, but what I see is the real Mass Adoption. Whether it is Binance Alpha, which is a somewhat controversial way of playing, it has really brought users; There are also products that can really be used well, Hyperliquid, Polymarket, and various Payments, although optimizing the user experience sacrifices decentralization, but there is hope for talents, and decentralization has always been awakened from the bottom up
741
JarseedFromMc'Donald kirjasi uudelleen
If this wave is bullish in the future, I believe that Ethereum will be stronger, so my second more optimistic narrative is innovation on Ethereum
Uniswap v4(hook)
Hook has been around for a while, and it hasn't been gaining momentum, but recently I've noticed that there are more and more projects around hooks, with old protocols being updated and new protocols ready to be plugged into, which is worth watching.
The introduction of the hook can be found in this tweet from @0x_Todd:
At present, the launch pad that produces the most high-quality tokens is #clanker of @clankeronbase, ready to update v4, and will be connected to hooks. The $bnkr $noice $qr that have been more popular recently have all been fired from above. Compared to Pump, I personally think that its market value is undervalued, and he is actually on the spot of CB
At present, @HookRank No. 1 ranked @flaunchgg is ready to update its products next week, combined with the upgrade of the Base chain, which may bring an experience no less than that of Pump, and you can experience it after it is launched
$flay is their official token
$flnchy is the first meme launched above.
The Base chain has recently built 7 launchpads around @dopplerprotocol, a hook-based liquidity launch protocol that earns a little bit every time it first opens. The strongest at the moment is @tryoharaAI's #HelloWorld
Here's an introduction to the 7 launch pads:
@thecabalcoin's $cabal is an art token made using hooks, which has a mechanism similar to @freysa_ai, and needs to meet an AI score and some additional conditions to sell the coin. I was sniped too much by snipers at the beginning of the session, and the trend was not very good, but now it looks stable and hopefully there is a second wave of opportunities
The $pswap of the small lottery @politiswap_ is ready to update v2, which is a project designed according to the U.S. Congressional trading market, v1 performs mediocre, see how v2 goes.
In terms of mining, @bunni_xyz has just passed the proposal of Uniswap and received a subsidy funding, so I won't mine this, and if you are interested, you will find out by yourself
It is worth noting that there is also a hook-like function on PancakeSwap, and if the hook can be successful in the future, BSC should also have a wave of fork opportunities, so let's wait and see!

42,71K
Johtavat
Rankkaus
Suosikit
Ketjussa trendaava
Trendaa X:ssä
Viimeisimmät suosituimmat rahoitukset
Merkittävin