NashPoint
NashPoint
  • Introduction
    • Introduction To Nashpoint
    • Current Features & Capabilities
    • Post Launch Roadmap
  • User Documentation
    • Node Contract Overview
    • Node Owner & Rebalancer Roles
    • Portfolio Management
    • Rebalancing & Strategy Execution
    • User Deposits & Shares
    • Asynchronous Redemptions
      • Two Step Process
    • Swing Pricing
    • Processing User Redemptions
    • Management & Execution Fees
  • Developer Documentation
    • Overview
    • Role-Based Access Control
    • Smart Contract Architecture
  • Routers
    • ERC-4626 Router
    • ERC-7540 Router
    • Router Tolerance
  • Creating A Node
  • Asynchronous Redemptions
  • Managing a Node
    • Adding & Removing Components
    • Updating Component Allocations
    • Rebalance Window & Cooldown
    • Rebalancing a Node
    • Managing Rebalancers
    • Processing User Redemptions
      • Reserve vs Component Fulfillment
    • Reserve Management
    • Fees Configuration
    • Liquidation Queue Configuration
    • Max Deposit Limits
    • Operator Permissions
    • Emergency Controls
  • Upgrading a Node
    • Adding Quoters & Routers
    • Custom Router Development
    • Multi-Tier Permissioning
  • Cached Data & Gas Efficiency
  • Swing Pricing Calculations
  • Adding Routers and Components - Step by Step Guide
  • Node Execute Function
  • Resources
    • FAQ
    • Glossary
    • Supported Networks & Protocols
    • Deployments
    • Audits
    • GitHub
    • Telegram
    • NashPoint
  • Node Strategies
    • Test Node A
Powered by GitBook
On this page
Edit on GitHub
  1. User Documentation

Swing Pricing

Swing pricing is a mechanism used by Node Owners to encourage users to maintain healthy liquidity within the Node. Owners set a target reserve ratio, representing the ideal proportion of liquid assets held in reserve. When the reserve falls below this target, withdrawals incur a progressively increasing penalty, discouraging excessive redemptions. Conversely, deposits that help restore the reserve toward the target receive progressively better pricing, rewarding users who improve liquidity. This approach stabilizes reserves and reduces the likelihood of speculative withdrawals during market volatility.

Swing Pricing: A pricing mechanism that adjusts the share price during deposits and redemptions to incentivize maintaining an optimal reserve balance. It reduces share value during heavy withdrawals (below reserve targets) and rewards deposits when reserves are below the set target.

Target Reserve Ratio: A specified percentage of assets that a Node aims to maintain in liquid reserves.

Max Swing Factor: The maximum percentage adjustment applied to deposits or withdrawals through swing pricing, set by the Node Owner to ensure fairness and protocol stability.

PreviousTwo Step ProcessNextProcessing User Redemptions

Last updated 2 months ago