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

# Connection events

> A user connected to your platform, opened their wallet link, or an action needs their approval.

Filter: `connection.*`, `wallet_link.*`, `approval.*`.

| Event                                                            | Fires when                                                                                                                  |
| ---------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| [`connection.created`](/webhooks/connections/connection-created) | A user finished connecting to your platform: they verified the code on `/connect/verify`, or completed attested onboarding. |
| [`wallet_link.opened`](/webhooks/connections/wallet_link-opened) | The user opened a wallet link you minted, the first time only.                                                              |
| [`approval.requested`](/webhooks/connections/approval-requested) | An action on this user's card needs their approval, for example another connected app asking to close a card.               |
