Intents

/intents103

Discussions about intent-centric infrastructure and applications

anyone here interested in anoma?

i think they’re criminally underrated not just for intents but because of their underlying system architecture

kinda want to create a new channel and talk about their system mechanics
ETH Daily - 5th February 📰

-Universal Intent Engine ⚙️
-SOCKET x Agglayer 🤝
-Ethereum Protocol Studies 📚
-FDIC easing bank rules ⚖️

https://pods.media/ethdaily/arbitrum-universal-intent-engine?referrer=0xEB40A065854bd90126A4E697aeA0976BA51b2eE7
cross-posting this here, figured may be interesting.

solver-based multi-chain balance unification
Loading...
I found the definition of an intent here super elegant.

An intent describes the output, whereas a transaction defines the input.

Cheers to all the intent enjoyooors!

https://www.youtube.com/watch?v=seETIrzlU70
essentials team built out two pieces recently, declarative execution environment (essentialvm) & constraint driven language (pint)

pint contracts are composed of a persistent storage block & a series of predicates which constrain how state transitions happen. state access is made explicit in predicates, identifier (counter) may constrain existing state, identifier w single-quote suffix (counter') may constrain next state.

vm itself is a 64 bit stack machine w two execution stages, one for loading storage variables into a tx buffer, the other for constraining values in the tx buffer. isa is minimal, w a handful of logical, arithmetic, elliptic curve, sha, storage, and control flow ops

note that state is not explicitly assigned to a single value, state is arbitrarily provided by solvers, predicates only constrain the bounds of what solvers submit

obligatory counter attached:
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/07f0457e-cad8-45e5-f6f7-fc931c3f6200/original
Hi guys, recently got into the intent rabbithole to educate my community. Very impactful & interesting stuff.

Any ecosystem maps i can refer to learn more about the various layers? Anoma, dAppOS are some protocols i have checked out...
Intents, abstract entities encapsulating a user’s desires, are a promising approach to designing modern,complex decentralized financial systems.
Cowswap is the only competitive intent-based system; just look at the order flow distribution.

In contrast, on Across and DLN, 90% of bids are unopposed, lack of competition.
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/e22e60e8-b879-4622-ec74-c35a0ba00000/original
Intents are underrated.

Finalized reading Anoma's draft RFC. Frankly, it hooked me to conduct myself into a more profound research. Although it's still highly experimental, I'm excited about new collective efforts, esp. charmed by Native AA + intents.

cc @anoma, /ethereum
If I had a venture fund right now and I was looking at intents, I would want to invest in several intent chain projects at once. One or more of them will be a massive success, but it’s hard to say which. Better to spread on several.
GM intents friend. We published our Usecase, ID-based transfer in this morning.


Please check it!
https://twitter.com/mycelmycel/status/1763528967238168902?t=icUMQ_3ZTUADd7N0OhC98A&s=19
People who are in Denver from here, I want to talk about Intents. Please send something for me
Loading...
Need some good research to delve deeper into Intents, Intent specific architecture and their specific use cases. Please share some if you know of any.
Hi Intents people. I'm building Mycel, an Intent Centric Interface.

We replace Transaction based approach for ID based approach. And reinvent cross-chain swap/bridge

https://www.mycel.domains/
Can someone send me some starting points for intents? And give a really great ELI5 description? Would love a blog post / YouTube link. I have read through cowswap’s documentation.
Cross posting for visibility
Loading...
Do we have any Integrated solver-searcher-builder on CowSwap or Fusion?
Cross-chain interop is a special case of the oracle problem “how blockchains can learn about the world”

What’s great about intents for interop is that you don’t need the blockchain to know something, you just need a solver to know it.

Settlement comes later, and later is easy.