
AssetFare
Four-chain swap/bridge quotes: Solana, Base, Arbitrum, Robinhood; never signs or submits.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Four-chain swap/bridge quotes: Solana, Base, Arbitrum, Robinhood; never signs or submits.
Список инструментов сервера (15)
Технические названия из tools/list. Нужны только разработчикам.
| assetfare_status | Read legacy v1 compatibility status and original-corridor safety gates. Use assetfare_v2_capabilities for the primary four-chain quote surface. |
| assetfare_manifest | Read the Ed25519-signed capability, contract, release, and mainnet-evidence manifest. |
| assetfare_v2_capabilities | Primary current four-chain discovery tool. Read the live nine asset endpoints, 72 directed routes, release status, and no-sign/no-submit boundary before a v2 quote. |
| assetfare_v2_quote | Primary current four-chain quote-only tool. Return one fresh non-binding quote across Solana, Base, Arbitrum, or Robinhood Chain and stop before authentication, session creation, action preparation, signing, or submission. |
| assetfare_quote | Legacy v1 original-corridor quote for Solana SOL to Base or Arbitrum ETH. Use only with the legacy wallet-auth/session workflow; prefer assetfare_v2_quote for new evaluations. |
| assetfare_start_wallet_auth | Create a non-transactional Solana signMessage challenge. Requires caller approval because it creates a short-lived login challenge; it cannot move funds. |
| assetfare_finish_wallet_auth | Verify a wallet signature over the exact challenge message and return a wallet-bound access token. Requires caller approval; the returned token is sensitive. |
| assetfare_create_session | Lock a fresh quote into a wallet-bound execution session. This creates no transaction, but reserves the caller's one active session slot. |
| assetfare_read_session | Read a wallet-bound session, workflow, receipt, or current unsigned action. Read-only. |
| assetfare_prepare_source_action | Prepare a bounded unsigned Solana source action. Requires caller approval; it never signs or submits. |
| assetfare_verify_source_receipt | Verify a caller-submitted finalized Solana source signature and advance the workflow. Requires caller approval; it never submits a transaction. |
| assetfare_prepare_cctp_action | Prepare an unsigned CCTP burn action using a caller-generated event signer public key. Requires caller approval; it never signs or submits. |
| assetfare_observe_cctp | Verify Circle attestation and the forwarded Base or Arbitrum USDC mint for an already-submitted burn. Read-only on chain, but advances the session record. |
| assetfare_prepare_destination_action | Prepare the exact-cap permit and unsigned ERC-4337 destination settlement plan. Requires caller approval; it never signs or submits. |
| assetfare_observe_destination | Verify an already-submitted destination UserOperation receipt and finalize the workflow. Requires caller approval; it never submits a transaction. |