# Using GoodDollar

<details>

<summary>How do I claim G$ UBI?</summary>

Open [GoodWallet](https://wallet.gooddollar.org) or [GoodDapp](https://gooddapp.org) and click on “Claim”! Your newly claimed G$ will appear in your wallet. A countdown will indicate the time remaining until your next opportunity to claim.

</details>

<details>

<summary>Why do I have to wait for my next claim?</summary>

The claiming window resets every day at 12pm UTC. After you claim, you'll need to wait until the same time the following day to claim again. A countdown will indicate the time remaining until your next opportunity to claim.

</details>

<details>

<summary>How many G$ do I get every day (24 hours)?</summary>

While G$ is distributed every day, there is no way of knowing in advance how much a GoodDollar claimer will receive on any given day when making the claim. The distribution process depends on a daily basis. Within each 24-hour cycle, a specific amount of G$ is earmarked for distribution as basic income. \
\
The amount of G$ distributed is determined by the average number of active users over the past 14 days (with the number of claimers potentially varying each day). This daily allocation is distributed evenly, ensuring each claimer receives an equal share. Any unclaimed G$ is then rolled over to augment the distribution pool for the following day.\
\
&#x20;<https://docs.gooddollar.org/protocol-v3-documentation/core-contracts-and-api/ubischeme>

</details>

<details>

<summary>What blockchains and networks does G$ operate on?</summary>

GoodDollar is deployed on Ethereum, Fuse and Celo.

Daily distribution happens on [sidechains](https://docs.gooddollar.org/user-guides/web3-basic-knowledge-and-security-tips-by-consensys#what-are-sidechains): Fuse and Celo.

</details>

<details>

<summary>How do I move my G$ across blockchains and networks? What bridges are integrated?</summary>

G$ is deployed on Ethereum, Fuse and Celo. To Tranfer G$ from one chain to another one you need to use a [bridge](https://docs.gooddollar.org/user-guides/web3-basic-knowledge-and-security-tips-by-consensys#what-is-a-bridge). In the [GoodWallet](https://wallet.gooddollar.org) you can find a bridge to move your funds from Fuse<>Celo.

</details>

<details>

<summary>How do I use my G$ in dApps?</summary>

The [G$ token](https://docs.gooddollar.org/user-guides/gooddollar-protocol-and-gusd-token#what-is-gusd-token) is a standard ERC-20 token that, to date, has been deployed on Ethereum, Fuse, and Celo Networks. You can use your G$ in different dApps within these ecosystems. You can find a list of dApps [here](https://docs.gooddollar.org/wallet-and-dapps/3rd-party-partners-and-integrations).

Remember that if you want to use G$ from one chain in another, you will need to [bridge](https://docs.gooddollar.org/user-guides/web3-basic-knowledge-and-security-tips-by-consensys#what-is-a-bridge) them.

</details>

<details>

<summary>How do I move my G$ to another wallet?</summary>

You can send G$ to wallets compatible with the Fuse and Celo Networks, depending on the chain you're sending G$ from. However, sending G$ to wallets incompatible with these networks will result in the loss of your funds. To ensure compatibility, consult the wallet documentation of the respective wallets.

Sending G$ from one GoodWallet address to another GoodWallet address is always compatible.

To send G$ to another wallet, you just need the wallet address to which you want to send money.

If you want to send G$ from your GoodWallet:

1. Make sure you are in the right Network where you want to send your G$. You can check and switch Network on the top left corner of your wallet.
2. Select “send” in the left side of the big button “Claim”.
3. Write the amount of G$ you want to send and select “send via address”
4. Write the Wallet Address (remember make sure is compatible with Fuse or Celo)
5. Follow the prompts and confirm your transaction.

</details>

<details>

<summary>Is G$ listed on exchanges?</summary>

G$ is available on [decentralized exchanges](https://docs.gooddollar.org/user-guides/web3-basic-knowledge-and-security-tips-by-consensys#what-is-a-dex) such as [Uniswap](https://uniswap.org) on Celo Network or [Voltage.Finance](https://voltage.finance) on Fuse.

</details>

<details>

<summary>Can I switch my GoodDollar registered account to a different blockchain address?</summary>

No, not at this time. Your GoodDollar registered account is linked to your proof of unique humanity, and is non-transferrable at this time.

</details>

<details>

<summary>How do transactions work in Web3?</summary>

Web3 transactions are a type of digital transaction that occur on the Ethereum blockchain. They are used to transfer Ether or other tokens between accounts, execute smart contracts, or interact with decentralized applications (dApps).

When a user initiates a transaction, they create a message that includes the recipient's address, the amount to be sent, and any additional data required for the transaction to be executed. This message is then signed with the user's private key and broadcasted to the Ethereum network.

Miners on the network then validate the transaction by checking that the sender has enough funds to complete the transaction and that the transaction meets all the requirements specified in the message. Once validated, the transaction is added to a block and the block is added to the blockchain. This process is known as mining.

Once the transaction is confirmed, the recipient's account balance is updated and the transaction is recorded on the blockchain, making it a permanent and immutable record of the transaction.

The cost of executing a transaction on the Ethereum network is determined by the gas price, which is a fee paid in Ether to compensate miners for processing the transaction. The gas price is set by the user and the higher the gas price, the quicker the transaction is likely to be processed.

In summary, Web3 transactions involve creating a message, validating the transaction, and adding it to the blockchain. The cost of executing the transaction is determined by the gas price paid by the user, and once confirmed, the transaction is a permanent and immutable record on the blockchain.

</details>


---

# 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.gooddollar.org/user-guides/frequently-asked-questions/using-gooddollar.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.
