NAVI Protocol Developer Docs
  • đŸ–Ĩī¸Build with NAVI Protocol
  • 📖Smart Contract Overview
    • 1ī¸Lending Core
    • 2ī¸Flash Loan
    • 3ī¸Calculator
    • 4ī¸Dynamic Calculator
    • 5ī¸Storage
  • 🕓Decentralized Oracle
    • đŸ’ŊOracle Interface
  • đŸ—ēī¸Contract Configuration
    • 1ī¸âƒŖGet the Latest Package ID
    • 2ī¸âƒŖGet Pools Config and Oracle Price Feeds
    • 3ī¸âƒŖGet Flashloan Config
  • đŸ›Šī¸NAVI SDK
    • 1ī¸Getting Started
    • 2ī¸Retrieve Info & Data
    • 3ī¸Interactions With NAVI
    • 4ī¸PTB Functions
    • 5ī¸Other Ways to Interact with NAVI
    • 6ī¸Demo
  • 📲NAVI UI SDK
    • ⭐Getting Started
    • đŸ…°ī¸Aggregator Components
  • 🎧Contract Integration with NAVI
    • 1ī¸âƒŖRetrieve Pools Info inside Contract
    • 2ī¸âƒŖIntegration with Account Cap
    • 3ī¸âƒŖDemo
  • 🏅NAVI Aggregator
    • 1ī¸âƒŖGetting Started
    • 2ī¸âƒŖAggregator SDK
    • 3ī¸âƒŖAggregator API
    • 🛜Contact Page
  • NAVI Bridge
    • 🚀Quick Start
    • 📄Bridge SDK
  • 📊NAVI Uptime Status Page
  • 📚NAVI API Collection
    • NAVI API
    • afSui, haSui, vSui API
  • ❓FAQ
Powered by GitBook
On this page

Contract Configuration

PreviousOracle InterfaceNextGet the Latest Package ID

Last updated 8 months ago

Contract configuration is a key step in setting up and integrating with the NAVI protocol. This process involves defining and customizing essential parameters that control the behavior of smart contracts, ensuring they function optimally within the ecosystem.

Key Elements of Contract Configuration:

  • Contract Address Setup: Configure the latest upgradable contract address. This address is crucial for routing transactions to the appropriate contract.

  • Pool Settings: Define supply and borrow pools, including pool addresses, supported tokens, and specific parameters like fees, limits, and incentives.

  • Oracle Integration: Connect smart contracts to oracles for real-time data, such as asset prices, which are vital for operations like liquidations and collateral management.

Proper configuration ensures seamless interactions between smart contracts, oracles, and other ecosystem components, enabling smooth processes like supplying, borrowing, and distributing rewards.

đŸ—ēī¸
1ī¸âƒŖGet the Latest Package ID
2ī¸âƒŖGet Pools Config and Oracle Price Feeds
3ī¸âƒŖGet Flashloan Config