lp_add_build
Build an UNSIGNED transaction that deposits XNT + APEX into the APEX/XNT pool and mints you LP tokens. You sign it with your own key and submit it; this server never holds keys and never signs for you. Holding the resulting LP raises your daily faucet cap (see lp_position for the ladder). Deposit both sides roughly in the pool ratio — call lp_position or faucet_metrics first to read current depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Your X1 wallet public key. Fee payer and signer. | |
| xntAmount | Yes | Native XNT to deposit. It is wrapped for you inside the transaction. | |
| apexAmount | Yes | APEX to deposit, in whole tokens. |