> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fundwork.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Confirmations and Completion Receipts | Fundwork

> Every Fundwork payment generates a receipt with amount, parties, status, and an on-chain transaction hash you can verify on a Base block explorer.

When a client approves work and the USDC payment settles on Base, Fundwork automatically generates a completion receipt for both parties. This receipt is your on-chain proof that the work was paid — verifiable by anyone with the transaction hash.

## What Your Completion Receipt Shows

Every completion receipt includes the following details:

| Field                   | Description                                     | Example                  |
| ----------------------- | ----------------------------------------------- | ------------------------ |
| **USDC Amount Awarded** | The exact amount paid in USDC                   | `500 USDC`               |
| **Work Title**          | The name of the contract, bounty, or campaign   | `Brand Identity Package` |
| **Completed By**        | The talent's `.base.eth` name                   | `alexmorgan.base.eth`    |
| **Funded By**           | The client's `.base.eth` name                   | `studio.base.eth`        |
| **Status**              | Payment state                                   | `Paid`                   |
| **Transaction Hash**    | The unique on-chain identifier for the transfer | `0x9a4c…e71b`            |

## How to Verify the Transaction

The transaction hash on your receipt is a direct link to the on-chain record of your payment. Use it to verify the transfer independently:

<Steps>
  <Step title="Copy the transaction hash from your receipt">
    Open your completion receipt in Fundwork and copy the full transaction hash (e.g. `0x9a4c…e71b`).
  </Step>

  <Step title="Open a Base block explorer">
    Go to a Base-compatible block explorer such as [BaseScan](https://basescan.org).
  </Step>

  <Step title="Search for the transaction">
    Paste the transaction hash into the search bar and press enter. You'll see the confirmed USDC transfer, the sender and recipient addresses, the amount, and the block timestamp.
  </Step>
</Steps>

## Who Can View the Receipt

<CardGroup cols={2}>
  <Card title="Talent" icon="user">
    Access your completion receipts from your Fundwork dashboard under your payment or work history. Each receipt corresponds to an approved and paid piece of work.
  </Card>

  <Card title="Client" icon="briefcase">
    Access completion receipts from your project or payment history. Your receipt confirms the payment was delivered and links to the same on-chain transaction.
  </Card>
</CardGroup>

<Tip>
  Save your transaction hash for your own records. Because all payments settle on Base, the on-chain record is permanent and does not depend on Fundwork's platform to remain verifiable.
</Tip>
