Immutable and $IMX technical overview

Transcript

Toggle full transcript
00:00

If we take a step back and have a look at immutable from a legal and entity perspective, there's three entities to be aware of. There's the Immutable group, which is the parent entity, and then two sub entities.

00:10

ImmutableX, which is the business that runs the ImmutableX blockchain itself. And then there's the Immutable Game studio, which is a web3

00:20

game developer and publisher. An important thing to understand with ImmutableX is that there is a utility token called IMX.

00:30

Now, if you've used Ethereum, you would be familiar with ETH, which is the utility token on Ethereum. IMX is the similar token on ImmutableX.

00:40

And the way that it's implemented is as an ERC-20 token that is actually hosted on Ethereum. Now there's three key things that you can do with the IMX token.

00:50

The first is that the IMX token is used to pay for 20% of the protocol fee for every trade that happens on ImmutableX.

01:00

Now, unlike other blockchains, where you then have to load this utility token into your wallet before you can transact, ImmutableX have made that

01:10

user experience much nicer and they automatically convert it for you in the background. And they do that by buying IMX tokens on the open market

01:20

using whatever currency that you traded with. Secondly, the IMX token can be used to get staking rewards. All IMX fees are sent to a staking reward pool,

01:30

and if you stake your IMX tokens, then that grants you the opportunity to earn rewards from that pool if you meet the eligibility criteria.

01:40

And finally, the IMX token can be used for governance, ImmutableX raises votes for key decisions that affect the future

01:50

of the ImmutableX blockchain. And you can use your IMX to participate in these votes. So we've talked about ImmutableX being a platform, but what does that mean?

02:00

What capabilities does it provide to game developers and the like as a platform? Well, ImmutableX contains a series of APIs that you can

02:10

use certain programming SDK to call so that you can implement ImmutableX functionality within your application, be it a game or otherwise. And there's two types of building blocks that

02:20

it provides. The first is user transactions. So these are transactions that you can trigger for an end user to sign with

02:30

their wallet. And then the second one is retrieving data, which allows you to then show certain bits of information within your application. So if we start by looking at the user transactions, some of the things that we can do

02:40

include Minting ERC-721 NFTs. We can create orders and trades so that those NFTs can be

02:50

purchased. We can transfer and trade ERC-721 NFTs and ERC-20 fungible tokens.

03:00

And we can deposit and withdraw both ERC-721 NFTs and ERC-20 fungible tokens from and to the underlying

03:10

Ethereum blockchain. The building blocks for retrieving data include APIs that let you get details about NFTs on ImmutableX, details about orders

03:20

and trades, and details about users. Finally, let's have a look at the technical capabilities that the ImmutableX blockchain provides.

03:30

First and foremost is the rather impressive 9000 transactions per second, which gives you a sense of the overall capacity of the ImmutableX blockchain.

03:40

Next is the fact that when you mint list or transfer tokens, you don't pay any fees. Those are free operations and there are also instant operations.

03:50

If you want to buy an NFT, then there's a 2% protocol fee that gets charged along with any other marketplace or royalty fees.

04:00

The way that Ethereum is implemented is using StarkWare zero knowledge roll ups. That's the technology that provides that Layer 2 capability.

04:10

It allows for self-custodial wallets in the same way that Ethereum does. And in fact, it uses some of the same wallets as Ethereum.

04:20

It provides a block explorer called Immutascan that lets you see all of the transactions that occur on the ImmutableX blockchain.

04:30

Finally all NFTs that are traded on ImmutableX are carbon neutral. Thanks for joining me for this lesson.