Savmswap
  • 💡Introduction
    • Comparative Analysis with Traditional Markets
    • Automated Market Maker (AMM) vs Order Book
    • Embracing Permissionless Systems
  • ♟️Protocol Overview
    • ⚒️How Savmswap Works
      • Smart Contracts
      • Core
      • Factory
      • Pairs
      • Periphery
      • Library
      • Router
      • Design Decisions
      • Minimum Liquidity
    • ⛴️Ecosystem Participants
      • Liquidity Providers
      • Traders
      • Developers/Projects
    • 🔬Glossary
    • ⚙️Contract Addresses
  • 🛰️Core Concept
    • Swaps
      • Receiving Tokens
      • Sending Tokens
    • Pools
      • Pool Tokens
      • Why Pools?
    • Staking
      • How to Stake on Savmswap?
      • Staking on Savmswap
      • Fees on Savmswap
    • Flash Swaps
    • Oracles
Powered by GitBook
On this page
  1. Core Concept
  2. Swaps

Receiving Tokens

As indicated by the function signature, Savmswap requires those calling the swap to specify the number of output tokens they wish to receive via the amount{0,1}Out parameters, corresponding to the desired amount of token{0,1}.

PreviousSwapsNextSending Tokens

Last updated 1 year ago

🛰️