> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creda.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Smart Contract Addresses

> Find all Creda Finance smart contract addresses across supported chains

This page contains all official Creda Finance smart contract addresses across supported blockchain networks. These addresses are used by developers integrating with Creda Finance and for direct contract interactions.

<Warning>
  Always verify contract addresses from official sources. Never interact with
  contracts from unverified sources to avoid potential scams or loss of funds.
</Warning>

## Terra (phoenix-1)

Terra is the primary network for Creda Finance deployment.

### Core Contracts

<CardGroup cols={2}>
  <Card title="Global Config" icon="gear" href="https://chainsco.pe/terra2/address/terra1skhnhcj653zfkqzd4txcashg0qu4v0vnpckeztgmsm46cqn33lhsxyej6c">
    Central registry for contract addresses and ownership management.
  </Card>

  {" "}

  <Card title="Oracle" icon="chart-line" href="https://chainsco.pe/terra2/address/terra1wj56ld9e9tuuw6qqr8m5ac8h953te65jcxz7c0dgekrud8lxwjgqryuwg3">
    Price feed oracle with EMA smoothing and validation.
  </Card>

  {" "}

  <Card title="Portfolio" icon="wallet" href="https://chainsco.pe/terra2/address/terra1y6hfmr3lxxj6srduhlfz96x7sga2984pr757a0nrfuqxa9rqxapqcjv4zz">
    Core lending protocol handling supply, borrow, and liquidation logic.
  </Card>

  <Card title="Liquidator" icon="triangle-exclamation" href="https://chainsco.pe/terra2/address/terra14452q6ypfn7xaque0hu8y9420xwu3y9gq7zw8f9rc82tx7rk2hlq8a7ca3">
    Handles liquidation logic through flashloans.
  </Card>
</CardGroup>

### Contract Addresses Table

| Contract      | Address                                                            |
| ------------- | ------------------------------------------------------------------ |
| Global Config | `terra1skhnhcj653zfkqzd4txcashg0qu4v0vnpckeztgmsm46cqn33lhsxyej6c` |
| Oracle        | `terra1wj56ld9e9tuuw6qqr8m5ac8h953te65jcxz7c0dgekrud8lxwjgqryuwg3` |
| Portfolio     | `terra1y6hfmr3lxxj6srduhlfz96x7sga2984pr757a0nrfuqxa9rqxapqcjv4zz` |
| Liquidator    | `terra14452q6ypfn7xaque0hu8y9420xwu3y9gq7zw8f9rc82tx7rk2hlq8a7ca3` |
