# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alphafi.xyz/alphalend/developers/contract-and-object-ids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
