Valueverse.

HomePeriodic TableMethodology
  1. Tokens
  2. 1inch

Valueverse.

The comprehensive platform for cryptocurrency token analysis and value capturing mechanisms exploration.

Platform

  • Tokens
  • Periodic Table
  • Methodology

Resources

  • Community
List a Token
©2025 Valueverse. All rights reserved.
List a Token
1inch logo

1inch

1inch
$0.2422
-1.83%
24h Price Range
$0.2422
$0.2503
Website
1inch.io
Twitter
@1inch
Telegram
t.me/OneInchNetwork
Discord
discord.com/invite/1inch
Medium
blog.1inch.io
GitHub
github.com/1inch
Reddit
reddit.com/r/1inch/
Explorers
etherscan.io/token/0x111111111117dc0aa78b770fa6a738034120c302
Market Cap
$338M
Fully Diluted Valuation
$363M
24h Trading Volume
$9.05M
Circulating Supply
1.40B
Total Supply
1.50B
Max Supply
1.50B
All-Time High
$8.65
-97.20%
All-Time Low
$0.1496
+61.93%
7 Days
-7.43%
30 Days
-0.79%
FunctionsFunctions
Value DriversValue
Implementation DetailsImplementation

The 1inch token implementation is built on top of the vote escrow contract. This contract is a core element of the token model. It is used to lock 1inch and receive UP (the Unicorn Power) as a result of the token lock-up for a specified period of time. The UP of the particular address is used as an input variable for receiving protocol fees, calculating voting power, enabling access to the running resolvers, and the delegation option.

The value capture process for the 1inch token is entirely dependent on the token lock-up in this contract and obtaining the UP. Accordingly, the implementation of the vote-escrow contract is described first, with descriptions of the sub-VCMs following.

1. VOTE-ESCROW (THE RISK EXPOSURE) IMPLEMENTATION

The vote-escrow contract is used to lock 1inch tokens to receive the UP within the protocol. The lock-up period can vary from 30 days to 2 years, with the default value of 2 years.

Upon locking, 1inch tokens are converted into its active form of Unicorn Power. It scales exponentially with an increase of the locking time left with a base of 999999952502977513−16999999952502977513^{-16}999999952502977513−16. The one-to-one conversion rate can be achieved only at the moment of maximal locktime. While the tokens are locked, they cannot be withdrawn without a penalty, which can be as high as maxlossratio (currently 90%). It is impossible to withdraw tokens if the penalty exceeds the maxlossratio.

The penalty is calculated according to the formula:

penalty = voting_power−0.05⋅deposit0.95\dfrac{voting\_power - 0.05 \cdot deposit}{0.95}0.95voting_power−0.05⋅deposit​

Observe that the penalty for withdrawal at the exact moment of locking for two years is equal to the deposit (so, the penalty is 100%):

0.95⋅deposit0.95=deposit\dfrac{0.95 \cdot deposit}{0.95} = deposit0.950.95⋅deposit​=deposit

Penalties are transferred to the Treasury, the allocation of which is subject to the governance decisions.

2. THE VOTE-ESCROWED GOVERNANCE IMPLEMENTATION

This section describes the technical details of the 1inch governance process.

The vote-escrow contract determines the voting power of the user address (the UP position size). The governance process for UP owners is carried out in Snapshot. The particular details of the stages of the process and governance parameters are described in the original documentation. Since 2021, SafeSnap has been used for the decentralized execution of governance decisions (source).

3. THE VOTE-ESCROWED ACCESS IMPLEMENTATION

This section contains information about implementing conditional access to resolver operations on top of the user's owned and delegated UP position.

To operate the resolver, the address should be whitelisted. The primary condition for listing is owning at least 5% of the total UP supply that can be delegated by the address itself or by external addresses (source). Resolvers listing is done manually by the 1INCH team if the address complies with the 5% UP condition.

Once listed, the Resolver can fill fusion orders. The order fulfillment process is designed as a Dutch auction. The resolver's profit comes from two sources: (1) arbitrage opportunities that arise while filling these orders and (2) additional incentives, if any.

4. STAKE DELEGATION

This section describes how the delegation of the UP position to other addresses is implemented. The delegatee can use this UP to run the resolver and use this delegated voting power in governance.

The delegation contract executes the delegation process. The delegated UP is accounted for with an internal array in this contract.

Each delegatee has a special farm that distributes the incentives to the original UP owners proportionally to the delegated UP and serves as the source of future cash flow for delegators. These incentives can be referred to as resolver bribes.