LogoLogo
Swivel v4.0.0
Swivel v4.0.0
  • Litepaper
    • Principal Tokens (PTs)
      • Exiting/Selling PTs
      • Secondary AMM's
    • Yield Tokens (YTs)
      • Exiting/Selling YTs
    • AMM vs. Orderbook
  • Swivel Safety Module (SSM)
    • Staking
    • Withdrawing
  • Swivel Exchange
    • Exchange Functions
      • Simple Fixed Yield Lending
      • Professional Fixed-Yield Lending
      • Purchasing YTs
      • Selling PTs
      • Selling YTs
      • Splitting/Combining Tokens
      • Redeeming Tokens/Interest
    • Maturity
    • Liquidity Incentives
    • Minimums, Rate Limits & Fees
    • Retroactive Distribution
    • How to Claim SWIV Tokens
  • Developers
    • Exchange API
      • GET
        • Get Markets
        • Orderbook
        • Get Order
        • OHCLV (Candles)
        • Get Effective Price (Preview Market Order)
        • Get Order History
        • Get Last Trade Info
      • POST
        • Order
    • Swivel.js
      • API
        • Swivel
        • MarketPlace
        • VaultTracker
    • Swivel.py
      • swivel
        • swivel.abstracts
          • swivel.abstracts.deployed
          • swivel.abstracts.market_place
          • swivel.abstracts.swivel
          • swivel.abstracts.vault_tracker
        • swivel.contracts
          • swivel.contracts.market_place
          • swivel.contracts.swivel
          • swivel.contracts.vault_tracker
        • swivel.vendors
          • swivel.vendors.signer
          • swivel.vendors.w3
    • Scrivel (Python Examples)
    • Contracts Overview
      • Contracts
        • Swivel
        • MarketPlace
        • VaultTracker
        • Creator
    • Ubiquitous Language V4
      • Shared Language
      • UI Language
      • Technical Language
      • Compound Language
      • Finance Terms
  • Community & Media
  • Incentives
  • Other Resources
    • Institutions
      • Rate Profile Optimization
        • Instruments and Participants
        • Market Opportunities and Pricing
        • Counterparty Risk Management
        • Benefits and drawbacks of standardization
        • User Needs
          • Corporate Treasury and Funding
          • Institutional Investors and Asset Managers
          • Speculators and Proprietary Trading Functions
          • Brokers and Market Makers
          • Liquidity Management, Funding and Resource Management
          • Risk Management and Insurance
          • Smaller Institutions and Individuals
      • Swivel for Enterprise
        • Overview
        • How Swivel works
        • Flexible Order Book
        • Future Developments
      • Delegated Credit
        • Challenges of Delegated Credit
          • Credit Pools
          • Intermediating Trust in Credit Delegation
Powered by GitBook
On this page
  1. Developers
  2. Ubiquitous Language V4

UI Language

These term definitions are understood in the context of the public interface at Swivel.finance.

Lend

You can lend Underlying assets by placing a Fixed Yield order.

Order

In the Front End context, an Order is any valid Market Order or Limit Order placed on a given Market to lend, buy or sell Underlying or Token assets.

Orderbook

The table of valid, open Orders for a given Market

Fill

Fill orders are Orderbook Orders that fulfill your Market Order or Limit Order partially or in full.

Fixed Yield

A Fixed Yield order uses the Swivel protocol to give the user an immediate yield for lending Underlying assets. When a Fixed Yield order is filled, Swivel mints an equal amount of YT and PT on the Underlying, leaving the PT in your balance and immediately selling the YTs on the Orderbook, and returning the Underlying to your Balance.

Amplified Yield (deprecated: 'Floating')

An Amplified Yield order purchases YTs from the marketplace and adds them to your Balance, where they will continue to earn a variable yield until the given Market matures.

Sell

You can sell your YTs or PTs back to the Orderbook at any time with a Sell order.

Market Order

Placing an Order as a Taker, transacting at the best available price on the Orderbook.

Limit Order

Placing an Order as a Maker, transacting at a determined price for the given order type and Market. Valid unfilled Limit Orders appear in your Open Limit Orders view. Depending on Order size and Orderbook volume, Limit Orders may be filled partially over an undetermined amount of time.

Position

The current state of your balance of Underlying and Token assets, for all active Markets you participate in.

Principal

  • Buy Amplified Yield -> Principal is amount of yield exposure (YT) purchased.

  • Buy Fixed Yield -> Principal is amount of Underlying lent.

  • Sell YT -> Principal is amount of YT sold.

  • Sell PT -> Principal is amount of PT sold.

Premium

  • Buy Amplified Yield -> Premium is amount of underlying spent on yield exposure (YT).

  • Buy Fixed Yield -> Premium is amount of generated yield, expressed in underlying asset.

  • Sell YT -> Premium is the amount of generated yield, expressed in underlying asset.

  • Sell PT -> Premium is price per underlying received when full.

PreviousShared LanguageNextTechnical Language

Last updated 1 year ago