Brokerage to AI Assistant Integration: Providers Compared

Last updated August 2026

Short answer

The providers that offer brokerage integration with AI assistants sit in three layers. Aggregation infrastructure: SnapTrade (multi-broker read plus trading, via an API developers build on) and Plaid (banking-first account aggregation, read-only). End-user platforms where the integration is already built and an AI assistant sits on top: Walnut, which connects the brokerage you already hold and works through its own assistant or through Claude and ChatGPT, read-only by default with every order approved by you, plus broker-native assistants such as Robinhood Cortex and Public Alpha that run only inside their own app. Single-broker APIs for developers: Alpaca, which publishes an official MCP server, and Interactive Brokers through its own API. Market-data platforms such as Alpha Vantage, Polygon, and Finnhub are not account integrations, because they connect no brokerage at all.

“Brokerage integration with an AI assistant” is one phrase covering at least four different products. Some providers sell the plumbing. Some sell a finished platform. Some are a single broker with an API. And some sell market data that never touches your account and is mistaken for integration constantly. This guide compares the real options on the same fields (what the integration actually does, broker coverage, read-only versus trade-enabled, who it suits, and one honest limitation), explains how account linking works underneath, and is specific about where each provider, including Walnut, is the wrong choice.

What brokerage-to-AI integration actually means

An integration is the connection that lets an AI assistant reason about a real account instead of a made-up example. Strip away the marketing and every legitimate provider in this category implements roughly the same mechanism.

  • Authorization happens at the broker, not at the AI platform. You start the link inside the platform, get redirected to your brokerage's own authentication page, sign in there, and approve access. This is the OAuth-style pattern most people already know from “sign in with” buttons, and it is the reason your password never reaches the AI tool. The platform receives a revocable access token instead.
  • Scopes decide what the integration can do. A read scope covers positions, balances, and order history. A trade scope covers order submission and is requested separately, where the brokerage supports it at all. Keeping the two apart is what makes “read-only by default” a real technical state rather than a promise.
  • A normalized API sits between the broker and the assistant. Every brokerage models positions, symbols, and orders slightly differently. The provider normalizes them, so a platform writes one integration and reaches many brokerages instead of maintaining one per broker.
  • The AI reaches the account through tools, not through raw credentials. The platform exposes a defined set of functions the model can call (read the portfolio, price a security, prepare an order). The model never sees a token or a login. This is what an MCP connector standardizes; see what an MCP connector is for the protocol-level detail.
  • Revocation works from both ends. You can cut the connection off inside the platform, and most brokerages also let you revoke third-party access from your own account settings. An integration you cannot revoke at the broker is worth avoiding.

For a step-by-step walkthrough of doing this yourself, see how to connect your brokerage to an AI assistant, and for the security questions specifically, see whether it is safe to connect your brokerage to an AI.

The three layers of the integration market

Most confusion in this category comes from comparing providers that are not competing with each other. There are three layers, and you generally pick one, not all three.

  • Layer 1, aggregation infrastructure. SnapTrade and Plaid. These are APIs a developer integrates. They provide the account-linking flow and normalized data, and no AI. If you are a person with a brokerage account rather than a company building a product, this layer is not something you sign up for.
  • Layer 2, end-user platforms. Walnut and the broker-native assistants. The integration is already built, and what you get is a working assistant pointed at an account. This is the layer almost everyone searching for this actually wants.
  • Layer 3, single-broker APIs. Alpaca and Interactive Brokers. No aggregation, because you hold the account at that broker and authenticate straight to it. Maximum control, maximum setup, and only one brokerage.

The integration providers compared

Each provider below is described on the same six fields: what it is, what the integration actually does, broker coverage, read-only or trade-enabled access, who it suits, and one honest limitation.

SnapTrade

An independent brokerage aggregation provider. Developers and fintech apps use its API to link a user's existing brokerage account, read positions, balances, and order history, and in many cases place orders back at that broker.

  • Category: Brokerage data and trading aggregator (developer infrastructure).
  • What the integration does: Provides the account-linking layer plus a normalized API, so one integration reaches many brokerages instead of one integration per broker. The user authenticates on the broker's own login screen and the platform receives a token, not a password.
  • Broker coverage: Broad multi-broker coverage across major US retail brokerages, with a smaller subset that supports order placement as well as read.
  • Read-only or trade-enabled: Both, depending on the broker: read-only for data-only brokerages, trade-enabled where the brokerage exposes a trading API.
  • Who it is for: Developers and platforms that want one integration covering many brokerages rather than negotiating each broker separately.
  • One honest limitation: It is infrastructure, not a product an end user signs up for. On its own it gives you an API and no AI, so you still have to build the assistant on top.

Walnut

A consumer platform that connects the brokerage account you already have and then lets you analyze and manage it in plain English, either through its built-in assistant or through Claude, ChatGPT, and other AI clients using its MCP connector.

  • Category: Portfolio-aware AI assistant platform (end user).
  • What the integration does: Handles the whole chain for you: secure account linking, a live read of your real positions, and a set of portfolio tools the AI can call. Your broker login stays with your broker and is never stored by Walnut. Where the connected brokerage is trade-enabled, orders are prepared and routed back to that broker for you to approve.
  • Broker coverage: Most major US retail brokerages connect for read access; a subset of connected brokerages is also trade-enabled, and Walnut tells you which side your account falls on rather than letting orders fail silently.
  • Read-only or trade-enabled: Read-only by default; any order requires your explicit approval.
  • Who it is for: A non-technical investor who wants an AI assistant that actually knows the portfolio they already hold, with no code and no account transfer.
  • One honest limitation: It is a layer on top of a brokerage rather than a brokerage itself, so you need an existing account to connect. Broker feeds rarely pass cost basis, so returns are framed as window returns rather than realized profit and loss.

Plaid

The best-known account aggregation provider in consumer fintech. It is banking-first (checking, savings, transactions, identity, payments) and also offers investments coverage: holdings, securities, and investment transactions.

  • Category: Account aggregation provider (banking-first, developer infrastructure).
  • What the integration does: Provides a hosted link flow and an API that returns normalized account and holdings data. It is the plumbing behind a large share of budgeting, lending, and personal-finance platforms.
  • Broker coverage: Very broad institution coverage on the banking side; investment account coverage exists but is a smaller part of the platform than deposit accounts.
  • Read-only or trade-enabled: Read-only. It is a data aggregation provider, not an order-routing provider.
  • Who it is for: Products where investment data is one part of a wider financial picture that includes bank accounts, cash flow, and identity.
  • One honest limitation: No trade execution at all, and the investments product is not as deep on brokerage-specific detail as an aggregator built only for brokerage accounts.

Alpaca

A brokerage built API-first for developers and algorithmic traders, with market data, a paper-trading sandbox, and live execution. It also publishes an official open-source MCP server so AI agents can reach an Alpaca account directly.

  • Category: API-first broker (single broker, developer-oriented).
  • What the integration does: Because it is the broker, there is no aggregation layer in between: your API keys authenticate straight to your own Alpaca account. The MCP server exposes quotes, positions, and order placement as tools an AI client can call.
  • Broker coverage: One brokerage only, Alpaca itself. It cannot read or trade an account you hold anywhere else.
  • Read-only or trade-enabled: Read and trade-enabled, including a paper-trading mode for testing before anything touches real money.
  • Who it is for: Developers who are happy to open an Alpaca account and want an AI agent with full programmatic execution.
  • One honest limitation: You have to move to or open an account at Alpaca, and the MCP server is self-hosted, so there is setup, key handling, and maintenance you own.

Interactive Brokers

A large global brokerage with a long-standing, powerful API surface used by professional and advanced retail traders across a very wide range of instruments and markets.

  • Category: Full-service broker with its own API (developer-oriented).
  • What the integration does: Its own API is the integration point. The AI layer is mostly community-built: open-source MCP connectors and agent wrappers exist for reading positions and placing orders on an IBKR account, rather than an official consumer AI assistant.
  • Broker coverage: One brokerage, but an unusually broad one in instruments and geographies, which is why international and advanced investors gravitate to it.
  • Read-only or trade-enabled: Read and trade-enabled through the API, depending on which connector and permissions you configure.
  • Who it is for: Advanced and international investors already at IBKR who want programmatic or agent-driven access to a deep instrument set.
  • One honest limitation: Complexity. The API has a real learning curve, the AI connectors are community-maintained rather than official, and it is not something a non-technical investor sets up in an afternoon.

Broker-native AI assistants (Robinhood, Public, SoFi, Webull and others)

AI features shipped by brokerages inside their own platforms. Robinhood has Cortex, Public has Alpha, Webull adds AI-assisted signals and screeners, and SoFi pairs automated investing with in-app guidance. Coverage and depth vary a lot by broker.

  • Category: Built-in AI features inside a broker's own app.
  • What the integration does: Strictly speaking this is not an integration at all: the AI and the account already live in the same platform, so nothing is linked. That also means the assistant sees only the accounts you hold at that one broker.
  • Broker coverage: Only the broker's own accounts. Nothing you hold elsewhere is visible to it.
  • Read-only or trade-enabled: Read and explain. These assistants are overwhelmingly research, education, and account-help tools rather than autonomous traders.
  • Who it is for: Someone who keeps everything at one broker and wants context on a stock without leaving the app they already use.
  • One honest limitation: No cross-broker view, no choice of AI model, and you cannot bring the assistant to a different broker. If your holdings are split across platforms, none of them sees the whole picture.

Market-data MCP servers (Alpha Vantage, Polygon, Finnhub and similar)

Data providers and the MCP servers built around them. They give an AI assistant quotes, fundamentals, news, and historical prices through an API key.

  • Category: Market data APIs, not account integrations.
  • What the integration does: There is no account linking anywhere in this category. The assistant gets market data, not your data. This is the single most common misunderstanding when people search for a brokerage integration provider.
  • Broker coverage: Securities and market data coverage, not brokerage account coverage. Zero brokers are connected.
  • Read-only or trade-enabled: Read-only, and read-only on public market data. No positions, no balances, no orders.
  • Who it is for: Adding live market context to an AI assistant, often alongside a separate account integration.
  • One honest limitation: The assistant still cannot see what you own, so every answer about your portfolio is a guess unless you pair it with a real account integration.

At a glance

ProviderCategoryBroker coverageRead-only or trade-enabled
SnapTradeBrokerage data and trading aggregator (developer infrastructure)Broad multi-broker coverage across major US retail brokerages, with a smaller subset that supports order placement as well as readBoth, depending on the broker: read-only for data-only brokerages, trade-enabled where the brokerage exposes a trading API
WalnutPortfolio-aware AI assistant platform (end user)Most major US retail brokerages connect for read access; a subset of connected brokerages is also trade-enabled, and Walnut tells you which side your account falls on rather than letting orders fail silentlyRead-only by default; any order requires your explicit approval
PlaidAccount aggregation provider (banking-first, developer infrastructure)Very broad institution coverage on the banking side; investment account coverage exists but is a smaller part of the platform than deposit accountsRead-only. It is a data aggregation provider, not an order-routing provider
AlpacaAPI-first broker (single broker, developer-oriented)One brokerage only, Alpaca itself. It cannot read or trade an account you hold anywhere elseRead and trade-enabled, including a paper-trading mode for testing before anything touches real money
Interactive BrokersFull-service broker with its own API (developer-oriented)One brokerage, but an unusually broad one in instruments and geographies, which is why international and advanced investors gravitate to itRead and trade-enabled through the API, depending on which connector and permissions you configure
Broker-native AI assistants (Robinhood, Public, SoFi, Webull and others)Built-in AI features inside a broker's own appOnly the broker's own accounts. Nothing you hold elsewhere is visible to itRead and explain. These assistants are overwhelmingly research, education, and account-help tools rather than autonomous traders
Market-data MCP servers (Alpha Vantage, Polygon, Finnhub and similar)Market data APIs, not account integrationsSecurities and market data coverage, not brokerage account coverage. Zero brokers are connectedRead-only, and read-only on public market data. No positions, no balances, no orders

Coverage: which brokers can actually be integrated

Coverage is the first question worth asking any provider, and it has two halves that people routinely collapse into one.

  • Read coverage is wide. Through a regulated aggregation provider, most major US retail brokerages link for read access. That is enough for the majority of what an AI assistant is useful for: reading what you hold, measuring each position against a benchmark, spotting concentration, and answering questions about your real portfolio rather than a hypothetical one.
  • Trade-enabled coverage is narrower, and it is the broker's decision. A brokerage has to expose a trading API before any integration can submit an order. Several large, well-known brokerages deliberately do not, so they sync holdings flawlessly and then reject every order. That is a property of the broker, not a failing of the provider.
  • The trade-enabled set differs by provider and moves over time. Aggregators add and drop partners, and the list is not the same across SnapTrade, a single-broker API, and any platform built on top. This is exactly why this page does not publish a broker-by-broker trade table: it would be wrong within months. Check your own brokerage against the provider you intend to use.
  • Being read-only is often fine. If your goal is analysis, tracking, and a second opinion, read access covers all of it and you place orders yourself in your broker's app. Only assume you need trade-enabled coverage if you specifically want to act from inside the assistant.

For what each broker ships in its own app rather than through an integration, see which brokers have an AI assistant.

Which provider should you pick?

There is no overall number one, because the layers are not substitutes for each other. Within each use case, the stronger fit is listed first. Walnut leads only in its own category (an end-user platform where the integration is already built), not across the market.

Best integration provider for a developer building on many brokers

If you are building a platform and want one integration that reaches many brokerages, you want an aggregator with an API, not an end-user product.

  1. SnapTrade. Purpose-built brokerage aggregation: one API for multi-broker read plus order placement where the brokerage supports it.
  2. Plaid. The broadest institution coverage overall, and the right pick when investment data sits next to bank accounts and cash flow. Read-only, no execution.

Best integration for someone who just wants to chat with their portfolio

If you do not want to write code, the question is which platform already did the integration work for you and put an AI assistant on top of it.

  1. Broker-native AI assistants (Robinhood, Public, SoFi, Webull and others). If everything you own sits at one broker and you only want context on a stock, the assistant already inside that app is the least effort of all: nothing to link.
  2. Walnut. Connects the brokerage you already have and lets you work through its built-in assistant or through Claude and ChatGPT, on your real positions. Read-only by default, and you approve any order.

Best integration for a developer who wants full agent execution

If you want an AI agent that can actually place orders programmatically and you are willing to hold the account at a specific broker, go straight to a broker API.

  1. Alpaca. API-first broker with an official open-source MCP server, live and paper trading, so an agent can be tested before it touches real money.
  2. Interactive Brokers. The deepest instrument and geography coverage of any single-broker API, if you can absorb the complexity and community-maintained connectors.

Best for adding market data to an AI assistant

Worth separating out, because this is not account integration and buying it expecting portfolio awareness is the classic mistake.

  1. Market-data MCP servers (Alpha Vantage, Polygon, Finnhub and similar). Quotes, fundamentals, and news through an API key. Pair it with a real account integration if you want the assistant to reason about what you actually hold.

By kind of user

The same field maps onto who you are as cleanly as it maps onto use case:

  • The DIY investor with accounts at more than one broker. You want a platform, not an API, and you want cross-broker coverage, so a broker-native assistant will always show you a partial picture. An end-user platform that links each account read-only and reasons across all of them is the fit. Walnut and the wider field are compared in the best apps to connect a brokerage to an AI assistant roundup.
  • The developer building a product. You are buying infrastructure, so the questions are coverage, API quality, normalization, and whether trading is supported. SnapTrade for multi-broker brokerage data and orders, Plaid when banking data dominates the picture, Alpaca when you would rather be the broker relationship yourself.
  • The person who just wants to chat with their portfolio. You do not care about any of the above. You want to link an account in a few clicks and ask questions in plain English. Pick an end-user platform, confirm it is read-only by default, and confirm your brokerage is covered before you sign up.
  • The algorithmic trader. You want deterministic execution and a sandbox to test in, which points at a single-broker API rather than an aggregator. Alpaca for the cleanest developer experience, Interactive Brokers for instrument and geographic breadth.

How we evaluated these providers

We limited the field to things that actually bear on connecting a brokerage account to an AI assistant, which is why market-data platforms are included as a category to rule out rather than as a competitor. Within that set we weighed five things:

  • Coverage: how many brokerages the integration reaches, and how much of that is trade-enabled rather than read-only.
  • Credential model: whether authentication happens on the broker's own page and the platform holds a revocable token rather than a password.
  • Scope granularity: whether read and trade are genuinely separable, and whether orders sit behind human approval.
  • Who it is actually for: whether the thing is an API a company integrates or a product a person uses, since the two get compared as if interchangeable.
  • Honesty about limits: we marked down anything implying an integration can do more than the underlying broker permits.

We did not crown a single overall winner, because the layers do not compete. Features, coverage, and pricing change; treat this as a starting point and verify current details on each provider's own site.

Where Walnut fits

To be upfront, since this is our site: Walnut is a layer-2 provider. It is an AI investing app that connects the brokerage you already use and lets you analyze and manage that portfolio in plain English, either through its built-in assistant or through Claude, ChatGPT, and other MCP clients. The integration work is already done, so there is no API to code against and no server to run. Your broker login stays with your broker, the connection is read-only by default, and where the connected brokerage is trade-enabled, Walnut prepares orders and routes them back to that broker for you to approve. It also detects when a connected account is read-only and tells you, rather than letting orders fail one at a time. Because broker feeds rarely pass cost basis, returns are framed as window returns rather than realized profit and loss, and Walnut says so on the page. Walnut is not a registered investment adviser and nothing it produces is a recommendation to buy or sell.

Where Walnut is the wrong choice

Just as importantly, here is when a different provider fits the job better:

  • You are building a product and need the raw integration. Walnut is a finished platform, not an API you embed. SnapTrade for brokerage read and trading, Plaid when banking data is the centre of gravity.
  • You want an agent that executes autonomously. Walnut keeps every order behind your approval by design. If you want programmatic execution without a human in the loop, a single-broker API like Alpaca or Interactive Brokers is the right layer.
  • You do not want to connect a brokerage account at all. Walnut sits on top of a real account, so it needs one. A market-data MCP server gives an assistant prices and fundamentals with no account linking whatsoever.
  • Your brokerage is not covered, or is read-only and you specifically want to trade from the assistant. Check coverage before signing up. If your broker exposes no trading API, no integration provider can change that.
  • You hold everything at one broker and only want stock context. That broker's own assistant is already there and requires no integration at all.
  • You want managed money rather than an assistant. A robo-advisor builds and runs a portfolio for you. That is a different category entirely, and no amount of integration turns an assistant into one.

From a connected account you can dig into a specific stock, an ETF you hold, or a theme you want exposure to.

Get a recommendation for your situation

Walnut is the AI that knows your portfolio: ask anything in plain English, research any fund, and get an honest second opinion. On the broker you already use, read-only, and you approve every trade. Walnut is not a registered investment adviser.

FAQ

Which providers offer brokerage integration with AI assistants?

The main providers fall into three layers. Aggregation infrastructure: SnapTrade for brokerage read plus trading, and Plaid for read-only account aggregation with a banking-first platform. End-user platforms that have already done the integration and put an AI assistant on top: Walnut, plus broker-native assistants like Robinhood Cortex and Public Alpha inside their own apps. Single-broker APIs for developers: Alpaca, which publishes an official MCP server, and Interactive Brokers through community connectors. Market-data providers such as Alpha Vantage, Polygon, and Finnhub are not account integrations at all.

Which company has the best brokerage-to-AI assistant integration?

It depends on which layer you need. For raw multi-broker integration coverage, SnapTrade is the strongest dedicated brokerage aggregator, with read and order placement in one API. For a finished product where the integration is already built and an AI assistant sits on top, Walnut connects the brokerage you already hold and works through its own assistant or through Claude and ChatGPT, read-only by default. For a developer who wants full agent execution at one broker, Alpaca is the cleanest API-first option. There is no single winner across all three layers.

What is a brokerage-to-AI integration?

It is the connection that lets an AI assistant see and act on a real brokerage account instead of guessing. Technically it is an account-linking flow plus an API: you authorize access on the broker's own login screen, the provider receives a token, and the AI platform reads positions and balances through that token. Without an integration, ChatGPT and Claude cannot see any of your holdings, which is why their portfolio answers are generic.

How does the integration work technically?

You start the link inside the AI platform, get redirected to your broker's own authentication page, sign in there, and approve a scoped grant. The provider stores an access token, never your password. The platform then calls the provider's API for positions, balances, and order history, and exposes those as tools the AI model can call. Trade scopes, where the broker supports them, are separate from read scopes and require you to approve each order.

Do my broker credentials ever reach the AI tool?

With a properly built integration, no. You authenticate on the broker's own domain and the platform receives a revocable token instead of a password. That is the main security property to look for. If a tool asks you to type your brokerage username and password into its own form, it is not using this model, and you should treat that as a red flag. You can also revoke the connection at the broker or in the platform at any time.

What is the difference between read-only and trade-enabled integration?

Read-only means the assistant can see holdings, balances, and history and analyze them, but cannot move anything. Trade-enabled means the integration can also submit orders. Most integrations are read-only, and most that support trading keep it behind explicit per-order approval. Plaid is read-only by definition. SnapTrade supports both depending on the brokerage. Walnut is read-only by default and requires your approval for every order.

Which brokers can actually be integrated?

Through a regulated aggregator, most major US retail brokerages connect for read access, which covers analysis, tracking, and benchmarking. Trade-enabled coverage is a narrower subset, because a brokerage has to expose a trading API for orders to be possible at all, and several large brokerages deliberately do not. The trade-enabled set also differs by provider and changes as aggregators add partners, so verify your specific broker rather than trusting any published list, including this one.

Why are some brokers read-only?

Because reading positions and placing orders are separate capabilities, and a brokerage can support one without the other. A brokerage that has no external trading API can still be aggregated for data, so the integration syncs holdings perfectly and then rejects every order. This is a property of the broker, not a limitation of the integration provider. Good platforms detect it up front and tell you, rather than letting orders fail one by one.

Is SnapTrade or Plaid better for investment account integration?

They solve different problems. SnapTrade is built specifically for brokerage accounts and is the stronger choice when you need position-level detail and the ability to place orders. Plaid has the broadest institution coverage in consumer fintech and is the stronger choice when investment data is one part of a wider financial picture that includes bank accounts, transactions, and identity. Plaid is read-only, so it cannot route trades at all.

Are Alpha Vantage, Polygon, and Finnhub brokerage integrations?

No. Those are market-data providers, and the MCP servers built around them give an AI assistant quotes, fundamentals, news, and historical prices. There is no account linking anywhere in that category, so the assistant still cannot see a single share you own. They are useful alongside a real account integration, not instead of one, and confusing the two is the most common mistake in this category.

Do broker-native AI assistants count as brokerage-to-AI integration?

Not really, because nothing is being integrated. Robinhood Cortex, Public Alpha, Webull's AI-assisted tools, and SoFi's in-app guidance run inside the broker's own platform, so the AI and the account already share a roof. That makes them the lowest-effort option if you hold everything at one broker, but they cannot see accounts held elsewhere, you cannot choose the model, and you cannot take the assistant with you if you move brokers.

Do I need to be a developer to use one of these integration providers?

Only for part of the field. SnapTrade, Plaid, Alpaca, and the Interactive Brokers API are developer infrastructure: you write code against them. An end-user platform like Walnut has already done that integration work, so linking a brokerage is a few clicks and a login on your broker's page. Broker-native assistants need no setup at all. Match the layer to whether you are building a product or using one.

Can ChatGPT or Claude integrate with my brokerage directly?

Not by themselves. They have no account access and no broker relationship, so out of the box they answer with generic examples. A connector platform bridges the gap: Walnut exposes your connected portfolio to Claude Desktop, ChatGPT, or other MCP clients through a hosted connector or a small local shim, and Alpaca publishes an official MCP server for its own accounts. For background on the protocol, see the guide to what an MCP connector is.

Can an AI assistant place trades through the integration?

Only where the brokerage is trade-enabled and only if the platform requests trade scopes, and in practice the responsible platforms keep every order behind explicit human approval. Alpaca and Interactive Brokers can execute programmatically because you hold the account there. Walnut prepares orders and routes them to your own broker for you to approve, and is read-only by default. Nothing here is autonomous trading, and none of it is a recommendation to trade.

What should I look for when choosing an integration provider?

Five things. Broker coverage, meaning whether your specific brokerage is supported and whether it is read-only or trade-enabled. The credential model, meaning whether you authenticate on the broker's own page rather than handing over a password. Scope granularity, meaning whether read and trade are separable and whether orders need approval. Data depth, meaning positions and history rather than a balance total. And revocability, meaning how easily you can cut the connection off at either end.

Walnut is informational and is not an investment adviser. Provider features, broker coverage, API capabilities, and pricing change; verify current details on each provider's site before deciding. Nothing on this page is a recommendation to buy, sell, or hold any security or to use any particular product.

Related articles

    Brokerage to AI Assistant Integration: Providers Compared (2026), Walnut