<p></p>
<blockquote>
<p><em>This is a Bisq Network proposal. Please familiarize yourself with the <a href="https://docs.bisq.network/proposals.html" rel="nofollow">submission and review process</a>.</em></p>
</blockquote>

<p>The current state of affairs when it comes to trade limits isn't perfect, an example is <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="693896691" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/4482" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4482/hovercard" href="https://github.com/bisq-network/bisq/issues/4482">bisq-network/bisq#4482</a></p>
<p>I have looked through the code and I'm still not 100% sure what limits we have in all cases, but I've started refactoring the code to make it understandable. I would then like to set limits that are reasonable, easy to follow in the code and also update documentation.</p>
<p>My current understanding of fiat limits</p>
<h4>For non risky methods, time after account creation and signed accounts that are selling, time after signing</h4>
<p>0-30 days: 0.25 * MAX_LIMIT = 0.0625 BTC<br>
30-60 days: 0.5 * MAX_LIMIT = 0.125 BTC<br>
>60 days: MAX_LIMIT = 0.25 BTC</p>
<h4>For signed accounts that are buying, time after signing</h4>
<p><0 days: 0.01 BTC<br>
0-30 days: 0.01 BTC<br>
30-60 days: 0.5 * MAX_LIMIT = 0.125 BTC<br>
>60 days: MAX_LIMIT = 0.25 BTC</p>
<h3>Proposal</h3>
<p>I suggest that we change it to</p>
<h4>First case</h4>
<p>MAX_LIMIT no matter the age. That means 0.25 BTC trade limit for all non risky methods immediately and selling for risky methods.</p>
<h4>Second case</h4>
<p><0 days: 0.01 BTC<br>
0-30 days: 0.01 BTC<br>
>30 days: MAX_LIMIT = 0.25 BTC</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/proposals/issues/264">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSTO2RREW54QSFYGHLSLS4NNANCNFSM4SW3MNMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRTBPNX7O4ATNF4SETSLS4NNA5CNFSM4SW3MNMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KZW6LHA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/proposals/issues/264",
"url": "https://github.com/bisq-network/proposals/issues/264",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>