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

# Templates

Helpful templates to get you started with your analysis.

### **Stablecoin Yield Finder**

Compare stablecoin yields across lending protocols and chains in real-time. Find the best returns on USDC, USDT, and others with live APY data from 2,000 pools that automatically updates.

* Google Sheets template: [Stablecoin Yield Finder](https://docs.google.com/spreadsheets/d/1hiWuCNAFnaT0EFSMIdZXEtNBPMC_sdg_4Jh-L1njBF0/edit?usp=sharing)
* Excel template:

{% file src="/files/0dIs6U4CBo5PELRAVigd" %}

### **Multi-Chain Yield Finder with Earnings Calculator**

Track yields across DeFi protocols on Ethereum, Arbitrum, Base, Solana, and more. Input your capital to calculate projected earnings and compare opportunities across chains and protocols.

* Google Sheets template: [Multi-Chain Yield Finder with Earnings Calculator](https://docs.google.com/spreadsheets/d/1fnZR_in2OM_E5CaLMsYDHRPIzb9QEAZkvx1yhsunD7s/edit?usp=sharing)
* Excel template:

{% file src="/files/1rNbp6AgJyfejPtV1ZmD" %}

### **Protocol Comparison Table**

Analyze and compare key metrics across DeFi protocols side-by-side including TVL, fees, revenue, and valuation ratios. Perfect for fundamental analysis and identifying undervalued protocols with strong revenue generation.

* Google Sheets template: [Protocol Comparison Table](https://docs.google.com/spreadsheets/d/1fnZR_in2OM_E5CaLMsYDHRPIzb9QEAZkvx1yhsunD7s/edit?usp=sharing)
* Excel template:

{% file src="/files/2r00iwa0YZ1f34JrKUDG" %}

### **Chain Comparison Table**

Compare Layer 1 and Layer 2 blockchain performance metrics including TVL, fee generation, and capital efficiency ratios. Compare which chains are capturing the most value and where DeFi activity is growing fastest.

* Google Sheets template: [Chain Comparison Table](https://docs.google.com/spreadsheets/d/1FSFTLqKnD1Xn2DSnId_O5IIxpBlo1ptL-vVvtPOpLzI/edit?usp=sharing)
* Excel template:

{% file src="/files/Ftpgdoq0tzR9zN9DJWUS" %}

### **Advanced Revenue Table**

Track the top revenue-generating protocols with comprehensive financial metrics including weekly & monthly fees, revenue, holders revenue, and valuation multiples. Identify which protocols are generating sustainable revenue and spot opportunities through metrics like take rate and Total Revenue Shared.

* Google Sheets template: [Advanced Revenue Table](https://docs.google.com/spreadsheets/d/1YkV7ZOqtJSZPc07hFTXGsxebMSeDYB2tnxyY9DiO0ME/edit?usp=sharing)
* Excel template:

{% file src="/files/Ftpgdoq0tzR9zN9DJWUS" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.llama.fi/spreadsheet-functions/templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
