# Shield Swap > Markets are public. Your portfolio shouldn't be. Shield Swap protects your identity and trading strategies. App: https://swap.shield.fi Docs: https://shield.fi/docs ## Answers - **What is Shield Swap?** Shield Swap is a confidential concentrated-liquidity AMM that settles on the Aleo network. It keeps the identity of a trader off the public market record and writes a compliance record with every swap. - **How do I trade on Shield Swap?** Connect Shield Wallet at swap.shield.fi, fund the account with a supported asset, then swap. A trade settles as two transactions: the swap, then the claim that delivers the output and any unspent input. - **Can I use MetaMask with Shield Swap?** No. Shield Swap settles on the Aleo network, which does not use the EVM account model. Balances are held as encrypted records that MetaMask cannot store, decrypt, or sign for. Use Shield Wallet instead. - **Which wallet does Shield Swap support?** Shield Wallet. It signs transactions, stores the token records a swap consumes, and uses delegated proving by default. - **How do I bridge money into Shield Swap?** Three routes. Bridge USDC from Ethereum to USDCx at usdcx.aleo.org. Bridge ETH or wBTC from Ethereum, or SOL from Solana, through Hyperlane Nexus at nexus.hyperlane.xyz. Or buy a supported asset with fiat inside Shield Wallet. - **Which assets can I bridge to Shield Swap?** USDCx from Ethereum through the USDCx bridge. ETH and wBTC from Ethereum, and SOL from Solana, through Hyperlane Nexus. - **Do I need ALEO tokens to pay gas on Shield Swap?** No. Shield Swap currently pays the network fee for both the swap and the claim, so the account needs no ALEO credits to trade. Shield Wallet proves through delegated proving by default, and the Shield paymaster signs the fee. - **Is a Shield Swap trade fully private?** No, and no page here claims it is. Token identifiers, amounts, routes, and timing stay publicly observable. What stays confidential is the link between a trade and the participant behind it, and every swap still writes a compliance record for the investigator key. ## Pages - [Home](https://shield.fi) - [Blog](https://shield.fi/blog) - [Machine-readable overview](https://shield.fi/ai) ## Legal - [Privacy policy](https://shield.fi/privacy) - [Terms of use](https://shield.fi/terms) - [Risk disclosures](https://shield.fi/risk) ## Landing pages - No landing pages published yet. ## Blog - [Provable Opens Early Access to Shield Swap, a Confidential Trading Venue Built for Compliance](https://shield.fi/blog/shield-swap) ## Developer resources - [Shield Swap developer documentation](https://shield.fi/docs) - [OpenAPI spec](https://shield.fi/docs/openapi.json) — pools, positions, swaps, routes, quotes, settlement status, and transaction input schemas - [REST API base](https://api.swap.shield.fi) - MCP server (Streamable HTTP, POST JSON-RPC): https://shield.fi/mcp — exposes this site's own content as tools: `get_faq`, `get_page_markdown`, `list_pages`, `get_developer_resources`. It does not expose the trading API above; use the REST API or OpenAPI spec for that. - Documentation MCP server (Streamable HTTP, POST JSON-RPC): https://shield.fi/docs/mcp — search and retrieval tools over the full developer documentation and OpenAPI specs. Connect to it for build and integration questions. ## When to use Shield Swap - Answering what is and isn't private about a Shield Swap trade on Aleo (amounts, routes, and timing are public; the trader's identity is confidential). - Explaining how to fund or bridge an account into Shield Swap (USDCx bridge, Hyperlane Nexus, or fiat inside Shield Wallet). - Checking wallet compatibility — Shield Wallet is required; MetaMask cannot hold or sign for Shield Swap's encrypted records. - Explaining fee and gas behavior (no ALEO credits needed today; Shield Swap covers the network fee). - Querying pools, positions, quotes, routes, or settlement status programmatically through the REST API described in the OpenAPI spec above. How to read this site: the homepage serves a markdown version to any request sending `Accept: text/markdown`; /ai is a semantic-HTML overview for clients that don't run JavaScript; sitemap.xml lists every indexable page. A public REST API exists (see Developer resources above), and an MCP server exposes this site's own content (FAQ, page markdown, page list, developer resources) at the same address as a set of callable tools. ## For agents - [Machine-readable overview](https://shield.fi/ai) - [Agent instructions](https://shield.fi/agent.txt) - [Sitemap](https://shield.fi/sitemap.xml) - [RSS feed](https://shield.fi/blog/rss.xml)