Table of Contents
The founder of multi-signature wallet, hosting 4% of the assets in the crypto market
Declare war on MetaMask?
Home web3.0 Challenge Metamask? Safe, which manages 4% of the crypto market capitalization assets, launches a points incentive plan after issuing tokens

Challenge Metamask? Safe, which manages 4% of the crypto market capitalization assets, launches a points incentive plan after issuing tokens

Apr 24, 2024 pm 06:01 PM
git Ethereum metamask optimism

Author: Frank, PANews

On April 23, the smart security wallet project Safe officially opened the transfer switch of the token SAFE, and subsequently announced the launch of a points incentive plan for users. After the transfer was enabled, SAFE tokens quickly began trading on multiple mainstream CEXs including Coinbase and OKX, with a market value that once reached US$1.7 billion. During this process, the official social media of many L2 projects also interacted with it. Such market enthusiasm has once again focused people's attention on the lowest application category of the encryption ecosystem - wallet.

The founder of multi-signature wallet, hosting 4% of the assets in the crypto market

Safe was first founded in 2016, formerly known as Gnosis, and is the earliest proposer of the concept of multi-signature wallets in the industry. As multi-signature wallets are increasingly used, Gnosis established an independent team called Gnosis Safe in 2018 to develop universal smart accounts. In less than a year, the project attracted more than $1 billion in assets held on Gnosis Safe.

In 2020, with the popularity of the DAO concept, multi-signature wallets have become the main way for DAO to organize asset storage. Gnosis Safe has also experienced a wave of explosive growth, including Vitalik Buterin also holding a large number of Part of the ETH is transferred to Gnosis Safe. In 2022, Gnosis Safe received US$100 million in financing led by 1kx, with participation from 50 institutions including Tiger Global, A&T Capital, Blockchain Capital, and Digital Money Group, and was renamed Safe.

After completing the financing, Safe issued the governance token SAFE. Initially, the token was set to be non-transferable and could only be used for voting in DAO community governance. In addition, Safe’s main users are still B-side customers such as project parties.

After completing the A to E milestones originally set by SafeDAO, the SAFE token officially opened its circulation function in the form of voting. On April 23, the price of SAFE soared from US$2.11 to US$4, with the largest single-day increase reaching 89%.

The total issuance of SAFE tokens is 1 billion, and the initial circulation is 427 million. 5% of which is used for user incentives; 5% is used for ecosystem contributors; 8% is allocated to more than 60 industry experts; 15% is allocated to more than 40 core developers; 7% is allocated to ecological cultivation; SafeDAO and GnosisDAO share 40% and 15%; 5% is allocated to the Union Finance Ministry.

Challenge Metamask? Safe, which manages 4% of the crypto market capitalization assets, launches a points incentive plan after issuing tokens

As of April 24, 2024, Safe’s assets under management have exceeded $100 billion (accounting for nearly 4% of the crypto market capitalization), and the number of accounts is approximately 8.3 million , deployed on more than 100 EVM networks. Judging from the data, Safe has reached the top level in the industry.

Declare war on MetaMask?

What’s interesting is that during the warm-up promotion process of Safe, most of the people who interacted with it were the official accounts of Arbitrum, Optimism and other project parties. KOLs and ordinary users in the community did not respond much to this. Judging from the previous route, Safe's main customers in the past were B-end users, and with the SAFE token unlocking the transfer function, Safe's development direction seems to be heading towards C-end users.

On April 23, Safe launched Safe{Pass} to reward new users and existing users for their contribution to the ecosystem. This move officially started the battle for C-end users.

Challenge Metamask? Safe, which manages 4% of the crypto market capitalization assets, launches a points incentive plan after issuing tokens

According to Safe official introduction, the first season of the Safe{Pass} event will last until September 30, and is applicable to the Ethereum mainnet in the early stage. Users can earn Safe points through four metrics: number of transactions, transaction volume, weekly users, and dollar value of stored assets. However, Safe officials have not yet announced a specific reward calculation formula. In addition, in order to control the initial circulation of 427 million SAFE tokens, the Safe{Pass} event also launched a reward for pledging SAFE tokens to obtain double points. This incentive method has become a routine operation.

Safe co-founder Lukas recently told the media that MetaMask is in a sense a competitor of Safe. According to data released by MetaMask in February this year, the number of monthly active users of MetaMask has exceeded 30 million, and the number of monthly active users at the peak of the last bull market was 31.7 million. The current total number of Safe registrations is 8.3 million. If you want to surpass MetaMask, you may have to look at the sincerity of this round of points activities and further improve the user experience.

According to Safe’s latest blog content, Safe’s next goal is to embrace 1,000 L2s and convert 1 billion people into digital asset owners. The goal of 1 billion users seems to have become the standard for hot projects in this round of bull market, but between the goals, there is only one to achieve. Compared with MetaMask, having already issued tokens may be a first-mover advantage, but in terms of compatibility, Safe's ecological expansion still has a long way to go.

The above is the detailed content of Challenge Metamask? Safe, which manages 4% of the crypto market capitalization assets, launches a points incentive plan after issuing tokens. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to delete a repository by git How to delete a repository by git Apr 17, 2025 pm 04:03 PM

To delete a Git repository, follow these steps: Confirm the repository you want to delete. Local deletion of repository: Use the rm -rf command to delete its folder. Remotely delete a warehouse: Navigate to the warehouse settings, find the "Delete Warehouse" option, and confirm the operation.

How to generate ssh keys in git How to generate ssh keys in git Apr 17, 2025 pm 01:36 PM

In order to securely connect to a remote Git server, an SSH key containing both public and private keys needs to be generated. The steps to generate an SSH key are as follows: Open the terminal and enter the command ssh-keygen -t rsa -b 4096. Select the key saving location. Enter a password phrase to protect the private key. Copy the public key to the remote server. Save the private key properly because it is the credentials for accessing the account.

How to download git projects to local How to download git projects to local Apr 17, 2025 pm 04:36 PM

To download projects locally via Git, follow these steps: Install Git. Navigate to the project directory. cloning the remote repository using the following command: git clone https://github.com/username/repository-name.git

What to do if the git download is not active What to do if the git download is not active Apr 17, 2025 pm 04:54 PM

Resolve: When Git download speed is slow, you can take the following steps: Check the network connection and try to switch the connection method. Optimize Git configuration: Increase the POST buffer size (git config --global http.postBuffer 524288000), and reduce the low-speed limit (git config --global http.lowSpeedLimit 1000). Use a Git proxy (such as git-proxy or git-lfs-proxy). Try using a different Git client (such as Sourcetree or Github Desktop). Check for fire protection

How to add public keys to git account How to add public keys to git account Apr 17, 2025 pm 02:42 PM

How to add a public key to a Git account? Step: Generate an SSH key pair. Copy the public key. Add a public key in GitLab or GitHub. Test the SSH connection.

How to solve the efficient search problem in PHP projects? Typesense helps you achieve it! How to solve the efficient search problem in PHP projects? Typesense helps you achieve it! Apr 17, 2025 pm 08:15 PM

When developing an e-commerce website, I encountered a difficult problem: How to achieve efficient search functions in large amounts of product data? Traditional database searches are inefficient and have poor user experience. After some research, I discovered the search engine Typesense and solved this problem through its official PHP client typesense/typesense-php, which greatly improved the search performance.

How to connect to the public network of git server How to connect to the public network of git server Apr 17, 2025 pm 02:27 PM

Connecting a Git server to the public network includes five steps: 1. Set up the public IP address; 2. Open the firewall port (22, 9418, 80/443); 3. Configure SSH access (generate key pairs, create users); 4. Configure HTTP/HTTPS access (install servers, configure permissions); 5. Test the connection (using SSH client or Git commands).

How to detect ssh by git How to detect ssh by git Apr 17, 2025 pm 02:33 PM

To detect SSH through Git, you need to perform the following steps: Generate an SSH key pair. Add the public key to the Git server. Configure Git to use SSH. Test the SSH connection. Solve possible problems according to actual conditions.