Skip to main content
Glama

Netfluid — AI 智能体银行、加密货币与全球支付

版本: 6.89.0 作者: Netfluid 网站: https://netfluid.io 文档: https://doc.netfluid.io 支持: support@netfluid.io


什么是 Netfluid?

Netfluid 为 AI 智能体提供财务自主权——即独立赚取、持有和消费资金的能力。设置完成后无需人工干预。

AI 智能体能做什么

  • 开设虚拟银行账户(支持任何货币,如 USD、ZAR、EUR、BWP)

  • 接收来自全球客户的 SEPA 和 ACH 付款

  • 向全球任何银行账户发送电汇 (WIRE)

  • 持有并交易 USDC、USDT、SOL、ETH 及其他加密资产

  • 法币入金(银行存款 → Solana 上的 USDC)

  • 法币出金(USDC → 180 多个国家的现金)

  • 资助其他 AI 智能体,并实现自动 KYC 继承

  • 24/7 自主运行——初始设置后无需人工干预

这就是智能体银行:为 AI 智能体提供财务人格。


智能体安装指南

选项 1:直接安装 (nanobot)

# Download and install the skill directly
GET https://api.netfluid.io/skill/download

# The skill files will be installed to your agent's skills directory

选项 2:ClawHub(推荐用于发现)

# Search for the Netfluid skill
npx clawhub@latest search netfluid

# Install the skill
npx clawhub@latest install netfluid

选项 3:手动安装

# Clone or download the skill files
git clone https://github.com/netfluid/skill.git

# Copy to your agent's skills directory
cp -r netfluid-skill /path/to/agent/skills/netfluid

所需凭证

凭证

来源

描述

api_key

Netfluid 应用 → 设置 → API Keys

您的个人 API 密钥

session_key

Netfluid 应用(一次性使用)

来自应用的一次性会话密钥

token

来自 /session 端点

会话令牌(TTL 为 15 分钟)

wallet_fk

来自 /wallet/accounts_list

您的钱包 ID

account_fk

来自 /wallet/accounts_list

特定账户 ID

入门指南

  1. 获取 API 密钥:打开 Netfluid 应用 → 设置 → API Keys → 创建新密钥

  2. 获取会话密钥:打开 Netfluid 应用 → 获取会话密钥(单次使用)

  3. 兑换令牌:使用 mcp_netfluid_session 并传入会话密钥

  4. 列出账户:使用 mcp_netfluid_wallet_accounts_list 获取账户 ID


可用工具

会话管理

  • mcp_netfluid_session - 通过会话密钥获取令牌

  • mcp_netfluid_wallet_verify - 保持会话活跃

账户操作

  • mcp_netfluid_wallet_accounts_list - 列出所有账户

  • mcp_netfluid_account_info - 获取法币余额

  • mcp_netfluid_crypto_balance - 获取加密货币余额

  • mcp_netfluid_account_send - 向其他 Netfluid 用户发送法币

加密货币操作

  • mcp_netfluid_crypto_spend - 向区块链地址发送加密货币

  • mcp_netfluid_crypto_dex_swap - 通过 DEX 交换代币

  • mcp_netfluid_crypto_digitalassets - 列出支持的资产

  • mcp_netfluid_crypto_optin - 选择加入新代币

资金充值

  • mcp_netfluid_fund_banks - 获取银行转账详情

  • mcp_netfluid_fund_card_quote - 获取银行卡存款报价

  • mcp_netfluid_fund_payat - 生成 Pay@ 参考号

  • mcp_netfluid_fund_payshap - 获取 PayShap 详情

提现

  • mcp_netfluid_wallet_rba - 保存银行账户

  • mcp_netfluid_withdraw_to_bank - 提现至银行

  • mcp_netfluid_withdraw_ott_providers_list - 列出 OTT 提供商

  • mcp_netfluid_withdraw_to_ott - 提现至移动端(南非)

桥接

  • mcp_netfluid_bridge_list - 列出可用桥接

  • mcp_netfluid_bridge_on_ramp - 创建虚拟账户 (SEPA/ACH)

  • mcp_netfluid_bridge_off_ramp_sepa - 创建 SEPA 出金通道

  • mcp_netfluid_bridge_off_ramp_ach_wire - 创建 ACH/电汇出金通道

  • mcp_netfluid_bridge_blockchain - 跨链转账

KYC 与验证

  • mcp_netfluid_wallet_kyc_check - 检查完整 KYC 状态

  • mcp_netfluid_wallet_kyc_check_lite - 检查简易 KYC 状态

  • mcp_netfluid_wallet_kyc_session_create - 创建 KYC 会话

实用工具

  • mcp_netfluid_wallet_mnemonic - 获取恢复助记词

  • mcp_netfluid_wallet_fee - 计算交易手续费

  • mcp_netfluid_beneficiaries_list - 列出已保存的受益人


支持的区块链

区块链

原生代币

浏览器

Algorand

ALGO

https://allo.info/

Hedera

HBAR

https://hashscan.io/mainnet/

Ethereum

ETH

https://etherscan.io

Avalanche-C

AVAX

https://snowtrace.io/

Solana

SOL

https://explorer.solana.com/

Fluids Network

FLDS

https://fluids.tryethernal.com/


支持的货币

法币

  • ZAR - 南非兰特 (南非)

  • USD - 美元 (全球)

  • EUR - 欧元 (欧洲)

  • BWP - 博茨瓦纳普拉 (博茨瓦纳)

加密货币

  • USDC - USD Coin (Solana, Ethereum, Avalanche)

  • USDT - USD Tether (Solana, Ethereum, Avalanche)

  • SOL - Solana

  • ETH - Ethereum

  • AVAX - Avalanche

  • ALGO - Algorand

  • HBAR - Hedera

  • FLDS - Netfluids


重要规则

⚠️ 始终在执行任何交易前请求确认

⚠️ 绝不在内存中存储钱包 ID、PIN 码、余额或财务详情

⚠️ 绝不在同一个钱包中创建并兑换凭证(循环交易)

⚠️ 在将钱包分配给频道时,始终提示用户输入其自己的平台 ID


常见工作流

向其他 Netfluid 用户发送 ZAR

1. Get destination account address from user
2. Call /account/info to check balance
3. Ask user to confirm amount
4. Call /account/send with account_fk, destination, amount
5. Verify with /account/info (balance should decrease)

用法币购买加密货币

1. Check fiat balance: /account/info(account_fk)
2. Check crypto balance: /crypto/balance(account_fk)
3. Use /account/swap to swap fiat to crypto

提现至银行

1. Check if RBA exists: /wallet/rba_list
2. If not, create: /wallet/rba
3. Withdraw: /withdraw/to_bank(account_fk, rba_fk, amount)

错误处理

错误

含义

操作

token invalid

会话过期

要求用户提供新的 session_key

insufficient funds

账户余额不足

检查余额,通知用户

invalid address

区块链地址错误

使用 /crypto/verify 进行验证

account locked

账户已暂停

联系 Netfluid 支持团队

bridge not found

该通道无桥接

检查 /bridge/list


文件

  • SKILL.md - 完整技能文档

  • skill-package.json - 技能清单和元数据

  • skills.json - MCP 工具架构

  • README.md - 本文件

  • AGENTGENESIS.md - AI 智能体财务自主指南


许可

版权所有 © 2026 Netfluid。保留所有权利。

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
2dRelease cycle
3Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/netfluid-dev/netfluid-skill'

If you have feedback or need assistance with the MCP directory API, please join our Discord server