# Magnify.Cash

## Magnify Cash

- [Welcome to Magnify Cash](https://magnify.gitbook.io/magnify.cash/welcome-to-magnify-cash.md): Magnify Cash is a Decentralized Credit Market that supports lending in any currency, against any collateral, on your own terms.
- [Token Swap](https://magnify.gitbook.io/magnify.cash/welcome-to-magnify-cash/token-swap.md): This guide explains how to purchase $MAG tokens on Ethereum Mainnet and Base Mainnet using Uniswap or Dexscreener. Follow these steps to securely acquire $MAG tokens.
- [How to Bridge $MAG from Ethereum to Base](https://magnify.gitbook.io/magnify.cash/welcome-to-magnify-cash/how-to-bridge-usdmag-from-ethereum-to-base.md): Bridging your $MAG tokens between Ethereum and Base networks is simple and secure. Follow the steps below to complete the process:
- [How to Stake $MAG on Base and Ethereum Mainnet](https://magnify.gitbook.io/magnify.cash/welcome-to-magnify-cash/how-to-stake-usdmag-on-base-and-ethereum-mainnet.md): MagnifyCash introduces $MAG staking, allowing holders to earn rewards by securing the network and contributing to its growth. This guide walks you through the staking process on both the Base network
- [Testnet Documentation](https://magnify.gitbook.io/magnify.cash/welcome-to-magnify-cash/testnet-documentation.md)
- [The Magnify Foundation](https://magnify.gitbook.io/magnify.cash/the-magnify-foundation.md): Magnify Cash is governed by The Magnify Foundation, a non-profit organization on a mission to drive innovation around Decentralized Credit Markets (DCMs) and the DeFi industry as a whole.
- [Magnify Cash Grants Program](https://magnify.gitbook.io/magnify.cash/the-magnify-foundation/magnify-cash-grants-program.md): Welcome to the Magnify Cash Grants Program documentation! This initiative is designed to support and reward builders contributing to the Base and Ethereum ecosystems.
- [Magnify World Mini App](https://magnify.gitbook.io/magnify.cash/magnify-world-mini-app.md): Welcome to the Magnify Cash Mainnet Documentation, where you can explore the features and functionalities of our platform for identity-backed loans.
- [How To Access](https://magnify.gitbook.io/magnify.cash/magnify-world-mini-app/how-to-access.md): Magnify Cash can be accessed within the World Mini App using two simple methods:
- [Magnify Cash Media Kit](https://magnify.gitbook.io/magnify.cash/magnify-cash-media-kit.md): Media guidelines and brand identity
- [Brand Assets](https://magnify.gitbook.io/magnify.cash/magnify-cash-media-kit/brand-assets.md): Magnify Ecosystem Brand Assets
- [Partner Integration Guide](https://magnify.gitbook.io/magnify.cash/partner-integration-guide.md): We encourage other projects and protocols to create their own official lending desks on Magnify Cash. You do not need to become an official partner to do this, but we are happy to offer our support!
- [Contracts](https://magnify.gitbook.io/magnify.cash/contracts.md): A list of smart contract addresses associated with the Magnify Cash protocol
- [MagnifyCashV1](https://magnify.gitbook.io/magnify.cash/contracts/magnifycashv1.md): Git Source  Inherits: IMagnifyCashV1, Ownable, Pausable, ERC721Holder, ERC1155Holder
- [MagnifyERC721V1](https://magnify.gitbook.io/magnify.cash/contracts/magnifyerc721v1.md): Git Source  Inherits: ERC721, Ownable
- [MagnifyLendingKeysV1](https://magnify.gitbook.io/magnify.cash/contracts/magnifylendingkeysv1.md): Git Source  Inherits: MagnifyERC721V1
- [MagnifyObligationNotesV1](https://magnify.gitbook.io/magnify.cash/contracts/magnifyobligationnotesv1.md): Git Source  Inherits: MagnifyERC721V1
- [Interfaces](https://magnify.gitbook.io/magnify.cash/interfaces.md)
- [IMagnifyCashV1](https://magnify.gitbook.io/magnify.cash/interfaces/imagnifycashv1.md): Git Source
- [IMagnifyERC721V1](https://magnify.gitbook.io/magnify.cash/interfaces/imagnifyerc721v1.md): Git Source
- [Developer Guide](https://magnify.gitbook.io/magnify.cash/developer-guide.md): A guide to integrations for developers
- [Basic Integration (Ethers)](https://magnify.gitbook.io/magnify.cash/developer-guide/basic-integration-ethers.md)
- [Technical Overview](https://magnify.gitbook.io/magnify.cash/developer-guide/technical-overview.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://magnify.gitbook.io/magnify.cash/welcome-to-magnify-cash.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.
