# `bep3` 1. **[Concepts](01_concepts.md)** 2. **[State](02_state.md)** 3. **[Messages](03_messages.md)** 4. **[Events](04_events.md)** 5. **[Params](05_params.md)** 6. **[BeginBlock](06_begin_block.md)** ## Abstract `x/bep3` is a module that handles cross-chain atomic swaps between Kava and blockchains that implement the BEP3 protocol. Atomic swaps are created, then either claimed before their expiration block or refunded after they've expired. Several user interfaces support Kava BEP3 swaps: - [Trust Wallet](https://trustwallet.com/) - [Cosmostation](https://wallet.cosmostation.io/?network=kava) - [Frontier Wallet](https://frontierwallet.com/) Swaps can also be created, claimed, and refunded using Kava's [Javascript SDK](https://github.com/Kava-Labs/javascript-sdk) or CLI.