One of the pieces of feedback we've gotten is that Abstract is a bit confusing for the native crypto user.
A big part of that stems from how deeply we integrated the chain and the portal (AGW).
Our homepage currently takes you directly to the portal. We did this to make it very easy to jump right into Abstract. However, this has led to some users believing that you can only use the chain through AGW, which is not the case.
Existing wallets work perfectly fine on Abstract - anything you can do on other chains with your EOA, you can do on Abstract as well. AGW is just our preferred method of interaction, but ultimately the user can choose how they interact with the chain.
We'll be rolling out a couple changes to make the separation of the chain itself and our portal more clear:
- A new modal has been added to the first-time login flow to explain that you just created a new AGW. This should clarify the difference between signing in with an existing wallet and your new AGW.
- Our homepage will transition to a landing page where you can find high level info about the network. This includes easy access to bridges, DEXes, developer docs, and a link to our portal. This should be an extremely familiar flow to the crypto native.
- Our portal will move to a subdomain to make it clear that this isn't the chain itself that you're interacting with. Rather, it's an app that we built that encompasses discovery, AGW management, streaming, trading, and rewards. Previous links will redirect to this new subdomain without issues.
Ultimately we're looking to find a good balance between building a product that can appeal to mass retail while also being mostly familiar for the existing crypto user base.
We are always looking to make our products better, so if you have feedback or want to see something different, let us know.
• • •
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.