Cover photo

A (very) short introduction to Eigenlayer

It's simpler than you think

Hi Pals !

I'm on a secret trip ! 🏰

So I'll keep it short !

This week I learned about Eigenlayer, so here's A (very) short introduction to Eigenlayer


Please note that I am in the process of learning more about Eigenlayer, consider these informations not as fact, but as MY understanding of it.


The Initial Problem

Imagine you want to create an onchain NFT that displays the current time.

currentTime = block.timestamp

That was easy ! That's because that data is available inside the blockchain,

We can simply ask the blockchain "what time is it ?"

Now let's add the current temperature in Paris.

currentTemperature = weather.Paris.temperature();

Nope, that doesn't work !

The blockchain does not contain that information.

In fact, the blockchain does not have access to anything on the internet 😭

Alternative Solutions ?

Chainlink used to solve this issue (by providing a "bridge" between blockchains and real-world data like the weather - see this article 👇)

But AFAIK this was removed ! (it probably wasn't worth it 🤑),

All they provide anymore is financial data (ex: live USD-EUR exchange rate)

Wouldn't it be amazing if you could ask for any real-world information on the blockchain ?

Enters Eigenlayer

Let's create a bounty on the blockchain:

"I will pay you 1$ if you tell me the current temperature in Paris"

100 people answered !

Do I trust them ? Of course not

They only get the 1$ if their answer is ±5°C from the average

(example: if the average of the other answers is 10°C, I will not accept 16°C as an answer)

In a nutshell Eigenlayer gives you a set of tools & contracts to:

  • Pick information you want to query from the real world (current temperature in Paris)

  • Pick what the criterias to use as validation (±5°C)

  • Pick "who" can provide the data (Only Parisians can answer)

  • etc.

You're in control of everything.

To learn more, here's a (quite technical) blog on their website:

And a huge thank you to @JakeHartnell for their help in understanding Eigenlayer a little more !


I hope you liked this very short (and potentially inaccurate 😂) intro to Eigenlayer !

See you next week !

Nahiko


If you enjoyed this issue, please tap the Share button below Thank you!

I share 1 new thing I learned in the NFT space, every Sunday Don’t miss the next one:

Loading...
highlight
Collect this post to permanently own it.
Nahiko's Bookmarks logo
Subscribe to Nahiko's Bookmarks and never miss a post.