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

# Protocol Overview

Liquidity serves as the lifeblood for the seamless operation of blockchain-based assets. Several strategies have emerged to ensure robust liquidity provisioning:

1. **Yield Farming and Secondary Pool Emissions:** By allocating rewards to staked LPs, these structures motivate participants to supply liquidity, allowing them to accrue additional tokens as compensation.
2. **Protocol-Owned Liquidity:** Some protoocls retain a subset of their tokens in liquidity pools. This proactive approach fortifies the ecosystem, ensuring consistent liquidity and reducing volatility.
3. **Governance Engagement via Token Bribes and Voting:** Tokens endowed with voting privileges can be further incentivized with offers of alternate tokens. This strategy spurs active participation in governance, as holders are incentivized to sway voting outcomes through tangible rewards.

**Introducing Skydrome**

Skydrome is a DeFi protocol designed to assist projects in meeting their liquidity requirements in a compelling manner.&#x20;

Drawing inspiration from Velodrome, Skydrome is erected upon the foundational architecture of Solidly. Its aim is to guarantee equitable rewards for liquidity providers, factoring in the challenges of impermanent loss. The prototype Solidly platform encountered multiple obstacles which stymied its widespread adoption within the Fantom landscape.&#x20;

Addressing these gaps, Skydrome has introduced a series of enhancements to the Solidly foundation. Each modification was meticulously selected to ensure the protocol's commitment to the core principle: enabling voters to equitably recompense LPs for impermanent losses.&#x20;

It's crucial to note the fundamental barriers that curtailed Solidly's momentum within the Fantom ecosystem.


---

# 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.skydrome.finance/features/protocol-overview.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.
