goBlink

Add goBlink to your site

One line of code. Instant cross-chain transfers for your users. No sign-up, no API key required.

One line embed

Drop in an iframe. Done.

26 chains

Your users pay from anywhere.

Customizable

Pre-fill chain, token, address.

Live Preview

This is exactly what your users will see:

your-site.com

Code Examples

Default (any chain)

<iframe
  src="https://goblink.io/embed"
  width="500"
  height="480"
  style="border:none;border-radius:16px;"
  allow="clipboard-write"
></iframe>

Pre-fill destination (Base USDC)

<iframe
  src="https://goblink.io/embed?toChain=base&toToken=USDC"
  width="500"
  height="480"
  style="border:none;border-radius:16px;"
  allow="clipboard-write"
></iframe>

Pre-fill recipient address

<iframe
  src="https://goblink.io/embed?toChain=ethereum&toToken=USDC&toAddress=0xYourAddress"
  width="500"
  height="480"
  style="border:none;border-radius:16px;"
  allow="clipboard-write"
></iframe>

Configuration

Customize the widget with URL parameters:

ParameterTypeDescription
fromChainstringPre-select the source chain (e.g. ethereum, solana)
toChainstringPre-select the destination chain (e.g. base, arbitrum)
toTokenstringPre-select the destination token symbol (e.g. USDC, ETH)
toAddressstringPre-fill the recipient address