---
title: "Unsupported tokens"
date: "2024-10-11"
canonical: "https://splits.org/help/unsupported-tokens/"
---

# Unsupported tokens

If you created your Split recently from our UI, it is a `PullSplit` (V2). If in doubt, check the `Contract` tab on etherscan or an equivalent block explorer.

## [V2 Splits](https://docs.splits.org/core/split-v2)

`PullSplits` do **not** work with non-transferable, fee-on-transfer, and rebasing tokens.

-   Non-transferable tokens will be stuck in the Split forever, unless the Split has an owner which can issue a transaction to somehow make the tokens transferable (e.g. unwrapping BLUR.)
-   Fee-on-transfer tokens will distribute, but not all recipients will be able to withdraw their share.
-   If a rebasing tokens supply decreases, not all recipients will be able to withdraw their share. If the supply increases, the incremental yield will be lost and stuck in Split Main.

`PushSplits` do **not** work with non-transferable tokens.

-   Non-transferable tokens will be stuck in the Split forever, unless the Split has an owner which can issue a transaction to somehow make the tokens transferable (e.g. unwrapping BLUR.)

## [V1 Splits](https://docs.splits.org/core/split)

V1 Splits do **not** work with non-transferable, fee-on-transfer, and rebasing tokens.

-   Non-transferable tokens will be stuck in the Split forever.
-   Fee-on-transfer tokens will distribute, but not all recipients will be able to withdraw their share.
-   If a rebasing tokens supply decreases, not all recipients will be able to withdraw their share. If the supply increases, the incremental yield will be lost and stuck in Split Main.
