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

# Overview

**Protocols covered:** NEAR Intents

[NEAR Intents](https://docs.near-intents.org/) lets users express *what* they want instead of *how* to get it — a user submits an intent like "I have 1 ETH on Ethereum, I want USDC on Arbitrum," and competing market makers (solvers) bid to fulfill it. A smart contract on NEAR verifies each fill atomically, so a transfer either completes in full or is automatically refunded. Allium models `intents.near` — the on-chain settlement contract every intent clears through — as a single bridge, covering deposits (inbound) and withdrawals (outbound) across NEAR Intents' three underlying bridge integrations (Omni Bridge, PoA Bridge, and HOT Bridge).

Our NEAR Bridges schema contains the following tables:

| Schema  | Description                       | Tables                                                                                                                                                                                                                                                         |
| ------- | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bridges | Cross-chain bridge activity data. | [bridges\_outbound\_transfers](/historical-data/supported-blockchains/other-ecosystems/near/bridges/bridges-outbound-transfers), [bridges\_inbound\_transfers](/historical-data/supported-blockchains/other-ecosystems/near/bridges/bridges-inbound-transfers) |
