Skip to main content
Actions SDK lets you choose which assets, markets, chains, protocols, and providers you want to support in your application via configuration file.
1

Install Actions SDK

Follow the quickstart guide to add Actions SDK as a dependency in your app.
2

Integrate an embedded wallet

Follow the connecting a wallet to Actions SDK guide, choose and install a Wallet Provider.
3

Create a config file

actions.ts - An accessible file that holds all of your configuration preference.
4

Configure a Wallet Provider

Let Actions SDK know which Wallet Provider you’ve chosen:
Select a wallet provider:
actions.ts
5

Configure supported assets

Configure which assets you want to support across all lend providers:
actions.ts
6

Configure Markets

Define which markets you want to support or block within your app:
actions.ts
7

Configure Lend Providers

Configure which lend protocols you want to support. You can enable one or multiple providers:
actions.ts
8

Configure supported chains

Configure supported chains:
actions.ts
9

Initialize Actions

Finally bring it all together and initialize Actions:
actions.ts
10

Take Action

Once you’ve initialized your actions instance, import it anywhere you need to take action:

Next Steps

For detailed API documentation and type definitions, see the Actions SDK Reference.