# IAddressSwap

Defined in: [atomiq-sdk/src/swaps/IAddressSwap.ts:17](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/swaps/IAddressSwap.ts#L17)

Interface for swaps which require a user to send funds to a specific address

## Methods

### getAddress()

```
getAddress(): string;
```

Defined in: [atomiq-sdk/src/swaps/IAddressSwap.ts:22](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/swaps/IAddressSwap.ts#L22)

An address to which the user needs to send funds on the source chain

#### Returns

`string`

***

### getHyperlink()

```
getHyperlink(): string;
```

Defined in: [atomiq-sdk/src/swaps/IAddressSwap.ts:28](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/swaps/IAddressSwap.ts#L28)

A hyperlink representation of the address + amount that the user needs to sends on the source chain. This is suitable to be displayed in a form of QR code.

#### Returns

`string`
