# strategy

This method returns the address of the lending strategy used for deploying capital.

### Function

```solidity
function strategy(
) external view returns(address);
```

### Return values

<table><thead><tr><th width="270">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>_val</code></td><td>Address of the strategy used to lend funds.</td></tr></tbody></table>
