/r/ethereum
Next-generation platform for decentralised applications.
Dive in at ethereum.org
/r/ethereum
EigenLayer are teaming up with Cartesi to empower innovation in the space. From February 10-18, builders can dive into a hackathon to develop unprecendented dApps. This integration is all about unlocking new possibilities in decentralized tech. If you're looking for an opportunity to combine AI with blockchain, now’s your moment!
Check here for more details: http://cartesi.io/blog/experiment-week-3
Welcome to the Ethereum Daily General Discussion on r/ethereum
Bookmarking this link will always bring you to the current daily: https://old.reddit.com/r/ethereum/about/sticky/?num=2
Please use this thread to discuss Ethereum topics, news, events, and even price!
Price discussion posted elsewhere in the subreddit will continue to be removed.
As always, be constructive. - Subreddit Rules
Want to stake? Learn more at r/ethstaker
EthFinance Ethereum Community Links
Calendar:
From what I understand, the reason there is a 12s interval between each block is because of consensus voting, and the reason each block has a gas limit is because of sudden bursts of network and CPU/RAM usage.
What if we still do consensus voting every 12 seconds, but every consensus voting includes 3 blocks? So the block time is 4s but consensus voting only happens every 12s. A 4s separation between sudden bursts of high load seems more than enough.
I heard delayed execution is on the way. It basically spreads block processing across the entire 12s, so there will be no more sudden bursts. It should allow us to have very large blocks, but it is still years away. It seems much easier to just make consensus voting happen every 3 or 10 blocks instead of every block.
I'm pretty sure there is a good reason not to do this, otherwise it would have been implemented already, but I don't know what it is.
I've been looking for a DEX with an orderbook where I could list my RWA token for a fixed price fundraising, but couldn't find one. Here's my use case:
While AMM-based DEXes like Uniswap have become the standard for DeFi, they aren't suitable for this type of RWA token because:
Traditional orderbook DEXes are often considered impractical on-chain due to:
However, for RWA tokens, these limitations are less critical because:
We can build a simplified on-chain orderbook DEX with these key features:
// Price -> [Orders at this price level]
mapping(uint256 => Order[]) public buyOrders;
mapping(uint256 => Order[]) public sellOrders;
struct Order {
address maker;
uint256 amount;
bool isBuyOrder;
}
For RWA tokens, a simple on-chain orderbook can provide better price discovery and more precise trading than AMM-based solutions. While this approach wouldn't work well for high-frequency trading tokens, it's perfectly suited for the RWA market where trade frequency is lower and price precision is more important than execution speed.
The implementation is straightforward enough that it can be built, audited, and maintained by small teams, making it an attractive option for RWA token projects that need a custom trading solution.
What do you think about this approach? Would love to hear your thoughts and suggestions for improvements.
Aristotle's Revenge: Refers to the resurgence and validation of Aristotelian philosophy, particularly his views on nature and science, in light of modern scientific discoveries. The term suggests that many of Aristotle's fundamental ideas about reality, which were dismissed during the Scientific Revolution and Enlightenment, are being partially vindicated by contemporary physics and philosophy of science.
Let's analyze this example through the lens of "Aristotle's Revenge," breaking it down in three phases:
Phase 1: Initial Praise (The Original Truth)
Phase 2: Dismissal (The Modern Rejection)
Phase 3: Vindication (The Revenge)
Sounds familiar?
I'm new to eth and my block is saying 100 years later, can someone please help all my life savings are in there? Is there any way to reverse it
Welcome to the Ethereum Daily General Discussion on r/ethereum
Bookmarking this link will always bring you to the current daily: https://old.reddit.com/r/ethereum/about/sticky/?num=2
Please use this thread to discuss Ethereum topics, news, events, and even price!
Price discussion posted elsewhere in the subreddit will continue to be removed.
As always, be constructive. - Subreddit Rules
Want to stake? Learn more at r/ethstaker
EthFinance Ethereum Community Links
Calendar:
Alex Becker put out a video yesterday in which he posited that ETH will eventually surpass SOL because SOL has an “admin dashboard” — meaning that, if the powers that be want to terminate a project on SOL, then they can do so with the push of a button. However on ETH this is not as directly possible. Hence, (according to Alex) ETH will be the go-to crypto token for future developers, who are skittish about government intervention.
Is this claim warranted?
I’m unfamiliar with the debate so thanks for reading!
Hello, everyone!
I’ve been practicing with smart contracts in Solidity on Ethereum, and I came across a question: is it possible to encrypt data directly within a smart contract?
My goal was to use the blockchain itself to encrypt information using someone else's public key. However, I noticed that Ethereum doesn’t seem to have native support for this.
So, my question is: is there any way to encrypt data within Ethereum using another person's public key, whether with RSA, ECC, or some other approach? Has anything been developed to achieve this?
It seems like a natural fit. Autonomous agents need autonomy. Smart contracts could provide that. Could that be a breakout use care?
Edit: I'm asking about AI agents interacting with smart contracts, not being controlled by them.
🎙Dive into the latest insights and updates. Listen now for key developments and discussions shaping the future of #Ethereum on Ethereum Cat Herders podcast.
🔗 Tune in now to stay ahead: https://open.spotify.com/episode/2lJvSysoWNFlIEmurouXZh?si=QaXfUL5bTA2EXNL_mFlw-g
I'm working on a project where I need to encrypt a message and send it over the blockchain so that only the intended recipient can decrypt it. The challenge is that I only have the recipient's Ethereum address, but encryption typically requires their public key.
Since Ethereum addresses are derived from the public key but don’t expose it directly, I’m looking for the best approach to encrypt data for a recipient without having their full public key beforehand.
How to tackel this any idea??
Hi all! Ethereum Observer is a brief weekly roundup of Ethereum and wider industry news and headlines.
Find the list here, and comment below to get involved: https://x.com/JBSchweitzer/status/1884926079657239005?s=19
I came across a YouTube video explaining how to create a smart contract that utilizes a bot to generate money. I copied and pasted the provided code into Redux, then transferred funds to the smart contract. After compiling and deploying it, I moved money into a wallet. However, my funds now appear to be locked.
Welcome to the Ethereum Daily General Discussion on r/ethereum
Bookmarking this link will always bring you to the current daily: https://old.reddit.com/r/ethereum/about/sticky/?num=2
Please use this thread to discuss Ethereum topics, news, events, and even price!
Price discussion posted elsewhere in the subreddit will continue to be removed.
As always, be constructive. - Subreddit Rules
Want to stake? Learn more at r/ethstaker
EthFinance Ethereum Community Links
Calendar:
Just heard of it and it seems like a good way to move ETH, but googling it I found it had some issues about a year ago. Are there still valid concerns or do people use it now? Is there something similar that's better?
We have purchased a plot of land in La Plata, Argentina, and have obtained a building permit for a 4-story residential building.
We need to raise $100K for construction.
I'm exploring whether it's possible to tokenize the future building.
I want to keep the model very simple: issue an ERC20 token, 100K tokens total, sell the entire volume for 100K USDC.
Build the house, which will take approximately 1.5 years.
Sell the apartments, targeting around $300K in sales.
Distribute the net profit (after paying all fees and taxes) to token holders' wallets in USDC.
The project ends there.
In theory, this is RWA (Real World Asset). Could you suggest where I can learn about how to properly organize this? I've heard there are platforms that should help with the legal aspects, ideally with representation in Argentina.
Technically, issuing the token and creating scripts for its sale and profit distribution isn't difficult. What's unclear is how to avoid potential regulatory issues.
Let me know if you'd like me to help explore the RWA tokenization platforms and regulatory considerations for this type of real estate project.
I’d like to stake my ethereum in my trezor wallet but I’m afraid of slashing. How high is my risk for this. I don’t really see the point of staking at 3.48% p.a. If my risk is higher. Thanks
Anyone else in notice flashloan arbitrage profits on Eigenphi have completely tanked?
Like a year ago the monthly best would consistenly be 60k - 200k. This month the highest profit arb was only like 1.5k if that.
Also there was a historically massive sandwich attack on 1/21, apparently worth ~800k. Not sure if this is related.
I can't really find any articles anywhere about this, MEV I guess is still sort of niche.
Has anyone else seen this?
What's going on with Flashloan Arb that profits are down so much?
Are sandwiches becoming so sophisticated that running plain Arb is getting crowded out?
Interested to hear opinions.
Hey everyone,
I (along with several other users) am dealing with an issue where we accidentally sent ETH to Polymarket, which only accepts USDC. Unfortunately, the ETH never showed up in our Polymarket accounts, and their support has been unresponsive, closing tickets without resolving the issue.
Would really appreciate any advice from those with experience in handling misplaced crypto deposits! Thanks in advance.
For example if you ctrl+f "blob" it will show zero results. Same for all new additions to the Ethereum protocol. How am I supposed to keep track of the current specification?
A laptop and 3 IoT devices are in my network:
How should I architect consensus into this setup? Do I really need wallets? and gas limits?
Hey everyone, I'm a dev with a long background in eth. I'm working on a new project now, and PDAs are very powerful. I'd like to include them, but ethereum has never offered anything like this.
Is there any discussion about PDAs? Anything on the roadmap? PDAs are the kind of platform innovation that makes development easier, and adoption more scaleable and user-friendly.
At this point, after working with erc standards forever, I am loving this PDA structure. I have to think I'm not the only one, and I don't see much interest around platform innovations for ethereum. But I would love to see an EIP for this.
Edit: Quick PDA summary if you're not familiar:
Why I like this
Welcome to the Ethereum Daily General Discussion on r/ethereum
Bookmarking this link will always bring you to the current daily: https://old.reddit.com/r/ethereum/about/sticky/?num=2
Please use this thread to discuss Ethereum topics, news, events, and even price!
Price discussion posted elsewhere in the subreddit will continue to be removed.
As always, be constructive. - Subreddit Rules
Want to stake? Learn more at r/ethstaker
EthFinance Ethereum Community Links
Calendar:
I've been using Binance for a while, but comparing fees, the problem is that sending to my ledger once the transaction is over, is somewhat expensive (0.0012 ETH flat fee). On the bright side, for me sending USDT (TRC20) to Binance is free because I have enough TRX stacked to have free transactions.
So I wondered if there are better alternatives to swapping cryptos like USDT to ETH to send them to my ledger.
Generally, I like to swap around 200 USDT per month, but it's a ruin (including TRX fees with changelly), the total exchange cost, goes almost the same as Binance which happens to be expensive overall).
The thing is that it doesn't seem a good option overall for small transactions. But still, I'm trying to see which is the most convenient option to operate with ETH comfortably.