> ## Documentation Index
> Fetch the complete documentation index at: https://yieldxyz.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TON Chorus One Pools

> Stake TON in Chorus One institutional pools

TON staking via Chorus One institutional pools.

***

## What this yield is

* **Asset**: TON (native TON token)
* **Provider**: Chorus One (institutional provider)
* **Mechanism**: Deposit TON into Chorus One pools
* **Rewards**: Staking rewards per validation round

***

## Required inputs

| Argument | Required | Description            |
| -------- | -------- | ---------------------- |
| `amount` | Yes      | Amount of TON to stake |

***

## Actions & lifecycle

<Tabs>
  <Tab title="Enter">
    * Deposit TON to pool
    * Active after pool cycle
  </Tab>

  <Tab title="Exit">
    * Request withdrawal
    * Wait for pool processing
    * Claim TON
  </Tab>
</Tabs>

***

## Example flow

<CodeGroup>
  ```bash Enter staking theme={null}
  curl --request POST \
    --url https://api.yield.xyz/v1/actions/enter \
    --header 'accept: application/json' \
    --header 'content-type: application/json' \
    --header 'x-api-key: <API_KEY>' \
    --data '{
      "yieldId": "ton-ton-chorus-one-pools-staking",
      "address": "EQYourTonAddress",
      "arguments": { "amount": "100" }
    }'
  ```
</CodeGroup>

***

## See also

<CardGroup cols={2}>
  <Card title="TON Overview" icon="paper-plane" href="/documentation/coverage/supported-yields/staking/non-evm/ton">
    All TON staking
  </Card>
</CardGroup>
