# Lending

Lend tokens

```typescript
const lend = await client.lend({
  token: "QAR",
  quantity: 1n,
});
```

Un lend tokens

```typescript
const unLend = await client.unLend({
  token: "QAR",
  quantity: 1n,
});
```
