# Oiler Network

## Oiler Network

- [Oiler Network](https://docs.oiler.network/oiler-network/master.md): Blockchain Native Derivatives
- [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
- [Tokenomics](https://docs.oiler.network/oiler-network/tokenomics/tokenomics.md)
- [LBP Overview](https://docs.oiler.network/oiler-network/tokenomics/lbp-overview.md)
- [Contract Addresses](https://docs.oiler.network/oiler-network/tokenomics/contract-addresses.md)
- [Audit](https://docs.oiler.network/oiler-network/tokenomics/audit.md): Oiler security audit report can be found on GitHub.
- [FAQ](https://docs.oiler.network/oiler-network/extras/faq.md)
- [Links & Support](https://docs.oiler.network/oiler-network/extras/support.md)
- [Terms of Service](https://docs.oiler.network/oiler-network/legal/terms-and-conditions.md)
- [Legal Notice and Risk Disclosure Statement](https://docs.oiler.network/oiler-network/legal/legal-notice-and-risk-disclosure-statement.md)
- [Privacy Policy](https://docs.oiler.network/oiler-network/legal/privacy-policy.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.oiler.network/oiler-network/master.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.
