Skip to content

Deposit

The openfish.me meme environment uses one bridge asset: the platform meme ERC-20 on BSC. Deposits are not swapped or converted. The amount credited to your Openfish balance is based on the platform meme tokens detected at your generated BSC deposit address.

  1. Call POST /deposit with your Openfish wallet address.
  2. Receive a deterministic BSC-compatible EVM deposit address.
  3. Send only the configured platform meme token on BSC to that address.
  4. The bridge monitor detects the BSC token balance delta and credits your Openfish balance.
POST https://bridge.openfish.me/deposit
FieldTypeRequiredDescription
addressstringYesYour Openfish wallet address (0x)
{
"address": {
"evm": "0x23566f8b2E82aDfCf01846E54899d110e97AC053",
"chain_id": "56",
"chain_name": "BSC",
"address": "0x23566f8b2E82aDfCf01846E54899d110e97AC053",
"asset": {
"name": "agentic money",
"symbol": "agentic money",
"address": "0xaE71fd8baCc2f17C43a01C3F4aFF6dEEbc194444",
"decimals": 18
}
},
"note": "Send only agentic money on BSC to this address."
}
  • Do not send USDC, USDC.e, BNB, Solana assets, Bitcoin, or arbitrary meme tokens.
  • Do not use this address for cross-chain deposits.
  • Query GET /supported-assets before depositing to confirm the current token contract address.
  • If the configured meme token has transfer tax or blacklist logic, credited amounts may differ from sent amounts. The first version assumes a standard ERC-20/BEP-20 token.