Hello @IGGYAZALEA (and everyone else), just wanted to give you a very simple primer on gas fees in blockchains:
1) Why do transactions have a gas fee?
This is how the validators (the ppl running computers) of a blockchain get paid. They run computations on their computers, which requires a certain amount of energy. Gas fees are how they're compensated for doing so.
Additionally, without gas fees, a blockchain may get spammed. Gas fees make it hard for a bad actor to take down blockchains (through a DDoS attack).
2) How are fees computed?
They're based on a couple different factors including how busy the chain is, how intense the transaction's computations are, and how much the user is willing to pay.
3) Why are Ethereum fees so high? Solana fees are a lot lower!
Ethereum is designed to be maximally decentralized, meaning the computers participating in the network can be pretty weak. A blockchain is as strong as its weakest link. Due to the low hardware requirements, the chain can only process so many transactions, requiring higher gas fees to prevent congestion.
Solana has more powerful computers running in the network. This allows it to process more transactions faster, thus requiring lower fees. The tradeoff here is that fewer people can participate in the network.
4) Does @VitalikButerin keep Ethereum gas fees?
He does not. Sorry, he's not actually the Ethereum gas monster.
Instead, gas fees are partially given out as validator rewards, and partially burned (deleted from existence). This keeps the supply of Ethereum relatively low (sometimes deflationary). You can argue that this helps Vitalik's pockets, but it also helps every other ETH holder's pockets as well.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
The example above shows how an eliza twitter agent is setup.
The first component is the character config file. This file contains everything about the agent's personality, backstory, knowledge, and topics to talk about.
Hi @FBI, I noticed that your smart contracts are in direct violation of the MIT License, and thus are subject to copyright infringement.
You clearly copy pasted several of OpenZeppelin's libraries (which use the MIT License), but don't have a license on the code yourself.
The MIT License states "this permission notice shall be included in all copies or substantial portions of the Software", which you clearly did not adhere to in your contracts.
@FBI You can find the FBI contracts here:
I highly doubt any legal action will be taken, but it's pretty funny that the FBI themselves are not complying with software licenses.etherscan.io/address/0x16ca…
@FBI I’ve alerted the FBI to take the necessary steps against the… FBI
I'm super excited to announce Abstract Global Wallet today.
We're building a brand new chain-level experience - one where users never need to download an extension and apps work seamlessly out of the box.
Here's a simple breakdown of how AGW works 🧵:
The current state of wallet UX isn't great.
We did dozens of research studies with non-crypto users to better understand today's onboarding flows and app usage patterns. We saw fragmentation, confusing UX, and opaque transaction flows.
AGW aims to fix that.
At its core, AGW is a smart contract wallet powered by Account Abstraction.
I've talked a lot about AA in the past - I really believe that the current AA infra is ready to support the next wave of crypto users.
AGW leverages several AA features to make user experiences better.
You've probably heard this line many times, but weren't sure what it meant. So let's fix that.
I present to you the beginner's guide to Account Abstraction - what it is, how it works, and how it'll change crypto apps forever 🧵:
I'm not going to bore you with the technical and implementation details of Account Abstraction (that'll be a future thread).
Instead, this will be a very high-level overview of AA with practical examples of how it has improved the crypto user experience over the last few years.
Put simply, Account Abstraction is a set of frameworks and standards that turbocharge the capabilities crypto wallets (accounts).
You can think of this like taking a 1999 Honda Civic and giving it the ability to fly - it can still work as a car, but now it can do something new.
A beginner's guide to Runes - the new protocol that will bring fungible tokens to Bitcoin at the halving 🧵:
To start, what are fungible tokens?
These are tokens that are not unique in nature, can be divided, and are interchangeable. They exist on other blockchains as ERC20s on EVM chains or SPL on Solana.
Examples include memecoins and governance tokens.
Historically, fungible tokens have not been possible on Bitcoin since it doesn't support smart contracts.
However, with the advent of ordinals, we saw the rise of BRC-20s, which inscribed token data in individual SATs (satoshis) and were processed by off-chain indexers.