Bonds
Overview
The Fabriq bonding system presents a novel mechanic for interchain lending. It's flexibility makes it suitable for a number of use-cases.
From a bond issuer’s perspective, bonds support a variety of use-cases including:
Cross-chain collateralized liquidity (cross-chain flashloan)
Short-, medium- or long-duration interchain debt notes
Constructing short positions
From a bond underwriter’s perspective, bonds provide:
A low-risk profit-sharing instrument for satisfying retail orderflow
A mechanism for additional interest-based yields for assets held long
A mechanism for porfolio or interchain liquidity rebalancing
Issuing Bonds
A bond begins with tendering and issuance. A bond issuer has an opportunity they would like to gain liquidity to access.
The status of a bond can be checked by:
Discovering Bonds
From the perspective of a counterparty who is providing liquidity in some way, the process of interacting with bonds starts with discovery.
We can retrieve bond details, including:
Collateral type and amount
Maturity period
Expected yield (Solver margin split)
Bond status
Subsequently, counterparties can use internal risk filters to analyze bond preference based on collateral quality, expected yield, and duration.
To discover outstanding/un-issued bonds:
Bonds can be filtered similarly to Swaps with the SDK:
Acquiring Bonds
Once a counterparty has discovered a bond to purchase, the counterparty registers the bond, much like a SwapIntent, and then provides the requested liquidity through the bond. Providing the liquidity can be don
Using Bond Liquidity
Once a bond has been purchased, making use of bond liquidity can be done through an SDK provided interface, Bond
. Bond
provides a means of taking funds from the bond and putting them to use:
This will execute a transaction from within the Bond
contract on-chain. Support for more complicated transactions in the SDK
Selling Issued Bonds
[note: this is slated for the upcoming release, Ganymede]
Bonds can be sold if liquidity is preferable. The bondholder can make use of this by issuing a Swap with the input being the bond. It’s an ERC721 that can be exchanged with the same mechanics as a Swap for ERC20 tokens, though it can only be priced over the output asset.
Last updated