> For the complete documentation index, see [llms.txt](https://docs.oiler.network/oiler-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oiler.network/oiler-network/products.md).

# Products

- [PITCH LAKE](https://docs.oiler.network/oiler-network/products/pitch-lake.md): DeFi vaults allowing Ethereum mainnet basefee trading
- [FOSSIL](https://docs.oiler.network/oiler-network/products/fossil.md): Fossil is a set of smart contracts on both Starknet and Ethereum L1 that allow Starknet smart contracts to read anything ever committed to Ethereum L1 and any of it’s EVM based L2s.
- [Getting Started](https://docs.oiler.network/oiler-network/products/fossil/getting-started.md): Welcome to the Oiler Fossil documentation. This page explains the basic concepts of Fossil
- [Architecture overview](https://docs.oiler.network/oiler-network/products/fossil/architecture-overview.md): Fossil smart contracts architecture overview.
- [FOSSIL API](https://docs.oiler.network/oiler-network/products/fossil/fossil-api.md)
- [NAFTA](https://docs.oiler.network/oiler-network/products/nafta.md): NFT Flash Loans & Long Term Renting without collateral
- [Contract Addresses](https://docs.oiler.network/oiler-network/products/nafta/contract-addresses.md): Nafta Smart Contract Addresses
- [FlashLoan](https://docs.oiler.network/oiler-network/products/nafta/flashloan.md): Step by step guide
- [Uniswap V3 LP NFT Wrapper](https://docs.oiler.network/oiler-network/products/nafta/uniswap-v3-lp-nft-wrapper.md)
- [Long Term Rent](https://docs.oiler.network/oiler-network/products/nafta/long-term-rent.md)
- [Contract Functions](https://docs.oiler.network/oiler-network/products/nafta/contract-functions.md)
- [Terms of Service](https://docs.oiler.network/oiler-network/products/nafta/terms-of-service.md): Last Updated: April 7, 2022
- [Privacy Notice](https://docs.oiler.network/oiler-network/products/nafta/privacy-notice.md): Last Updated: April 7, 2022
- [Risk Disclosure Statement](https://docs.oiler.network/oiler-network/products/nafta/risk-disclosure-statement.md): Last Updated: April 7, 2022
- [Legal Notice](https://docs.oiler.network/oiler-network/products/nafta/legal-notice.md): Last Updated: April 7, 2022


---

# 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://docs.oiler.network/oiler-network/products.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.
