# Production Spot Price List

{% hint style="info" %}
Note: These feeds are configured automatically on first run by [reporterd](/layer-docs/running-tellor/run-the-data-reporter.md). If you find that you are not able to report any of these prices, please [update your data reporter!](/layer-docs/running-tellor/run-the-data-reporter/updating-reporterd.md)
{% endhint %}

There are two different methods for calculating prices: "Market", and "Fundamental".

**Market**: A median of market prices from exchange APIs.

**Fundamental**: (conversion rate from the token contract) \* (market price of the collateral asset). These feeds require EVM RPC calls to calculate.

1. BTC/USD: Market
2. ETH/USD: Market
3. KING/USD: Market
4. rETH/USD: Fundamental
5. SAGA/USD: Market
6. sfrxUSD/USD: Fundamental
7. stATOM/USD: Market
8. sUSDe/USD: Fundamental
9. sUSDS/USD: Market
10. sUSN/USD: Fundamental
11. tBTC/USD: Market
12. TRB/USD: Market
13. USDC/USD: Market
14. USDN/USD: Market
15. USDT/USD: Market
16. vyUSD/USD: Fundamental
17. wstETH/USD: Fundamental
18. yETH/USD: Fundamental
19. yUSD/USD: Fundamental


---

# 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.tellor.io/layer-docs/running-tellor/run-the-data-reporter/production-spot-price-list.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.
