Mode

Preview for both dark and light mode

Brand color

Show your agent’s thinking process

Custom

Network

Base logoBase
Ink logoInk
Solana logoSolana

Agent reasoning

Show your agent’s thinking process

Modal style

Choose how you want to display the UI in your app

Agent
👋 Hey there!
I'm your AI assistant. Ask me anything.
Powered by Liquid

Code snippet

// Imports
import Liquid from '@liquid/sdk';

// Setup
const agent = new LiquidAgent({
  appId: 'xxxx',
  chain: ['base', 'ink', 'solana'],
  enableReasoning: true,
  mode: 'light',
  brandColor: '#4891FE',
  modalStyle: 'bottom-sheet-half'
});