StackFinder

Docs Explorer

token

EVM Integration

Implement cross-chain liquidity transfers using our optimized SDK. Supports Ethereum, Polygon, and Arbitrum.

index.ts

import { Provider } from '@stackfinder/sdk';

// Initialize the multi-chain core

const client = new Provider({

apiKey: 'sf_live_...',

network: 'mainnet'

});

 

async function syncAssets() {

const tx = await client.bridge(

amount: '1.5',

targetChain: 'base'

);

}

auto_awesome

AI Co-Pilot: The bridge function automatically calculates gas optimization across 4 providers.

Integration Workflow

01

Auth Handshake

Securing your endpoint with OIDC protocol.

02

Logic Bridge

Executing cross-chain transaction logic.

03

Confirmation

Real-time status tracking via WebSocket.