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

# Tron Chain Adapter

To create a chain adapter for Tron you will need to pass a [TronWeb](https://www.npmjs.com/package/tronweb) instance.

```typescript theme={null}
import { getTronChainAdapter } from '@rhino.fi/sdk/adapters/tron'

const chainAdapter = getTronChainAdapter(
  tronWeb,
  chainConfig
)
```
