> For the complete documentation index, see [llms.txt](https://docs.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defisaver.com/actions/maker/mcdratio.md).

# McdRatio

### Description

**Action ID:** 0xdc5d6943

Returns a ratio for mcd vault

### SDK Action

```
const mcdRatioAction = new dfs.actions.maker.MakerRatioAction(
        vaultId,
    );
```

### Contract

This is a DFS **STANDARD\_ACTION**.

**Input:**

```
    /// @param vaultId Id of the vault
    struct Params {
        uint256 vaultId;
    }
```

**Return value:**

```
return bytes32(ratio);
```

**Events:**

```
```
