πŸͺ™
Bible
  • πŸ“šbookshelf.crypto
  • πŸ“•Fundamentals
    • πŸͺ™Tokenomics
    • πŸͺ™Tokenomics tips
    • βš–οΈLiquidity Pools & Staking
    • πŸ“ˆNFTs in DEFI
    • βš™οΈUtility & example NFT collections
    • πŸ›οΈDAO & Governance
  • πŸ—οΈNitty gritty
    • πŸ’¬Lingo
    • πŸš—On & Off ramp
    • ❌xNFT
    • πŸͺ™Ethereum merge
    • ✍️bribing
    • πŸ‘›Cbdc & crypto
  • πŸ’­Wisdom
    • πŸ†•Creating a new product
    • πŸ’­Project Ideas
  • βš’οΈProtocols & utility
    • πŸͺ™$BLUR token
    • 🟒Shadow Drive
    • 🟒SPL-token Freezing
    • 🟒Cardinal
    • 🟒WOO X
    • 🟒Wormhole
    • 🟒Jump_
    • 🟒Saber
    • 🟒Solend
    • 🟒BTSE
    • πŸ”©Interesting utility
  • πŸ‘¨β€πŸ’ΌVCs
    • πŸ’°Venture Capital (VC Funds)
    • πŸ“”How VCs operate
    • 🏟️ESVCLP
    • πŸš—Sidecar
    • πŸ“„Trustees vs Beneficiaries
    • 🀝Mutual fund
    • 🐻Bare trust vs Unit trust
    • βš–οΈShareholders agreement
    • πŸ”Establishing a new VC
    • πŸ’°Tax incentives & benefits - WIP
    • πŸ“ Ben tax writeup
  • 🎯Marketing
    • πŸ“‘GTM - Go to market strategy - WIP
  • πŸ“˜Literature
    • 🏭Lean startup
    • πŸ“Founder’s Pocket Guide - Startup Valuation
    • πŸ˜„regret minimization framework
    • πŸ₯§Slicing pie
    • πŸ‘¨β€πŸ’ΌAgile vs. Lean
  • πŸ€–AI
    • GPT Best practices
    • Neural networks
    • Existing AI models
    • AI learning
    • LLMs
    • WASM AGI
    • πŸ’»Machine learning
  • 🧠Ideas
    • EarthID
    • HealthGuard
    • ⌚HealthGuard - product writeup
    • Sri Lanka ticketing platform
Powered by GitBook
On this page
  1. Protocols & utility

Saber

"Saber is the leading cross-chain stablecoin exchange on Solana"

PreviousJump_NextSolend

Last updated 2 years ago

  • Stable swap is optimised for assets that trade at nearly the same value (ie USDC/USDT)

  • Saber’s product is its own β€œAutomated Market Maker” contract. Meaning they have their own smart contract which calculates how much an asset should be swapped for

Different types of AMMs

Constant Product AMM (useful for assets which have volatile prices)

IE Liquidity Pool, price slippage

X*Y=K // Token A value * Token B Value = Constant

Constant Sum AMM (1:1 trading)

IE Treading assets with the exact same price, no slippage

X+Y=K // Token A price + Token B price = Constant

Stable swap - Saber's AMM calculation

A combination of

X + Y + X*Y = D + (D/2)^2

βš’οΈ
🟒