# Convert Cetus to Xcetus

Use `convertPayload`  can get the payload for convert Cetus to xCetus

#### Function Parameters

* amount: the number of cetus you want to convert
* venft\_id: Your VeNFT id

```typescript
const venft_id = 'YOUR_VENFT_ID'

const payload = await sdk.XCetusModule.convertPayload({
  amount: '10000000000',
  venft_id,
})
```
