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

# Protocol V2

## **Intro**

**GoodDollarV2 is a smart contract upgrade that enables core functions for the GoodDollar protocol to scale.**

{% hint style="info" %}
[This blog post](https://www.gooddollar.org/gooddollarv2-launches-the-epoch-of-defi-for-good/) provides an overview of what V2 does and why it matters to you and the world.
{% endhint %}

* GoodDollar leverages yield farming and liquidity mining rewards to encourage capital to flow towards the protocol, enabling the sustainable generation of UBI.
* V2 is a smart contract upgrade to expand functionality and open-source launch of a [protocol user interface](/for-developers/developer-guides/deploy-your-own-gooddapp-ui.md), deployed by community members.
* V2 enables members to [stake](broken://pages/-Mk3RGiSa9NiLmGlZC18) in Compound or Aave and earn #GoodRewards while at the same time funding [#CryptoUBI](https://twitter.com/search?q=%23cryptoubi\&src=typed_query) for all.
* Now, members can buy and sell G$ directly in the [GoodDollar Reserve](/user-guides/buy-and-sell-gusd.md), a key feature that enables the economy to scale.
* V2 introduces a new governance model with the launch of the community-owned [GoodDAO](broken://pages/fhrgxq64M5bDD5zTRTpY#_x9v4kk8jp487), which will determine the protocol’s future direction.&#x20;

![V1 (POC) vs. V2](/files/dEZH7jawZzytGFDgnFIO)

## What you can do in V2:

### Stake for GoodDollar UBI and earn rewards&#x20;

* [Stake](broken://pages/-Mk3RGiSa9NiLmGlZC18) your stablecoins using GoodDollar Trust&#x20;
* Get benefits from the Liquidity Rewards Scheme

### Interact directly with GoodDollar Reserve&#x20;

* Swap any ERC-20 token in [exchange for G$ ](/user-guides/buy-and-sell-gusd.md)
* Earn G$X by buying G$ from the reserve, a token that enables users to sell to the GoodReserve without penalty.

### Community governance via GoodDAO&#x20;

* Community governance for all smart contract upgrades&#x20;
* [Claim GOOD allocation](broken://pages/-MkpnoJxbZw4f-JVvEZl) based on snapshot results and ongoing distribution
* Integrate Your Protocol with GoodDollar and assign G$ rewards

### Developer Tools&#x20;

* Contribute with GoodDollar repository and security and hunt some [bounties](https://github.com/GoodDollar/Bounties/issues).&#x20;
* Integrate your Protocol with GoodDollar (coming soon!)&#x20;
* [Deploy Your Own UI](/for-developers/developer-guides/deploy-your-own-gooddapp-ui.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 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.gooddollar.org/previous-protocol-versions/protocol-v2.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.
