# MetaStreet

## MetaStreet

- [Introduction](https://docs.metastreet.xyz/welcome-to-metastreet/introduction.md)
- [Object-Oriented Finance](https://docs.metastreet.xyz/welcome-to-metastreet/object-oriented-finance.md)
- [Links](https://docs.metastreet.xyz/welcome-to-metastreet/links.md)
- [Overview](https://docs.metastreet.xyz/liquidity-layer/overview.md)
- [How Pools Work \[ELI5\]](https://docs.metastreet.xyz/liquidity-layer/how-pools-work-eli5.md)
- [Earn](https://docs.metastreet.xyz/liquidity-layer/earn.md)
- [Manage](https://docs.metastreet.xyz/liquidity-layer/earn/manage.md): Detailed information on how to manage your lending positions.
- [Borrow](https://docs.metastreet.xyz/liquidity-layer/borrow.md)
- [Manual Loan Repayment](https://docs.metastreet.xyz/liquidity-layer/borrow/manual-loan-repayment.md): Direct-to-contract instructions for how to Repay a Loan in the event that the MetaStreet App cannot be accessed.
- [Auctions](https://docs.metastreet.xyz/liquidity-layer/auctions.md)
- [Overview](https://docs.metastreet.xyz/yield-capture-layer/overview.md)
- [How it Works \[ELI5\]](https://docs.metastreet.xyz/yield-capture-layer/how-it-works-eli5.md)
- [NodeFi (Yield Pass)](https://docs.metastreet.xyz/yield-capture-layer/nodefi-yield-pass.md)
- [Aethir on Yield Pass](https://docs.metastreet.xyz/yield-capture-layer/nodefi-yield-pass/aethir-on-yield-pass.md)
- [Xai on Yield Pass](https://docs.metastreet.xyz/yield-capture-layer/nodefi-yield-pass/xai-on-yield-pass.md)
- [GPU Financing](https://docs.metastreet.xyz/yield-capture-layer/gpu-financing.md)
- [Audits](https://docs.metastreet.xyz/yield-capture-layer/audits.md)
- [Dashboard](https://docs.metastreet.xyz/yield-capture-layer/dashboard.md): Yield Pass Dashboard
- [Airdrop Pass](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass.md): A high level overview of Airdrop Pass
- [Minting AP & DP](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass/minting-ap-and-dp.md)
- [Trading AP](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass/trading-ap.md)
- [AP: Claiming Airdrops](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass/ap-claiming-airdrops.md)
- [Buying DP](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass/buying-dp.md)
- [DP: Redeeming NFTs](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass/dp-redeeming-nfts.md)
- [Providing Liquidity](https://docs.metastreet.xyz/yield-capture-layer/airdrop-pass/providing-liquidity.md)
- [Protocol Design](https://docs.metastreet.xyz/technical-overview/protocol-design.md)
- [Deposit Flow](https://docs.metastreet.xyz/technical-overview/protocol-design/deposit-flow.md)
- [Borrow Flow](https://docs.metastreet.xyz/technical-overview/protocol-design/borrow-flow.md)
- [Liquidity Ticks](https://docs.metastreet.xyz/technical-overview/protocol-design/liquidity-ticks.md)
- [Tokenization](https://docs.metastreet.xyz/technical-overview/protocol-design/tokenization.md)
- [Collateral Filters](https://docs.metastreet.xyz/technical-overview/protocol-design/collateral-filters.md)
- [Collateral Wrappers](https://docs.metastreet.xyz/technical-overview/protocol-design/collateral-wrappers.md)
- [Interest Rate Models](https://docs.metastreet.xyz/technical-overview/protocol-design/interest-rate-models.md)
- [Liquidation](https://docs.metastreet.xyz/technical-overview/protocol-design/liquidation.md)
- [Deployment](https://docs.metastreet.xyz/technical-overview/protocol-design/deployment.md)
- [Admin Fees](https://docs.metastreet.xyz/technical-overview/protocol-design/admin-fees.md)
- [Contract Addresses](https://docs.metastreet.xyz/technical-overview/contract-addresses.md)
- [Token Bridges](https://docs.metastreet.xyz/technical-overview/token-bridges.md)
- [Audits](https://docs.metastreet.xyz/technical-overview/audits.md)
- [Gas Report](https://docs.metastreet.xyz/technical-overview/gas-report.md): Gas costs from Pool v2.6 (commit hash 1d6c1f9).
- [API](https://docs.metastreet.xyz/technical-overview/api.md)
- [SDK](https://docs.metastreet.xyz/technical-overview/sdk.md)
- [Dashboard](https://docs.metastreet.xyz/technical-overview/dashboard.md): MetaStreet v2 Pool Dashboard
- [Terms of Service](https://docs.metastreet.xyz/other/terms-of-service.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://docs.metastreet.xyz/welcome-to-metastreet/introduction.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.
