# Reference

- [SDK API](https://docs.doppler.lol/reference/api-reference.md)
- [EVM SDK Examples](https://docs.doppler.lol/reference/examples.md)
- [Multicurve](https://docs.doppler.lol/reference/examples/multicurve.md): Create coins with Doppler Multicurve for more granular supply curves
- [Static auctions](https://docs.doppler.lol/reference/examples/static-auctions.md): Create coins with Doppler's static bonding curve, aka Doppler v3
- [Dynamic auctions](https://docs.doppler.lol/reference/examples/dynamic-auctions.md): Create coins with Doppler's Dutch auction bonding curve, aka Doppler v4
- [Quoting, monitoring, and metrics](https://docs.doppler.lol/reference/examples/quoting-monitoring-and-metrics.md): Examples for getting swap quotes, monitoring auction progress, and fetching token details
- [SVM SDK Examples](https://docs.doppler.lol/reference/svm-sdk-examples.md)
- [Launch](https://docs.doppler.lol/reference/svm-sdk-examples/launch.md): Easily launch new assets on Solana with Doppler
- [Swap](https://docs.doppler.lol/reference/svm-sdk-examples/swap.md): Easily swap Doppler created assets on Solana
- [Launch, monitor, and e2e](https://docs.doppler.lol/reference/svm-sdk-examples/launch-monitor-and-e2e.md): An end to end example for launching new assets on Solana, monitoring, and swapping them
- [Data Indexing](https://docs.doppler.lol/reference/overview.md)
- [Indexer API](https://docs.doppler.lol/reference/api-usage.md)
- [Quotes & swaps](https://docs.doppler.lol/reference/quotes-and-swaps.md)
- [Contract addresses](https://docs.doppler.lol/reference/contract-addresses.md)
- [Metadata standards](https://docs.doppler.lol/reference/metadata-standards.md): Best practices for ecosystem support and compatability
- [Legacy SDK migration guide](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides.md)
- [v3](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3.md)
- [Overview](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/overview.md): Overview of Doppler V3
- [Get Started](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/getting-started.md): Getting Started with Doppler V3 SDK
- [Factory](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/factory.md): Factory Class Reference
- [Token](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/token.md): Token Class Reference
- [Quoter](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/quoter.md): Quoter Class Reference
- [Custom Fees](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/custom-fees.md): Arbitrary migration to Uniswap v4 pools with customizable fees
- [Governance Options](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/governance-options.md)
- [Streamable V3](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/streamable-v3.md): Streamable V3 (Lockable V3 Pools) Reference
- [v4](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4.md)
- [Overview](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/overview.md): Overview of the Doppler V4 SDK
- [Get Started](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/getting-started.md): Getting Started with Doppler V4 SDK
- [Examples](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/examples.md)
- [Factory](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/factory.md): Factory Class Reference
- [Quoter](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/quoter.md): Quoter Class Reference
- [Lens](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/lens.md): Quoter Class Reference
- [Custom Fees](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/custom-fees.md)
- [Governance Options](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v4/governance-options.md)
- [Historical context](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/overview.md)
- [Legacy SDK migration guide](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/sdk-migration-guide.md): Migrate from the (legacy) Doppler v3 or v4 SDK to the latest
- [Security & bug bounties](https://docs.doppler.lol/reference/security-and-bug-bounties.md)
- [Roadmap](https://docs.doppler.lol/reference/roadmap.md): A high level overview of where Doppler is planning to go...


---

# Agent Instructions: 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.doppler.lol/reference.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.
