Jellyverse Docs
WebsiteApp
English
English
  • Overview
    • How to Connect to SEI
    • How to get SEI Devnet Funds
    • How to make your first Swap
  • Protocol Library
    • JellySwap
      • Liquidity Management
        • Swaps
      • Pools
        • Weighted Pools
        • Stable Pools
          • Composable Stable Pools
        • Setting up a Pool Configuration
      • Impermanent Loss
        • 50/50 Pools
        • 80/20 Pools
        • Multitoken Pools
      • Preminted JPT
      • Relayers
      • Smart Order Router (SOR)
    • JellyStake
      • Staking Chests
      • Voting power
    • jAssets by BLKSWN
      • Liquidation and the Stability Pool
      • Liquidation Logic
      • Recovery Mode
      • jUSD Redemption
      • Expected User Behaviors
      • Core Smart Contracts
      • PriceFeed and Oracle
      • Contract Ownership and Function Permissions
      • Keeping a sorted list of Vaults ordered by LACR
      • Supplying Hints to Vault operations
      • Gas compensation
      • The Stability Pool
      • Swap Pools
      • Protocol System Fees
      • Governance
      • Audits
  • Jellyverse Architecture
    • Governance
    • Rewards
    • Reward Distributor
    • Tokenomics
    • Whitepaper
    • Contract Addresses
  • Audit
  • Community
    • Socials
  • COMMUNITY PROTOCOLS
    • Introduction
Powered by GitBook
On this page
  1. Protocol Library

jAssets by BLKSWN

Last updated 6 months ago

The jAsset protocol is a community project that has not yet been confirmed by the Jellyverse DAO.

Overview

jAssets is a collateralized debt platform. Users can lock up collateral (specific ERC20 tokens, selected by the governance) and issue jAssets (jUSD, jAAPL, jTSLA, etc.) to their own address and subsequently transfer those tokens to any other address. The individual collateralized debt positions are called Vaults.

The jAssets are economically geared towards maintaining their underlying oracle value (peg) due to the following properties:

  1. The system is designed to always be over-collateralized - that means the dollar value of the locked collateral exceeds the dollar value of the issued jAssets.

  2. The jUSD is fully redeemable - users can swap $x worth of jUSD for $x worth of collateral tokens (minus fees) directly with the system at any time.

After opening a Vault, users may issue ("borrow") tokens such that the collateralization ratio of their Vault remains above their individual minimum collateral ratio (IMCR). The IMCR is calculated based on the Vault's collateral but will be at least 110%.

The tokens are freely exchangeable - anyone with an EVM address can send or receive jAsset tokens, whether they have an open Vault or not. The tokens are burned upon repayment of a Vault's debt.

The jAsset system uses price feeds from the decentralized oracle provider. When a Vault falls below its IMCR, it is considered under-collateralized and is vulnerable to liquidation.

pyth.network