> For the complete documentation index, see [llms.txt](https://magnify.gitbook.io/magnify.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magnify.gitbook.io/magnify.cash/contracts.md).

# Contracts

| Description                                                                                          | Contract Address                           |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| **$MAG Token (ETH)**                                                                                 | 0x71DA932ccdA723BA3ab730C976bC66DaAF9C598c |
| **ETH Mainnet**                                                                                      |                                            |
| **ETH Mainnet Magnify Cash Core Protocol**                                                           | 0xA5FE620E35A2f7459e8cb72bd567aBA8f294867a |
| **ETH Mainnet** **Magnify Cash Lending Keys** (tokenizing lending desk ownership)                    | 0x44F9D84Dff13F3b032B194a57d0F008621324Dac |
| **ETH Mainnet** **Magnify Cash Obligation Notes** (tokenizing obligation for borrower to repay loan) | 0xf500E71357Fb954889D301002ea8c63b92623003 |

***

## Base Sepolia Testnet

| Description                                                                                  | Contract Address                           |
| -------------------------------------------------------------------------------------------- | ------------------------------------------ |
| **Base Sepolia Testnet Core Protocol**                                                       | 0x9d77E621be4aF95A83c4334e7B51e4440dC2Ed0f |
| **Base Sepolia Testnet Obligation Notes** (tokenizing obligation for borrower to repay loan) | 0xB9c25987c5Fa19214b27743C22480FEa2734b88c |
| **Base Sepolia Testnet Lending Keys** (tokenizing lending desk ownership)                    | 0x00cB7654463392E0E430699A607D07eAD5C04246 |

***

## Base Chain

| Description                                      | Contract Address                           |
| ------------------------------------------------ | ------------------------------------------ |
| <p>Base Mainnet MagnifyCash Protocol<br></p>     | 0x0A7B6c88Dff89e04662023780e5c9B206c3bD136 |
| <p>Base Mainnet MagnifyCash Lending Keys<br></p> | 0x6eDedD111Ae1B4E80eA2c8b44C5b76FE48C81f71 |
| Base Mainnet MagnifyCash Obligation Notes        | 0xD527F13f1F0e7c0FE99Ce113C5eB209919B0C242 |
| <p>Base Platform Wallet<br></p>                  | 0x378183253dfd50F6DC13A8B220aC15F114001B13 |
| <p>MagnifyCash Owner<br></p>                     | 0x4d421FC06da8B9E7C1f872Bf39a763489e779900 |
| <p>MagnifyCash Lending Keys Owner<br></p>        | 0x4d421FC06da8B9E7C1f872Bf39a763489e779900 |
| <p>MagnifyCash Obligation Notes Owner<br></p>    | 0x4d421FC06da8B9E7C1f872Bf39a763489e779900 |

## World Mini App

| Description       | Contract Address                           |
| ----------------- | ------------------------------------------ |
| World Mini App V2 | 0x93dbB2d447F0086aF60B2becc66598fe3D9135A1 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://magnify.gitbook.io/magnify.cash/contracts.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.
