Splice.fi
The following actions allow users to interact with yield-bearing assets, performing swaps, liquidity management, and interest rate updates.
1. Splice Finance Swap
Description: Executes a swap in Splice Finance, allowing users to trade yield-bearing assets or other tokenized assets.
Fields:
Caller: The address initiating the swap transaction.
Market: The specific market where the swap occurs.
Receiver: The recipient address for the swapped asset.
Net Pt to Account: Net principal token amount transferred to the specified account.
Net Sy to Account: Net yield token amount transferred to the specified account.
2. Liquidity Removed
Description: Triggered when liquidity is removed from a specific market, helping users manage positions and monitor liquidity changes.
Fields:
Caller: Address initiating the removal of liquidity.
Market: The market from which liquidity is being removed.
Receiver: Address receiving the withdrawn liquidity.
Net LP to Remove: Total liquidity provider (LP) tokens to be removed from the pool.
Net Pt Out: Principal token amount returned after removing liquidity.
3. Market Creation
Description: Used to create a new market for yield-bearing assets, allowing users to establish separate markets for yield and principal components.
Fields:
Market: Designates the address or identifier of the newly created market.
P T: Principal token associated with the new market.
Scalar Root: A factor used to scale yield distribution in the market.
Initial Anchor: Initial price or rate setting for market stability.
Ln Fee Rate Root: Logarithmic fee rate applied to transactions within the market.
4. Interest Rate Update
Description: Adjusts the interest rate of a yield-bearing asset within a specified contract, impacting the yield component of split assets.
Fields:
Contract Address: Specifies the token contract associated with the interest-bearing asset.
Timestamp: The timestamp of the interest rate update event.
Last Ln Implied Rate: Last known logarithmic rate applied to yield calculations, providing historical reference.
These actions provide users with granular control over yield-bearing assets, allowing for complex operations like swaps, liquidity management, market creation, and interest rate updates. These functions enable the splitting of assets into yield and principal components, which can be leveraged in yield farming, staking, and DeFi investment strategies.
Last updated