# Contract & Object IDs

These are the latest verified package and object IDs for AlphaFi and AlphaLend on **Sui mainnet**. Use them to interact with the protocol programmatically or for integration.

### AlphaFi Oracle

```jsx
ALPHAFI_LATEST_ORACLE_PACKAGE_ID:
  "0x39850d8deb783ef11b10487dc8a80a701506b1471ce11cde83124f35ba3da699",

ALPHAFI_ORACLE_OBJECT_ID:
  "0xce4ca140eb264bdc5b03f3268eeb013495f04561e38473aadcf654fb0db6b096",
```

### AlphaFi Stdlib

```jsx
ALPHAFI_FIRST_STDLIB_PACKAGE_ID:
  "0x4b591bbc246c9fadd28e7ac895e0778fb0e102f1b0d9f441e78d35f0d1ea1fcc",

ALPHAFI_LATEST_STDLIB_PACKAGE_ID:
  "0x4b591bbc246c9fadd28e7ac895e0778fb0e102f1b0d9f441e78d35f0d1ea1fcc",
```

### AlphaLend Lending Protocol

```jsx
ALPHALEND_FIRST_PACKAGE_ID:
  "0xd631cd66138909636fc3f73ed75820d0c5b76332d1644608ed1c85ea2b8219b4",

ALPHALEND_LATEST_PACKAGE_ID:
  "0xc8a5487ce3e5b78644f725f83555e1c65c38f0424a72781ed5de4f0369725c79",

LENDING_PROTOCOL_ID:
  "0x01d9cf05d65fa3a9bb7163095139120e3c4e414dfbab153a49779a7d14010b93",
```

> These values are always up-to-date in the [alphalend-sdk-js](https://github.com/AlphaFiTech/alphalend-sdk-js/blob/main/src/constants/prodConstants.ts) constants file.
