What is SEI Network and How it Works

What is SEI

SEI is the “first of its kind” parallelized Ethereum Virtual Machine (EVM), combining the best features of Solana and Ethereum. Claiming to be the fastest EVM blockchain ever built, SEI Network offers multiple transaction capabilities and has, so far, completed over 1.2 billion transactions. 

SEI v2 aims to accelerate the Ethereum ecosystem by creating a fast-paced environment where users can perform online transactions within milliseconds. It’s an ideal solution for design and development enthusiasts who want to develop consumer-facing dApps. 

Eventually, the fastest EVM will make it easier for users to launch more user-centric apps and save gas fees on online transactions. 

Below, we  look into the SEI’s noteworthy features and other technical aspects that make it an ideal platform for professionals, investors, and other blockchain users.  

Technical Overview of SEI Network

SEI was founded by Jayendra Jog and Dan Edlebeck in 2022. The focus was on providing a reliable, secure, and high-speed blockchain network. Initially, they launched a Seinami Incentivized Testnet, Atlantic-1, in July 2022. An upgraded Testnet version called Atlantic-2 was introduced in March 2023. 

After the launch of Atlantic-2, SEI launched its public beta, Pacific-1 mainnet, in August 2023. Meanwhile, SEI continued to evolve as new developments occurred. 

For example, SEI v2, launched at the end of March 2024, introduced major innovations, making the blockchain more dynamic, interoperable, and user-friendly.

These include:

  • Twin Turbo Consensus mechanism: SEI’s dynamic consensus mechanism helps shorten the time to finality (TFF) to under 400 milliseconds. The Twin Turbo Consensus mechanism may be a breakthrough in Web3’s evolution as it renders a Web2-like experience. 
  • Interoperable EVM: The upgraded version enables Ethereum developers to deploy native dApps. They can also deploy tools and infrastructure to SEI without modification. Thanks to the innovative EVM and non-EVM contracts, the SEI EVM offers 100x performance improvement. 
  • Optimistic Parallelization: The blockchain offers parallel transaction processing instead of sequential processing. The optimistic parallelization skips the sorting phase and proceeds to process transactions simultaneously. It treats every transaction independently and returns to adjust incorrect transactions. This approach optimizes resource utilization, handling multiple transactions simultaneously and speeding up transaction processing across the network nodes and subgroups. It helps developers unlock parallel processing to deploy Etherum-powered applications on the SEI chain without any additional work.  
  • SeiDB: Arguably a ground-breaking technology, SeiDB can store, read, and write data at a much higher rate than the previous version. This database goes beyond conventional data storage, which, with the passage of time, results in slower overall transaction processing speed. Instead, SeiDB decouples the data into State Commitment (SC) and State Storage (SS) layers, which eventually improves state syncing times and read/write amplification.

Twin-Turbo consensus is a modified Tendermint consensus mechanism used by SEI blockchain to develop its Proof-of-Stake (PoS) protocol. The highlights:

  • A combination of intelligent block propagation and optimistic block processing improves the throughput by 83%
  • Enables the SEI network to maintain the fastest time to finality (TFF) at 400 milliseconds and deliver an application experience similar to the Web2 space.   

Twin Turbo consensus comprises of two parts:

  1. Optimistic Block Processing

Blockchain validators leverage optimistic block processing (in other words, optimistic parallelization) for faster validation and voting. As compared to blockchains that rely on non-optimistic block processing, this technique benefits SEI in:

  • Increasing throughput speed by up to 33%
  • Processing up to 22,000 orders per second with TFF under 400ms.
  • Reducing the overall block time by 33% with reported block times under 300ms. 
  1. Intelligent Block Propagation

Conventional Cosmos SDK-powered chains offer validators a structured three-phase process involving BeginBlock, DeliverTx, and EndBlock. SEI replaced the second and third phases with parallel processing, increasing the overall throughput by up to 40%

Intelligent block propagation lets block proposers send compressed block proposals. Instead of unnecessary details (that may hinder processing time), these proposals contain only transaction hashes. 

In most cases, upon receiving compressed block proposals, validators can use data from transactions stored in the local mempool to reconstruct original blocks. Otherwise, they can revert it and wait for the detailed proposal to arrive. This allows SEI to reduce the overall throughput speed.

Twin-Turbo Consensus Benefits

Block time speed, TFF, and latency time are crucial for decentralized exchanges (DEXes) that use orderbooks. After each block, marker makers have to update their prices. A delay longer than a few hundred milliseconds poses a huge risk. 

Moreover, in a standard L1 chain, block times can go up to 6 seconds, making it virtually impractical for DEXes to operate. This is where SEI, with its Twin-Turbo consensus, can aid them with shorter block times, resulting in:

  • Smaller price updates
  • Tighter price spreads
  • Reduced risk

Smart Contract Functionality

SEI aids in smart contract development, offering compatibility with EVM and CosmWasm. This means developers: 

  • Have access to a broad range of dApps, and 
  • They can enjoy interoperability between the two ecosystems. 

That said, each of these approaches has benefits and tradeoffs. Ultimately, it depends on the user’s competence, specific requirements, and, more importantly, the nature of the project. Here is a quick comparison of EVM and CosmWasm to help you get started.

EVMCosmWasm
OverviewIt allows the execution of smart contracts on Ethereum and EVM-compatible blockchains. EVM contracts are typically written in Solidity, an Ethereum-designed language.Built for the Cosmos ecosystem, this smart contract platform enables contracts to be written in WebAssembly (Wasm) languages, with Rust being the most commonly used.
BenefitsEVM is by far the most widely supported. It allows for the use of existing Ethereum tools, libraries, and wallets (such as MetaMask). Porting existing Ethereum dApps to the Sei blockchain is effortless.It offers a large Ethereum developer community with extensive resources, tutorials, and libraries.CosmWasm supports multiple programming languages that are compiled with Wasm.Its architecture encourages modular contract design for easier upgradation and maintenance.It seamlessly integrates with other Cosmos chains.Users can leverage the extensive Cosmos ecosystem and its IBC (Inter-Blockchain Communication) protocol.
ConsiderationsSolidity is robust but has a steeper learning curve than other languages.You need to be familiar with Rust or other Wasm-supported languages.The CosmWasm ecosystem is still smaller than Ethereum’s.
Use CasesProjects requiring compatibility with existing Ethereum infrastructure.Developers with a background in Ethereum development.Applications benefiting from Ethereum’s mature tooling and ecosystem.Projects requiring high performance and security.Applications benefiting from Cosmos features and interoperability.Developers with a background in Rust or other Wasm-supported languages.
ExamplesMetaMask: Popular Ethereum walletHardhat: Development environment for Ethereum.Foundry: Ethereum development toolkitRemix: IDE helps build Ethereum contractsWagmi: React hooks library for Ethereum dApps.CosmWasm: Smart contracts development platform.CosmosKit: Library for connecting to Cosmos wallets.CosmJS: JavaScript library for interacting with Cosmos blockchains.@sei-js: Typescript library for interacting with Sei.

Seamless Deployment and Compatibility Across EVM and Non-EVM Contracts

SEI follows backward compatibility that aids in a quick and effortless deployment of EVM-compatible smart contracts. On SEI, users can deploy existing smart contracts across all EVM-compatible chains. The backwards compatibility feature eliminates code changes. Moreover, users can leverage Remix, Hardhat, Foundry, etc., to modify and execute the codes in real-time. 

  • For EVM transactions: In the SEI v2, network nodes can handle Ethereum transactions with the help of Geth (Go implementation of the Ethereum Virtual Machine). Users will get subsequent updates on the SEI’s specialized interface.
  • For non-EVM contracts: SEI supports non-EVM transactions via its specialized interface.  

Deploying Smart Contracts Using EVM

As we know, Sei is EVM-compatible, which means you can deploy smart contracts using Hardhat and Foundry. Moreover, you need to be familiar with EVM-compatible languages, such as Solidty and Vyper. Also, ensure you have sufficient funds in an SEI-compatible wallet, e.g., MetaMask. 

Follow these quick steps:

  • Choose and install the EVM-compatible tool and create a new project. 
  • You may need to tweak the contract code with specified commands.
  • After tweaking the code, test it with the platform’s assigned commands. 
  • After passing the test, use a specified command to deploy the contract on the SEI network. 
  • After successful deployment, you will get the EVM contract address.

Below, you’ll find out how to deploy a smart contract on EVM using Foundry. For this purpose, we’re using Solidity language. 

Step 1:

After installing the Foundry, create a new project.

Step 2:

Add the “getCounter” function to your contract code:

// SPDX-License-Identifier: UNLICENSED

pragma solidity ^0.8.13; 

contract Counter {

    uint256 public number;

    function setNumber(uint256 newNumber) public {

        number = newNumber;

    }

    function increment() public {

        Number++;

    }

    function getCount() public view returns (uint256) {

        return number;

    }

} 

Step 3:

After this, test the code as follows:

// SPDX-License-Identifier: UNLICENSED

pragma solidity ^0.8.13;

import {Test, console} from “forge-std/Test.sol”;

import {Counter} from “../src/Counter.sol”; 

contract CounterTest is Test {

    Counter public counter;

    function setUp() public {

        counter = new Counter();

        counter.setNumber(0);

    }

    function test_Increment() public {

        counter.increment();

        assertEq(counter.number(), 1);

    }

    function testFuzz_SetNumber(uint256 x) public {

        counter.setNumber(x);

        assertEq(counter.number(), x);

    }

    function test_GetCount() public {

        uint256 initialCount = counter.getCount();

        counter.increment();

        assertEq(counter.getCount(), initialCount + 1);

    }

}

Step 4:

Now, use the command “$ forge test” to run the test. 

Step 5:

After passing the test, go on to deploy the contract on the SEI network. You need to run the following command:

$ forge create –rpc-url $SEI_NODE_URI –mnemonic $MNEMONIC src/Counter.sol:Counter

Things to remember

  • $MNEMONIC: mnemonic of the account that will execute the contract.
  • $SEI_NODE_URI: URI of the SEI node
  • If you run a local SEI node, you will get the address http://localhost:8545.
  • If non-local SEI nodes were run: you have to get an evm_rpc URL from the chain registry

Deploying CosmWasm Smart Contracts

As mentioned earlier, CosmWasm utilizes Rust programming language to write smart contracts. Rust is a high-performance and memory-efficient language. Its rich-type system helps easily remove bugs. Moreover, its top-notch tooling, integrated package manager, editing and formatting support make it a go-to documentation language.

Now, let’s understand the contract deployment step.

Step 1:

Install the necessary tools. For example, you may need the latest version of Rust and Cargo from Rustup.rs. Also, install Cargo Generate and run the following script: 

cargo install cargo-generate –features vendored-openssl

cargo install cargo-run-script

Step 2:

Create a new project and go to the folder where you want to place it. After that, run the following script:

cargo generate –git https://github.com/CosmWasm/cw-template.git –name counter

Step 3:

The system will ask you, “Would you like to generate the minimal template?” Press “False.” This will generate a “counter” contract project. Its source code will be inside the folder, and its name will be the same as the folder’s name.

Step 4:

When you’re inside the project, open “Cargo.toml”. This will allow you to remove unwanted features. For example, you will find the following script:

cosmwasm-std = { version = “2.0.1”, features = [

  “Cosmwasm_1_3”,

  # Enable this if you only deploy to chains that have CosmWasm 1.4 or higher  # “cosmwasm_1_4”,

] }    

Change this line to cosmwasm-std =  “2.0.0” 

Step 5:

Ensure that the code is intact. So, run a test by using the command: cargo test. The result should look like this:

 Finished test [unoptimized + debuginfo] target(s) in 0.09s

     Running unittests src/lib.rs (target/debug/deps/c3-777d376b6d32a663)

running 4 tests

test contract::tests::proper_initialization … ok

test contract::tests::increment … ok

test contract::tests::reset … ok

test integration_tests::tests::count::count … ok 

test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

    Running unittests src/bin/schema.rs (target/debug/deps/schema-283e665754e86143)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests c3

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

Step 6:

Now, before deploying the smart contract, you have to optimize it to occupy the least amount of space on the SEI blockchain. This will result in reduced gas fees.

The above project already has a command that you can use to optimize your contract. You just need to change it a little. 

This is the system-generated command:

# Catgo.toml 

[package.metadata.scripts]

optimize = “””docker run –rm -v “$(pwd)”:/code \

  –mount type=volume,source=”$(basename “$(pwd)”)_cache”,target=/target \

  –mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \

  cosmwasm/optimizer:0.15.0

“””  

So, just invoke the building and optimization by running this script: $ cargo run-script optimize

Step 7:

After successfully executing this command, go to artifact directory to find your wasm artifact. You can also utilize the cosmwasm-check command to verify that your command ran successfully.

$ cosmwasm-check artifacts/counter.wasm

 Available capabilities: {“stargate”, “cosmwasm_1_1”, “cosmwasm_1_3”, “cosmwasm_2_0”, “cosmwasm_1_4”, “iterator”, “cosmwasm_1_2”, “staking”} artifacts/counter.wasm: pass

 All contracts (1) passed checks! 

Step 8:

Now deploy your contract to the SEI network (Here, we’re using Atlantic-2) using the following script:

$ seid tx wasm store artifacts/counter.wasm –from $SEI_WALLET_ADDRESS  –node https://rpc-testnet.sei-apis.com –chain-id atlantic-2 -b block –fees=200000usei –gas=2000000

Note the code in events:

– events:

  – attributes:

    – key: action

      value: /cosmwasm.wasm.v1.MsgStoreCode

    – key: module

      value: wasm

    – key: sender

      value:

    type: message

  – attributes:

    – key: code_id

      value: “8363” <— Code ID

    type: store_code

  log: “”

  msg_index: 0 

Step 9:

Use this command to Initiate the contract:

$ seid tx wasm instantiate 8363 ‘{“count”:1}’ -y –no-admin –label counter –from $SEI_WALLET_ADDRESS –node https://rpc-testnet.sei-apis.com –chain-id atlantic-2 -b block –fees=40000usei –gas=2000000

Step 10: 

You can now query the contract. 

$ seid q wasm contract-state smart $CONTRACT_ADDRESS ‘{“get_count”: {}}’  –node https://rpc-testnet.sei-apis.com

You should get the following response:

data:

  count: 1

Step 11:

Call increment function:

$ seid tx wasm execute $CONTRACT_ADDRESS ‘{“increment”: {}}’  –from $SEI_WALLET_ADDRESS  –node https://rpc-testnet.sei-apis.com –chain-id atlantic-2 -b block –fees=4000usei

If successful, the output should look like this:

data:

  count: 2

Key Features of SEI Network

In the modern era, features like speed, efficiency, scalability, security, and interoperability are crucial for the sustainable growth of any blockchain network. Let’s examine these features and see if SEI is a worthwhile option.  

Speed and Efficiency

Transaction speed and processing efficiency are essential in determining any blockchain’s growth and success. The two key metrics associated with transaction speed and processing efficiency include: 

A low TTF indicates fewer transaction delays. For example, if an end-user can build a DeFi app on SEI in the shortest possible time or tokens appear in their digital wallet after trading via a DEX, the blockchain is suitable.

Currently, SEI’s TTF is under 400 milliseconds. It can fulfill up to 22,000 orders per second with a theoretical TPS of 12,500. So, is SEI better than Solana, Ethereum, or other blockchains? The following blockchain comparison will tell you more. 

BlockchainsRecorded TPSTheoretical TPSBlock TimeTime to Finality
SEI22,000 (ops)12,5000.41s0.38s
Solana7,22965,0000.42s12.8s
Ethereum62.3411912.12s16m
Polygon4296492.17s4m 16s
Bitcoin13.276m 39s1h
BNB Chain1,7312,2223.01s7.5s
Avalanche92.743572.041s
Cardano11.6218.0220.08s2m
Polkadot1121,5006.03s1m

In the above table, several distinctions set SEI apart. For example:

SEI’s parallelized EVM combines Solana’s speed and scalability with Ethereum’s most reliable and compatible ecosystem. This combination enables SEI to:

  • Process transactions at rocket speed
  • Leverage tools and resources from a massive pool of the Ethereum ecosystem 

Solana is renowned for its low-cost and high-speed transactions, but SEI’s Twin-Turbo consensus mechanism is a step ahead with more efficient transaction processing. 

Scalability

A blockchain’s scalability relies on its ability to: 

  • Accommodate large transaction volumes,
  • Keep transaction speeds consistent,
  • Keep transaction fees affordable

SEI v2 checks these boxes by implementing the latest technologies, such as SeiDB, Interoperable EVM, and Twin-Turbo consensus mechanism. 

For example, 

  • SEI v2 has transitioned to PebbleDB with enhanced read-write capability. The database supports multi-thread access. 
  • SEI labs built Native Order Matching directly into Layer 1 for seamless order execution. This feature makes SEI a scalable solution, especially for DEXes.

All these implementations ensure that the blockchain can handle the growing demands of worldwide users. They can execute existing and new projects without congestion, preventing them from paying high gas fees.  

Security Measures

SEI follows a Proof-of-Stake (PoS) protocol, which is more reliable than the PoW security paradigm. This allows delegators and validators to earn SEI tokens for staking and supporting their consensus mechanism. The ecosystem enables validators and delegators to participate in staking, thereby contributing to the network’s security, longevity, and consistent performance.  

Delegators are token holders who stake their tokens to validators. This, in turn, helps validators increase their stakes on the network. Even after delegating, delegators are still in control of their tokens. Tokens cannot be traded freely without the delegator’s consent. 

On the other hand, validators have a bigger responsibility of securing and managing these stakes. They are responsible for creating new blocks and validating transactions. They must also participate in Governance and decision-making, shaping the network’s future.

Validators are required to meet strict standards and constantly monitor the consensus process. A validator has to implement best security practices to prevent the risk of data breaches, online thefts, and DDoS attacks. 

For example, a validator should use HSM (Hardware Security Modules) to manage their private keys. For optimum security, they can leverage a multi-party-computation (MPC) signing service, such as Horcrux

Apart from general security, SEI network validators also contribute to making this platform decentralized and transparent through voting and constant feedback. For example, validators leverage the Oracle Price Feeder to help the network set asset prices. SEI uses native price oracles that offer maximum protection against malware.   

Interoperability

SEI operates as an integrated blockchain, ensuring seamlessness between:

  • Bank
  • EVM
  • Wasm
  • Staking

Although different in nature, these transactions have some common aspects, such as transaction body, sender, and gas. When received, the SEI chain directs these transactions to their relevant storage sections. 

So, a CosmWasm transaction goes to the Wasm module for further processing. This allows developers to leverage native tokens and enjoy other chain functionalities, such as staking or trading. 

As SEI v2 offers dual support to CosmWasm and EVM, the contracts on these platforms can coexist. That said, their execution environments are different. To ensure this interoperability, SEI offers two features:

  1. Precompiled contracts:  These smart contracts are embedded within the SEI blockchain. Users can access native SEI functionalities with the help of the EVM RPC interface.  
  2. Pointer contracts: These contracts have unique features. For example, they are used to create links between EVM and CosmWasm tokens. Linking allows a smooth flow of tokens between both environments. You can deploy pointer contracts for various token standards using the Seid CLI tool.

Applications and Use Cases

Decentralized Finance (DeFi)

SEI v2 aims to build a platform where users can build and interact with user-facing apps just like they do in the Web2 space. The interoperable EVM, which is backed by a powerful consensus mechanism and database, attracts developers to build different types of applications, especially DeFi applications.  

Some examples of popular DeFi projects on the SEI network include:

  • Dragonswap: It is a decentralized, permissionless Automated Market-maker Decentralized Exchange (AMM DEX). Dragonswap has a user-friendly interface. It leverages SEI’s trademark TTF for precisely accurate block pricing. 
  • Silo: The Silo Finance App is about liquid staking, built on the SEI chain. Users can stake their SEI tokens to secure the network. This app lets you benefit from auto-compounding yield. 

Non-Fungible Tokens (NFTs)

SEI Network is built to exchange digital assets seamlessly across multiple blockchains. NFTs are highly tradable digital assets because of the ease of exchange. NFTs are dynamic in nature and SEI’s functionalities and features are perfectly aligned to cater to NFT trading. 

For example, Pallet Exchange is a popular native NFT trading platform built on SEI. It is arguably one of the fastest-growing marketplaces, with hundreds of NFTs in its collection. 

Enterprise Solutions

As we saw above, the SEI network offers robust blockchain solutions for DeFi and DEX applications. Its smart contracts and applications allow other businesses to use its functionalities effectively. 

Developers can leverage SEI’s multi-chain approach to build applications for different purposes. They can also develop universal applications that allow accessibility across Ethereum and Solana chains while keeping the gas fees within budget. Moreover, its low latency and high throughput can help build a reliable business.

SEI blockchain’s solutions can be implemented across various sectors, including:

  • Supply chain
  • Healthcare
  • Finance
  • Education
  • Research and development
  • Data management, etc.

Industries benefit from seamless integration with existing systems, enabling real-time data tracking and automation of complex processes. This not only drives operational efficiency but also fosters trust and innovation, positioning companies to stay competitive in a rapidly evolving digital landscape.

Challenges and Future Prospects

The SEI network offers many attractive benefits, including scalability, robust liquidity support, enhanced security, interoperability, rapid processing, and high throughput. However, there are some limitations. Take optimistic processing, for instance. 

A failed block proposal can halt the optimistic processing for other blocks with the same block height. Like this, there are a number of issues to be addressed:

  • Network congestion: This issue may arise during periods when the network performs at its optimum. It may lead to higher transaction fees and slower TFF.
  • Scalability: This issue often troubles even bigger blockchains, especially when they’re growing – or – the number of transactions increases. 
  • Adoption barriers: As the network grows, users will face adoption barriers due to a lack of understanding. Some users may be reluctant to switch to SEI. 
  • Complexity: SEI has many advanced features and capabilities that may prove complex to developers. Some developers may need specialized knowledge to explore this network’s full potential.

Future Developments

Considering the advanced features and scalability of SEI, it is likely to grow bigger and become more robust in nature. The network must keep educating the masses for seamless onboarding.

  1. DeFi growth: We may see more DeFi applications emerging. For example, lending platforms and DEXs.
  2. Enterprise use: With the expansion of the SEI’s developers community, we could see more transparent and user-friendly blockchain solutions tailored for various sectors, such as healthcare, supply chain, data security, and more.
  3. Cross-Chain integration: SEI is working on seamless asset transfers across blockchains. So, in the future, there will be more innovative dApps and DeFi solutions with multi-chain support on the market.
  4. Asset Tokenization: SEI could facilitate the tokenization of assets like real estate, making investments more accessible.
  5. Decentralized Governance: SEI’s future might include more community-driven governance, enhancing trust and sustainability.

Conclusion

The launch of SEI v2 has certainly revolutionized the blockchain’s overall infrastructure, making SEI more robust and quick. It offers an advanced consensus mechanism, an interoperable EVM that supports CosmWasm and Ethereum, and a modified database. These features make SEI a high-performance network with enhanced security and scalability. 

Unlike other chains, SEI is tailored for DeFi applications that rely on quick TTF to finalize blocks. It is ideal for market makers and liquid staking applications. Not only that, but it offers a plethora of Ethereum-powered applications, not to mention the capability to effortlessly deploy existing or new smart contracts on chain. 

SEI blockchain is still evolving and offers opportunities to aspiring developers, investors, traders, and aspiring blockchain enthusiasts to explore its promising features. So, don’t waste this opportunity to leverage SEI and open doors to success!

Fill the info to receive the PDF guide

Stay up to date!

How does it work?

Accordingly to the day when you will finalise your purchase, you have the right to receive from 1 to 3 NFT Domains for FREE!

Once you have completed your order, within 48h you will automatically receive on www.freename.io platform, in your personal area “portfolio” the randomly assigned NFT Domain/s.

You can chose on which blockchain you want to mint on and minting fee is covered by Freename!

HOW TO USE COUPONS:

Once you have added your favorite items to the cart, you proceed to “checkout” and add your coupon to the “coupon box”.

Said coupon will instantly do its magic and your due total will drop!

COUPON CODE CAN ONLY BE USED ONCE!
ENJOY YOUR SHOPPING AND GIFTS!

How does it work?

Once you have completed your order, you will automatically receive on www.freename.io platform, in your personal area “portfolio” the randomly assigned NFT Domain value $50 or if you’re lucky a randomly assigned TLD with value $699 (between these: .immersive; .multiverse; .freelancer; .cashback; .hologram)

you can chose on which blockchain you want to mint your NFT Domain/TLD on and minting fee is covered by Freename!

GOOD LUCK!

Fill in the form to Apply

Want to work with us? Let us know!

Why do i Need a Wallet?

Freename domains are blockchain-based assets and would be minted and stored using a wallet. Users are required to mint and manage their domains using a Metamask or Coinbase-configured wallet. It must be a non-custodial wallet, meaning that one must own the private keys to the wallet in order to approve transactions via a signature.

To benefit from Freename Web 3 domains/TLDs, you must have a wallet. This is because Web 3 domains/TLDs are blockchain-based assets. Users can mint and manage their domains using Metamask or Coinbase-configured wallets.

Keep in mind that it must be a non-custodial wallet. You own the private keys to the wallet (in order to approve transactions via a signature).

Are the Domains Associated with ICANN?

ICANN does not manage freename.io domains. Freename.io believes their TLDs/domains must allow customers to operate independently. Freename.io wants to build a utility infrastructure, allowing customers to use their services for valuable and generative purposes. By leveraging blockchain technology, Freename Web 3 domains/TLDs have no centralized authority imposing rules and regulations.

What is a Wallet?

Every blockchain user requires a wallet in order to interact with the network. A wallet is essentially an account on the blockchain where transactions can be sent and received. It is also where one can store blockchain assets such as cryptocurrency or NFTs (non-fungible tokens). There is no personal information associated with a wallet and none is required to create one. A wallet consists of a public key and a private key. The public key can be safely shared with anyone who wishes to send assets to the corresponding wallet, however, the private key should not be shared and is the key to accessing the wallet in the event where access is lost or to create another instance.

A crypto wallet (cryptocurrency wallet) is software or hardware that enables users to store and use cryptocurrency. With cryptocurrencies, there isn’t any actual money to carry around in a wallet. They exist on the blockchain. Similarly to traditional bank transfers, crypto wallets enable users to send and receive cryptocurrencies, NFTs, etc.

A wallet consists of a public key and a private key. To receive assets, you share your public key associated with your wallet. You should NEVER share your private key.

How do i Claim my Earnings from Freename

ou can withdraw revenues generated passively through a cryptocurrency transfer. Connect your cryptocurrency wallet and, once your withdrawal request is confirmed, the desired amount is pulled from Freename’s reserves and conveniently delivered to you!

Claim your earnings by following these steps:

  1. Connect your cryptocurrency wallet to Freename.io
  2. Request a withdrawal
  3. Receive request confirmation
  4. Receive withdrawal directly to your wallet.

Can i Transfer Domains?

Yes. The domain is stored in your cryptocurrency wallet and can be transferred by you after you have minted it. Access your portfolio, select the TLD or Domain you wish to transfer and type the recipient’s address. Afterwards, you must paste the OTP code you received by mail to confirm the transaction. Keep in mind that currently, it is not possible to import the domain that has been transferred, but it will be possible soon!

Yes. Domains are transferable ONLY after a TLD/domain has been minted and stored in a user’s wallet.

To transfer the TLD (or domain), the user must:

  • Access their wallet
  • Select the item they want to transfer
  • Enter the recipient’s address.
  • Confirm the transaction by pasting the OTP received by email

In the future, Freename.io will support importing domains that have been transferred.

What about Trademarks?

Registering a trademark on your Freename Web3 TLD will allow you to protect your web3 TLD and your logo worldwide juridically.

From the moment you deposit a trademark request, your web3 TLD will be protected worldwide for 6 months awaiting for the Swiss Federal Institute of Intellectual Property (IGE.ch) to confirm and register the availability of your TLD.****

A trademark is any symbol, phrase, or word that allows customers to identify a company’s goods or services. Freename is a web3 domain/TLD provider that also provides trademark registration.

A user must reach out to the trademark department to register a trademark. To get your trademark filed for review at the Swiss Federal Institute of Intellectual Property, a user must provide the following:

  1. Complete a Know your customer (KYC)
  2. A list of TLDs they wish to trademark
  3. Proof of payment

Once these conditions are met, it takes one week for the trademark to be reviewed and logo/TLDs to be provided with six months of worldwide protection.

Is Minting the same as Buying?

Purchasing a TLD (or domain) on Freename and minting it on the blockchain are two distinct steps. When you purchase a TLD (or domain), the transaction is recorded in Freename’s database and not on the blockchain. Minting a TLD (or domain) on the blockchain requires a second step: log into the user’s personal area, select the TLD (or domain) and press “mint TLD” (or domain): done! Don’t worry, once you have purchased a Freename domain, no one can take it away from you!

No. Buying and Minting a TLD/domain are two different things.**

Buying **is the process of recording a transaction on Freename’s database and not on the blockchain.

Minting is the process of pushing a user’s domain from Freename.io data onto the public ledger of a blockchain and into a user’s wallet. Giving the user full control over the TLD/domain.

It is very easy to mint a domain/TLD once you purchase it. Simply:

  • Log into your personal area
  • Select the TLD (or domain)
  • Press “mint TLD” (or domain)

What is Domain Minting?

Minting is the process of publishing a Freename domain (or TLD) on the blockchain via your wallet to gain full custody of the domain. This means that the only person that has control over the domain (or TLD) is the person who controls (has access to) the wallet.

Minting is the process of pushing a user’s domain from Freename.io data onto the public ledger of a blockchain and into a user’s wallet. Giving the user full ownership over the domain.

Minting on Freename.io is as simple as the following steps:

  1. Go to the Freename.io website
  2. Enter the TLD/domain you want to buy in the search bar
  3. Add the TLD/domain to your cart
  4. Go to checkout
  5. Create a Freename.io account
  6. Purchase the TLD/domain with cryptocurrency or a credit card
  7. Go to “portfolio and incomes.”
  8. Click on mint TLD/domain

Which domains are Protected?

Protected domains and TLDs are domains and TLDs that we’ve detected are associated with a brand, organization, or notable person. We believe it is important to increase adoption for the next generation of the internet by helping to onboard brands into the Web3 era. If you are interested in applying for a Protected domain, please contact us.

TLDs/Domains associated with a notable person, brand or organization are considered Protected Domains. Protected domains help onboard brands in Web 3 increasing adoption. Protected domains also protect users from others impersonating/stealing their domains.

Reach out to Freename.io to apply for a protected domain.

Why use Freename?

Freename domains are unique by their very nature: only with Freename you can register domains with unique TLDs for your digital identity while passively earning money!

Freename.io is not only the leading TLD and Domains platform in Web 3, but also lets users generate passive income!

Owning a Freename Web 3 TLD entitles users to receive passive income whenever a domain is bought on their TLD. Users can register and mint TLD/domains of their choice if available.

What is a Domain?

A domain name is a string of letters and/or numbers that points to the IP address of the corresponding website. Generally, it is easier to remember a name than a long string of numbers.

A domain name is an address that people type into a browser bar to find a website. It consists of a Top-Level Domain (TLD), everything that comes after the dot, and the Second-Level Domain (SLD), everything that comes before the dot.

For example, “Freename.io” is the domain name, “Freename” is the SLD and “io” is the TLD.

Which Chains are Supported?

Freename has a multi-chain approach. You can choose on which Blockchain to mint your Web3 Domains and TLDs ranging Among Polygon, Cronos, and Binance.

A user can mint a Freename.io domain/TLD on the following blockchains:

  • Polygon
  • Cronos
  • Binance

Freename plans to expand its multi-chain approach by adding blockchains upon which domains can be minted.

Are there Renewal Fees?

No! Once you’ve bought a Freename Domain or TLD, it’s yours forever, no renewal fees ever!

No. There are no renewal fees on Freename.io. Once a user has paid a one-time payment for a domain/TLD, they own it. Forever.

This is the significant advantage of Web 3 domain/TLD over traditional alternatives.

Ask Away!