Skip to content

docs: add TRON wallet-only support documentation#601

Open
shamardy wants to merge 10 commits into
devfrom
feat/add-tron-documentation
Open

docs: add TRON wallet-only support documentation#601
shamardy wants to merge 10 commits into
devfrom
feat/add-tron-documentation

Conversation

@shamardy

@shamardy shamardy commented Mar 6, 2026

Copy link
Copy Markdown

Summary

  • Documents TRON (TRX) and TRC20 wallet-only support added in KDF PR #2714
  • Adds TronTxFeeDetails structure (bandwidth_used, energy_used, bandwidth_fee, energy_fee, total_fee) to WithdrawFee docs
  • Adds expiration_seconds withdraw request parameter (TRON transaction expiry window)
  • Adds TRX activation example for enable_eth_with_tokens
  • Adds TRX and TRC20 withdraw examples with fee details responses
  • Updates supported platforms list, protocol type enums, and changelog

Files changed (10)

Data: coin_activation.json (TRX request example), wallet.json (Tron fee fields)
Activation: enable_eth_with_tokens, enable_erc20, task_managed/enable_eth, legacy/coin_activation
Withdraw: v20/withdraw, legacy/withdraw
Common structures: wallet (WithdrawFee Tron examples, FeeInfo note)
Changelog: v2.6.0-beta TRON entry

Test plan

  • Verify docs site builds without errors
  • Check activation page renders TRX example correctly
  • Check withdraw page renders TRX/TRC20 examples correctly
  • Verify WithdrawFee table shows new Tron fields
  • Verify protocol type list in error examples includes TRX/TRC20

🤖 Generated with Claude Code

Add documentation for TRON (TRX) and TRC20 token support including:
- Activation via enable_eth_with_tokens and task::enable_eth::init
- TronTxFeeDetails structure (bandwidth/energy fee model)
- Withdraw examples for TRX and TRC20 with fee details
- expiration_seconds withdraw parameter (TRON tx expiry)
- Updated protocol type lists, supported platforms, and changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documents the new optional `account_creation_fee` field in TronTxFeeDetails,
added in KDF PR #2724. This field is present only for native TRX transfers
to unactivated addresses and represents the 1 TRX fee burned by the network
to create the destination account.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@shamardy shamardy force-pushed the feat/add-tron-documentation branch from 5df6ec1 to 3201066 Compare March 26, 2026 16:40
The heading "Task: ETH/EVM/TRON Activation" generates slug
"task-ethevmtron-activation", not "task-eth-evm-activation".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Mar 26, 2026

Copy link
Copy Markdown

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nks, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update Komodo DeFi Framework methods table, adds/updates preview images when base is main
@CharlVS

CharlVS commented Mar 27, 2026

Copy link
Copy Markdown

Confirmed the feature is implemented as documented. Tysm!

…documentation

[BOT] PR to feat/add-tron-documentation. Lints file structure, file contents, gets author data, Updates Komodo DeFi Framework Methods Table, adds/updates preview images
Document the GasFree gasless TRC20 transfer surface added in KDF: the
`tron_gasless_provider` activation config (direct GasFree API or Komodo
proxy) plus per-token `gasless` constraint, the `gasfree_address` surfaced
in activation/balance responses, the withdraw `fee_method: "gasless"` rail
and `TronGasless` fee details, the `gasless::trace_status` method, and the
`stream::gasless_trace::enable` SSE stream.

- New pages: streaming/gasless_trace_enable, wallet/gasless_trace_status,
  and the tutorials/tron-gasfree overview.
- Extend enable_eth_with_tokens, task::enable_eth, withdraw, and the
  activation/wallet common-structures with the new fields and examples.
- Add a changelog entry and sidebar links.
shamardy and others added 2 commits June 8, 2026 18:48
…nks, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update Komodo DeFi Framework methods table, adds/updates preview images when base is main
…documentation

[BOT] PR to feat/add-tron-documentation. Lints file structure, file contents, gets author data, Updates Komodo DeFi Framework Methods Table, adds/updates preview images
The per-token `gasless` activation object requires `enabled: true` to opt a
TRC20 token into gasless transfers (the resolver returns no gasless config
otherwise). Document the `enabled` field alongside `transfer_max_fee` and add
it to the activation request example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants