# watchUsdfc

```ts
function watchUsdfc(client): Promise<boolean>;
```

Defined in: [packages/synapse-core/src/usdfc.ts:23](https://github.com/FilOzone/synapse-sdk/blob/1d6c4b9fe34534bf1087dfe41491b72be0b46858/packages/synapse-core/src/usdfc.ts#L23)

Requests that the user tracks the token in their wallet. Returns a boolean indicating if the token was successfully added.

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `client` | `Client`\<`Transport`, `Chain`, `Account`\> | The client to use. |

## Returns

[`Promise`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<`boolean`\>

The result of the watchAsset call.

## See

https://viem.sh/docs/actions/watchAsset.html