Locus Finance
  • Welcome to Locus.finance
  • đŸĨGet started
    • Where should i start
      • Connect your wallet
      • Deposit
      • Withdrawal
      • Check the portfolio
      • Add vault tokens to Metamask wallet
    • FAQ
  • đŸĒ™Locus token
    • Buying Locus
    • Locus token overview
    • Locus Staked token (stLocus)
    • Incentives for Liquidity Providers
  • 💰Indexes
    • Locus indexes
      • xETH index
      • xDEFI index
      • xARB index
      • xUSD index
      • Pendle Index
    • Locus index tokens staking (stIndex)
    • How are indexes managed internally?
    • Locus Index technologies
    • Detailed PnL explained
    • Index fees explained
    • Strategies allocation scoring explained
    • Index rebalancing explained
    • Index safety score explained
    • Index risks explained
  • â„šī¸INFORMATION
    • Locus addresses
    • Audits
    • Links
  • ❗EXTRAS
    • Terms of Use
    • Privacy Notice
    • Restricted countries
  • ✅How to
    • How to deposit and withdraw through smart contracts
    • How to add an Arbitrum Network to your wallet to use the Locus Token
    • How to add a Locus token to your personal wallet
    • How do I add tokens to a liquidity pool?
    • How to stake the Locus token
  • Archive
    • Vaults V2 Migration Technical Info
    • Deprecated strategies
    • Mantle Index
Powered by GitBook
On this page
  • What is a vault?
  • Strategy Management
  • Strategist addresses
  • Developers addresses

Was this helpful?

  1. Indexes

How are indexes managed internally?

PreviousLocus index tokens staking (stIndex)NextLocus Index technologies

Last updated 12 months ago

Was this helpful?

What is a vault?

Vault is an compliant contract that accepts deposits, issues shares, and allocates funds to different strategies to earn yield.

Strategy is an compliant contract that can be added to a vault that earns yield on an underlying asset.

So at its core, an index is a smart contract that manages multiple underlying strategies. Smart contracts are digital contracts stored on a blockchain that are automatically executed.

Strategy Management

The job of an index is to manage assets between strategies that do the yield generation. As mentioned earlier, funds in indexes are managed by smart contracts, but there are also so called strategist addresses which are necessary for setting up the allocation of funds in strategies, you can find more information about this .

Strategist addresses

Since the index not only runs automatically but is also manually curated, certain operations require rights for partial adjustment of predefined parameters. The addresses used for this purpose are called strategist's addresses.

Strategist addresses are the addresses for regular index maintenance processes. They are limited in terms of authority over the indexes, being able only to customize specific aspects. Strategists can adjust the withdrawal/deposit buffer, change the allocation of strategies in the index, i.e. do rebalancing of strategies within the index, and initiate harvesting to collect yields.

Access to strategist addresses is protected by multi-signature, which means that every action performed must be confirmed by at least 3 of the 5 addresses.

Strategists' actions are publicly viewable. To view their actions one can visit the strategy and indexes page in blockchain explorer. Strategists use several for managing the indexes:

Harvest

This method collects all the income that the strategy has generated since the last harvest and reinvests it. Also at this point, it redistributes assets from the to the strategy and vice versa if necessary.

To see strategy harvests go to the strategy address and click on the transactions tab, find there transactions with the Harvest method.

Set SlippagĐĩ

In trade, there is almost always a spread between the price that a buyer will pay and the price that a seller will sell an asset. When an order is made, this difference in price between buyer and seller expectations results in price slippage. This parameter is controlled by the Set SlippagĐĩ method.

addStrategy

Add a Strategy to the index. If the team finds a new strategy that is suitable, it can be added to an existing index using addStrategy method.

Update Strategy Debt Ratio

Update Strategy Debt Ratio method changes the quantity of assets strategy may manage.

Developers addresses

Developers have access for working on the infrastructure of indexes and deploying new strategies.

Access to developers' addresses is also protected by multi-signature, every action must be confirmed by at least 3 of the 5 addresses.

Indexes are regularly monitored by the locus team with the purpose of changing assets allocation when necessary. This may also be referred to as . Read more about what parameters the team monitors to do rebalancing here Strategies allocation scoring explained.

💰
rebalancing
ERC-4626
ERC-4626
here
methods
withdrawals/deposits buffer
Harvest
Set slippage and harvest
addStrategy
Update Strategy Debt Ratio