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

# GridProviderProps

Props for the GridProvider component

## Properties

| Property                                | Type         | Description                                                    |
| --------------------------------------- | ------------ | -------------------------------------------------------------- |
| <a id="client" /> `client?`             | `GridClient` | Optional initialized GridClient instance                       |
| <a id="apikey" /> `apiKey?`             | `string`     | Optional API key for Grid API authentication                   |
| <a id="environment" /> `environment?`   | `string`     | Environment ('sandbox' or 'production', defaults to 'sandbox') |
| <a id="baseurl" /> `baseUrl?`           | `string`     | Optional custom base URL for the Grid API                      |
| <a id="appid" /> `appId?`               | `string`     | Optional Grid application ID (required for production)         |
| <a id="solanarpcurl" /> `solanaRpcUrl?` | `string`     | Optional custom Solana RPC URL for blockchain operations       |
| <a id="children" /> `children`          | `ReactNode`  | React children components                                      |
