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

# Providers

export const CheckIcon = ({size = 16, color = '#1FB6FF'}) => <svg width={size} height={size} viewBox="0 0 256 256" style={{
  display: 'inline-block',
  verticalAlign: '-3px',
  flexShrink: 0
}} fill={color} aria-label="yes" role="img">
    <path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z" />
  </svg>;

export const XIcon = ({size = 16, color = '#6A6A6A'}) => <svg width={size} height={size} viewBox="0 0 256 256" style={{
  display: 'inline-block',
  verticalAlign: '-3px',
  flexShrink: 0
}} fill={color} aria-label="no" role="img">
    <path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z" />
  </svg>;

This is our current list of providers supported Webhooks and which chains are current supported per provider.

## Supported Providers

| Event Trigger Feature | Provider | Supported     |
| --------------------- | -------- | ------------- |
| Notify API            | Alchemy  | <CheckIcon /> |
| Streams API           | Moralis  | <CheckIcon /> |
| Notification Workflow | Tatum    | Coming Soon   |
| Solana Webhooks       | Helius   | <CheckIcon /> |

## Alchemy

| Chains            | Supported     |
| ----------------- | ------------- |
| Ethereum Mainnet  | <CheckIcon /> |
| Ethereum Sepolia  | <CheckIcon /> |
| Arbitrium Mainnet | <CheckIcon /> |
| Arbitrium Sepolia | <CheckIcon /> |
| Optimism Mainnet  | <CheckIcon /> |
| Optimism Sepolia  | <CheckIcon /> |
| Polygon Mainnet   | <CheckIcon /> |
| Polygon Mumbai    | <CheckIcon /> |
| Zksync Mainnet    | <CheckIcon /> |
| Zksync Sepolia    | <CheckIcon /> |
| Base              | <CheckIcon /> |
| Base Sepolia      | <CheckIcon /> |

## Moralis

| Chains                  | Supported     |
| ----------------------- | ------------- |
| Ethereum Mainnet        | <CheckIcon /> |
| Ethereum Sepolia        | <CheckIcon /> |
| Arbitrium Mainnet       | <CheckIcon /> |
| Arbitrium Sepolia       | <CheckIcon /> |
| Polygon Mainnet         | <CheckIcon /> |
| Polygon Mumbai          | <CheckIcon /> |
| Polygon Amoy            | <CheckIcon /> |
| Optimism Mainnet        | <CheckIcon /> |
| Optimism Sepolia        | <CheckIcon /> |
| Base                    | <CheckIcon /> |
| Base Sepolia            | <CheckIcon /> |
| Avalanche C-Chain       | <CheckIcon /> |
| BNB Smart Chain Mainnet | <CheckIcon /> |
| BNB Smart Chain Testnet | <CheckIcon /> |
| Fantom Opera            | <CheckIcon /> |
| Fantom Testnet          | <CheckIcon /> |
| Gnosis                  | <CheckIcon /> |
| Gnosis Chiado Testnet   | <CheckIcon /> |

## Helius

| Chains | Supported     |
| ------ | ------------- |
| Solana | <CheckIcon /> |
