> For the complete documentation index, see [llms.txt](https://dework.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dework.gitbook.io/product-docs/fundamentals/payments.md).

# Payments

### Supported Networks

{% hint style="info" %}
**Note**:

* You can follow the [Creating your first bounty](/product-docs/guides-for-orgs/creating-your-first-bounty.md) guide to learn how to add a payment method to your project.
* You can also visit [Batch Payments](/product-docs/guides-for-orgs/manage-payments/batch-payments.md) to learn how to use that feature.
  {% endhint %}

Currently supported wallets and chains/networks on Dework are:

* **MetaMask**
  * Ethereum Mainnet
  * xDai (Gnosis Chain)
  * Polygon Mainnet
  * Avalanche Mainnet
  * Fantom Mainnet
  * Harmony Mainnet
  * Arbitrum One
  * Optimistic Ethereum
  * Fuse
  * BNB Chain (BSC)
  * Candle
  * Ethereum Rinkeby
  * Sokol Testnet
  * Harmony Testnet
* **Gnosis Safe**
  * Ethereum Mainnet
  * xDai (Gnosis Chain)
  * Polygon Mainnet
  * Avalanche Mainnet
  * Harmony Mainnet
  * Arbitrum One
  * Optimistic Ethereum
  * BNB Chain (BSC)
  * Ethereum Rinkeby
* **Phantom**
  * Solana
  * Solana Testnet
* **Hiro**
  * Stacks Mainnet
  * Stacks Testnet

### **Accept Payments**

**Step 1**: Click on the `Settings` icon on your profile picture in the top left corner&#x20;

![](/files/W6jsRJc9YYIML2xXN3yZ)

**Step 2**: Connect one (or more) wallets that match the networks/chains you expect to get paid on for bounties that you complete on Dework.

![](/files/DZS5FMnXw3nd3Q3Ahkrg)

{% hint style="info" %}
**Note**: When using MetaMask with multiple accounts, please ensure you are on the right account before you hit  `Connect MetaMask`  otherwise you will have to remove the connection and change which wallet account your Dework profile is linked to.
{% endhint %}


---

# 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://dework.gitbook.io/product-docs/fundamentals/payments.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.
