# UBI

#### UBI Contracts

```javascript
  ubiContract: {
    production: {
      celo: "https://celoscan.io/address/0x43d72Ff17701B2DA814620735C39C620Ce0ea4A1",
      fuse: "https://explorer.fuse.io/address/0xd253A5203817225e9768C05E5996d642fb96bA86",
    },
    staging: {
      celo: "https://celoscan.io/address/0x2881d417dA066600372753E73A3570F0781f18cB",
      fuse: "https://explorer.fuse.io/address/0x54469071Ca82B46A2C01C09D38ca6Ca4347EB21d",
    },
    development: {
      celo: "https://celoscan.io/address/0x6B86F82293552C3B9FE380FC038A89e0328C7C5f",
      fuse: "https://explorer.fuse.io/address/0x3bdeB796950301FfC9568fAF89B7370f8B217321",
    },
```

{% content-ref url="/pages/ubhc8mi3bPFyQdWJ54Wx" %}
[Claim UBI (Ethers v5/ React)](/for-developers/apis-and-sdks/ubi/claim-ubi-ethers-v5-react.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZJBzcRpau32N7RQrggig" %}
[Claim UBI (Viem/Wagmi)](/for-developers/apis-and-sdks/ubi/claim-ubi-viem-wagmi.md)
{% endcontent-ref %}

{% content-ref url="/pages/ijxUDlUVcuAqQ3XEpRXh" %}
[Claim UBI (Web-components)](/for-developers/apis-and-sdks/ubi/claim-ubi-web-components.md)
{% endcontent-ref %}


---

# 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/for-developers/apis-and-sdks/ubi.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.
