# Getting Paid

Congratulations! The Project Creator has reviewed your work and officially approved it. Now for the best part.

On traditional platforms, this is where you would start the slow process of creating an invoice, sending it, and waiting for weeks or months to be paid. On CollabraChain, this process is instant and automatic. You do not need to do anything.

***

#### **How Your Payment is Triggered**

The entire payment process is initiated by a single, simple action from the Project Creator in your group chat.

1. **The Creator Approves:** The Project Creator sends the approval command to the AI agent.

   > **Creator's Command:**
   >
   > ```
   > @CollabraChain-AI, the work for Milestone 2 is perfect. I approve it.
   > ```
2. **The AI Takes Action:** The moment the AI processes this approval, it automatically calls the smart contract on the Base blockchain to release the funds held in escrow for that specific milestone.

There is no invoicing, no payment processing department, and no "Net 30/60/90" waiting period. **Approval is payment.**

***

#### **Your Confirmation: Instant Notification**

As soon as the transaction is confirmed on the Base network (which usually takes only a few seconds), the AI agent will post a public confirmation in the chat for everyone to see.

This message is your proof of payment.

> ✅ **System Confirmation:**
>
> ```
> **Payment Sent!**
>
> 1000 USDC has been transferred to @ben.base for the successful completion of "Milestone 2: Ad Creatives & Copy".
>
> You can view the transaction on Basescan: [0x123abc...def456](https://basescan.org/tx/0x123abc...def456)
> ```

***

#### **How to See The Funds in Your Wallet**

You have just been paid in **USDC** on the **Base** network. Here is how to verify the funds have arrived in your wallet:

1. Open your **Coinbase Wallet** (or other wallet you are using).
2. Make sure your active network is set to **"Base"**.
3. Look at your list of assets. You will see your USDC balance has increased by the milestone amount.

> ℹ️ **Quick Primer**
>
> * **What is USDC?** USDC is a stablecoin, which means its value is pegged 1-to-1 with the US Dollar. So, 1000 USDC is equivalent to $1,000 USD.
> * **What is Base?** Base is a secure, low-cost, and fast blockchain built by Coinbase, which is where your project's smart contract lives.

***

#### **The CollabraChain Advantage**

This automated process fundamentally changes how collaborators get paid for their work.

| **The Old Way 😫**                                  | **The CollabraChain Way ✨**                |
| --------------------------------------------------- | ------------------------------------------ |
| Create and format an invoice.                       | Work is approved.                          |
| Email the invoice and hope it's seen.               | Funds are instantly released from escrow.  |
| Wait 30, 60, or even 90+ days.                      | Payment arrives in your wallet in seconds. |
| Send polite (and then less polite) reminder emails. | No reminders needed. Ever.                 |
| Pay high fees for international wire transfers.     | Pay minimal transaction fees on Base.      |

Once your final milestone is paid, there is one last step in the journey: cementing your success on-chain.


---

# 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://collabrachain.gitbook.io/docs/for-collaborators-and-freelancers/getting-paid.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.
