Skip to content

Commit 5b31a9f

Browse files
fix: broken links (#686)
1 parent 295d1b5 commit 5b31a9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

evm/integrations/cross-chain/usdt0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Contract addresses and endpoint IDs are reproduced here for convenience and were
6767
</Warning>
6868

6969
<Tip>
70-
Because USDT0 is an HTS token, a receiving Hedera account must be **associated** with the token before it can hold a balance. Accounts with automatic association slots available, or that already hold the token, do not need an explicit association. See [Token Association](/native/tokens/associate-tokens-to-an-account) for details.
70+
Because USDT0 is an HTS token, a receiving Hedera account must be **associated** with the token before it can hold a balance. Accounts with automatic association slots available, or that already hold the token, do not need an explicit association. See [Token Association](/native/tokens/associate) for details.
7171
</Tip>
7272

7373
<Warning>
@@ -184,7 +184,7 @@ The full, authoritative list lives on the [USDT0 deployments page](https://docs.
184184

185185
Once USDT0 is on a Hedera account, it behaves like any other HTS fungible token for in-network use. You can transfer it between Hedera accounts, hold it in smart contracts, and use it in DeFi protocols using either the native SDKs or the EVM interface:
186186

187-
- **Native SDKs:** use [`TransferTransaction`](/native/transactions/transfer-cryptocurrency) with the token ID `0.0.10282787`, and [associate the token](/native/tokens/associate-tokens-to-an-account) first if needed.
187+
- **Native SDKs:** use [`TransferTransaction`](/native/accounts/transfer) with the token ID `0.0.10282787`, and [associate the token](/native/tokens/associate) first if needed.
188188
- **EVM tooling:** treat the token EVM address `0x00000000000000000000000000000000009Ce723` as a standard 6-decimal ERC-20.
189189

190190
Reserve the OFT `send` flow for moving USDT0 **across chains**; a same-chain Hedera transfer is just a normal HTS or ERC-20 transfer.

0 commit comments

Comments
 (0)