Skip to main content

Parameters

This method does not take any parameters.

Response

object

Code Examples

Basic Request

Using web3.js

Notes

  1. Returns the parameters that govern inflation on the Solana network
  2. Inflation decreases over time according to the taper rate
  3. Foundation inflation is separate from validator inflation
  4. The response is immediate as it reads from the current state
  5. These parameters are set by governance and can change

Best Practices

  1. Use this method to understand the network’s inflation schedule
  2. Cache results when appropriate to reduce RPC load
  3. Consider the impact of inflation on staking rewards
  4. Monitor for changes in inflation parameters
  5. Use in conjunction with other inflation-related methods

Common Errors

Use Cases

  1. Inflation Analysis
  2. Staking Reward Projection
  3. Inflation Monitoring